Comments
From Documentation
Revision as of 07:12, 12 July 2010 by Maya001122 (talk | contribs) (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…')
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>