Comments"

From Documentation
(Created page with '{{ZKDevelopersGuidePageHeader}} == Comments == A comment is used to leave a note or to temporarily disable a block of XML code. To add a comment in XML, use <tt><nowiki><!--</no…')
 
m (correct highlight (via JWB))
 
Line 2: Line 2:
  
 
== Comments ==
 
== Comments ==
A comment is used to leave a note or to temporarily disable a block of XML code. To add a comment in XML, use <tt><nowiki><!--</nowiki></tt> and <tt><nowiki>--></nowiki></tt> to mark the comment body.
+
A comment is used to leave a note or to temporarily disable a block of XML code. To add a comment in XML, use <code><nowiki><!--</nowiki></code> and <code><nowiki>--></nowiki></code> to mark the comment body.
  
 
<source lang="xml" >
 
<source lang="xml" >

Latest revision as of 10:36, 19 January 2022

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


Comments

A comment is used to leave a note or to temporarily disable a block of XML code. To add a comment in XML, use <!-- and --> to mark the comment body.

 <window>
 <!-- this is a comment and ignored by ZK -->
 </window>



Last Update : 2022/01/19

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