Access ZUML Component"

From Documentation
(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"/> …')
 
m (correct highlight (via JWB))
 
Line 10: Line 10:
 
</source>
 
</source>
  
You have to assign <tt>id</tt> for referenced component.
+
You have to assign <code>id</code> for referenced component.
  
 
{{ ZKDevelopersGuidePageFooter}}
 
{{ ZKDevelopersGuidePageFooter}}

Latest revision as of 10:36, 19 January 2022

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 : 2022/01/19

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