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…') |
|
(No difference)
|
Revision as of 01:42, 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 |
---|---|---|