Access ZUML Component

From Documentation
Revision as of 08:17, 12 July 2010 by Maya001122 (talk | contribs) (Created page with '{{ZKDevelopersGuidePageHeader}} The following is an example for referencing a component in an EL expression. <source lang="xml" > <window> <textbox id="source" value="ABC"/> …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Stop.png This documentation is for an older version of ZK. For the latest one, please click here.


The following is an example for referencing a component in an EL expression.

<window>
	<textbox id="source" value="ABC"/>
	<label value="${source.value}"/>
</window>

You have to assign id for referenced component.



Last Update : 2010/07/12

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