Client"
From Documentation
m |
|||
Line 6: | Line 6: | ||
Java: <javadoc method="CLIENT_NAMESPACE">org.zkoss.zk.ui.metainfo.LanguageDefinition</javadoc> | 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 |
---|---|---|