Processing Instruction Tags"

From Documentation
m (correct highlight (via JWB))
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{ZKJSPTagsEssentialsPageHeader}}
 
{{ZKJSPTagsEssentialsPageHeader}}
  
__TOC__
 
 
This section outlines details on processing instruction tags. The processing instruction tags are used to control how ZK JSP tags shall be handled.
 
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 <tt><zk:page></tt>. For example:
+
The shall be placed outside of <code><zk:page></code>. For example:
  
 
<source lang="xml">
 
<source lang="xml">

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.