macro-template"
From Documentation
(Created page with '{{ZKDevelopersReferencePageHeader}} '''Syntax:''' <macro-template> <macro-class>''a_class_represents_macro''</macro-class> </macro-template> It specifies the class used to…') |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{ZKClient-sideReferencePageHeader}} |
'''Syntax:''' | '''Syntax:''' | ||
Line 31: | Line 31: | ||
|} | |} | ||
− | {{ | + | {{ZKClient-sideReferencePageFooter}} |
Latest revision as of 03:02, 3 December 2010
Syntax:
<macro-template> <macro-class>a_class_represents_macro</macro-class> </macro-template>
It specifies the class used to instantiate a macro component.
Example,
<macro-template>
<macro-class>org.zkoss.zk.ui.HtmlMacroComponent</macro-class>
</macro-template>
macro-class
[Required]
The class used to instantiate a macro component.
Version History
Version | Date | Content |
---|---|---|