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…') |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
Namespace: http://www.zkoss.org/2005/zk/client | Namespace: http://www.zkoss.org/2005/zk/client | ||
Namespace shortcut: client | Namespace shortcut: client | ||
+ | Java: <javadoc method="CLIENT_NAMESPACE">org.zkoss.zk.ui.metainfo.LanguageDefinition</javadoc> | ||
− | It is the reserved namespace for specifying client-side event | + | It is the reserved namespace for specifying ZK client-side widget's event listeners and properties. |
+ | |||
+ | 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= | ||
− | + | {{LastUpdated}} | |
{| border='1px' | width="100%" | {| border='1px' | width="100%" | ||
! Version !! Date !! Content | ! Version !! Date !! Content |
Latest revision as of 02:51, 20 April 2016
Name: client Namespace: http://www.zkoss.org/2005/zk/client Namespace shortcut: client Java: LanguageDefinition.CLIENT_NAMESPACE
It is the reserved namespace for specifying ZK client-side widget's event listeners and properties.
For example,
<combobox xmlns:w="client" w:onFocus="this.open()"/>
For more information, please refer to ZK Client-side Reference.
Version History
Version | Date | Content |
---|---|---|