Access Implicit Object

From Documentation
Revision as of 08:19, 12 July 2010 by Maya001122 (talk | contribs) (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…')
(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.


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 : 2010/07/12

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