macro-template

From Documentation
Revision as of 03:02, 3 December 2010 by Tomyeh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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.