Parsing of CSS files for image URLs

From Documentation
Revision as of 07:59, 15 July 2010 by Maya001122 (talk | contribs) (Created page with '{{ZKDevelopersGuidePageHeader}} Embed css file in a dsp file, is the way how ZK preprocess css file to support <tt>encodeURL()</tt> You may unjar zk package and refer to "box.cs…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Parsing of CSS files for image URLs


Stop.png This documentation is for an older version of ZK. For the latest one, please click here.


Embed css file in a dsp file, is the way how ZK preprocess css file to support encodeURL() You may unjar zk package and refer to "box.css.dsp"

The syntax to use taglib is a little different in ZUL and dsp.

<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?> --- in zul

<%@ taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c" %> --- in dsp

Please refer to : Parsing of CSS files for image URLs? for more detail



Last Update : 2010/07/15

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.