init

From Documentation
Revision as of 04:17, 26 November 2010 by Tomyeh (talk | contribs) (Created page with '{{ZKJSPTagsEssentialsPageHeader}} '''Syntax''' <zk:init class="..." [''arg0''="..."] [''arg1''="..."]/> It defines an initiator that will be instantiated and called when the …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Syntax

<zk:init class="..." [arg0="..."] [arg1="..."]/>

It defines an initiator that will be instantiated and called when the ZUML document is loaded. For more information please refer to ZUML Reference - init.

Fir example

<zk:init class="foo.MyInit"/>
...
<zk:page>
...
</zk:page>

Version History

Last Update : 2010/11/26


Version Date Content
     


Last Update : 2010/11/26

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