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:
{{ZKDevelopersReferencePageHeader}}
+
{{ZKClient-sideReferencePageHeader}}
  
 
'''Syntax:'''
 
'''Syntax:'''
Line 31: Line 31:
 
|}
 
|}
  
{{ZKDevelopersReferencePageFooter}}
+
{{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

Last Update : 2010/12/03


Version Date Content
     



Last Update : 2010/12/03

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