Client"
From Documentation
(One intermediate revision by one other user 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, | For example, |
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 |
---|---|---|