Client"

From Documentation
m
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 listener and overrides.
 
It is the reserved namespace for specifying client-side event listener and overrides.

Revision as of 10:52, 9 February 2012

Name: client
Namespace: http://www.zkoss.org/2005/zk/client
Namespace shortcut: client
Java: LanguageDefinition.CLIENT_NAMESPACE

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 : 2012/02/09


Version Date Content
     



Last Update : 2012/02/09

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