Access Implicit Object"

From Documentation
(Created page with '{{ZKDevelopersGuidePageHeader}} In the following example, you can easily access implicit object like <tt>session</tt> <source lang="xml" > <window> <label value="${session.de…')
 
m (correct highlight (via JWB))
 
Line 1: Line 1:
 
{{ZKDevelopersGuidePageHeader}}
 
{{ZKDevelopersGuidePageHeader}}
  
In the following example, you can easily access implicit object like <tt>session</tt>
+
In the following example, you can easily access implicit object like <code>session</code>
  
 
<source lang="xml" >
 
<source lang="xml" >
Line 9: Line 9:
 
</source>
 
</source>
  
The browser shows the result: <tt>ajax</tt>.
+
The browser shows the result: <code>ajax</code>.
  
  
 
{{ 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.


In the following example, you can easily access implicit object like session

<window>	
	<label value="${session.deviceType}"/>
</window>

The browser shows the result: ajax.



Last Update : 2022/01/19

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