Processing Instruction Tags"

From Documentation
m (Created page with '{{ZKJSPTagsEssentialsPageHeader}} This section outlines details on processing instruction tags. {{ZKJSPTagsEssentialsHeadingToc}} {{ZKJSPTagsEssentialsPageFooter}}')
 
m (correct highlight (via JWB))
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{ZKJSPTagsEssentialsPageHeader}}
 
{{ZKJSPTagsEssentialsPageHeader}}
  
This section outlines details on processing instruction tags.
+
This section outlines details on processing instruction tags. The processing instruction tags are used to control how ZK JSP tags shall be handled.
  
 +
The shall be placed outside of <code><zk:page></code>. For example:
 +
 +
<source lang="xml">
 +
 +
<zk:init .../>
 +
<zk:component .../>
 +
<zk:variable-resolver .../>
 +
...
 +
<zk:page>
 +
...
 +
</zk:page>
 +
</source>
 +
 +
Not all ZUML's [[ZUML Reference/ZUML/Processing Instructions|processing instructions]] are available in ZK JSP Tags. Here is a list of the supported processing instruction tags.
 
{{ZKJSPTagsEssentialsHeadingToc}}
 
{{ZKJSPTagsEssentialsHeadingToc}}
  
 
{{ZKJSPTagsEssentialsPageFooter}}
 
{{ZKJSPTagsEssentialsPageFooter}}

Latest revision as of 12:40, 19 January 2022


DocumentationZK JSP Tags EssentialsProcessing Instruction Tags
Processing Instruction Tags



This section outlines details on processing instruction tags. The processing instruction tags are used to control how ZK JSP tags shall be handled.

The shall be placed outside of <zk:page>. For example:

<zk:init .../>
<zk:component .../>
<zk:variable-resolver .../>
...
<zk:page>
...
</zk:page>

Not all ZUML's processing instructions are available in ZK JSP Tags. Here is a list of the supported processing instruction tags.




Last Update : 2022/01/19

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