Parsing of CSS files for image URLs"

From Documentation
m (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…')
 
m (correct highlight (via JWB))
 
Line 1: Line 1:
 
{{ZKDevelopersGuidePageHeader}}
 
{{ZKDevelopersGuidePageHeader}}
  
Embed css file in a dsp file, is the way how ZK preprocess css file to support <tt>encodeURL()</tt>
+
Embed css file in a dsp file, is the way how ZK preprocess css file to support <code>encodeURL()</code>
 
You may unjar zk package and refer to "box.css.dsp"
 
You may unjar zk package and refer to "box.css.dsp"
  
 
The syntax to use taglib is a little different in ZUL and dsp.
 
The syntax to use taglib is a little different in ZUL and dsp.
  
<tt><?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?></tt> --- in zul
+
<code><?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?></code> --- in zul
  
<tt><%@ taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c" %></tt> --- in dsp
+
<code><%@ taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c" %></code> --- in dsp
  
 
Please refer to : [http://www.zkoss.org/forum/listComment/12404 Parsing of CSS files for image URLs?] for more detail
 
Please refer to : [http://www.zkoss.org/forum/listComment/12404 Parsing of CSS files for image URLs?] for more detail

Latest revision as of 10:41, 19 January 2022

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 : 2022/01/19

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