Client"
From Documentation
(Created page with '{{ZUMLReferencePageHeader}} Name: client Namespace: http://www.zkoss.org/2005/zk/client Namespace shortcut: client It is the reserved namespace for specifying client-side ev…') |
m |
||
Line 6: | Line 6: | ||
It is the reserved namespace for specifying client-side event listener and overrides. | It is the reserved namespace for specifying client-side event listener and overrides. | ||
+ | |||
+ | For example, | ||
+ | |||
+ | <source lang="xml"> | ||
+ | <combobox xmlns:w="client" w:onFocus="this.open()"/> | ||
+ | </source> | ||
+ | |||
+ | For more information, please refer to [[ZK Client-side Reference]]. | ||
=Version History= | =Version History= |
Revision as of 07:29, 7 December 2010
Name: client Namespace: http://www.zkoss.org/2005/zk/client Namespace shortcut: client
It is the reserved namespace for specifying client-side event listener and overrides.
For example,
<combobox xmlns:w="client" w:onFocus="this.open()"/>
For more information, please refer to ZK Client-side Reference.
Version History
Last Update : 2010/12/7
Version | Date | Content |
---|---|---|