XML Namespaces
From Documentation
Revision as of 05:47, 3 December 2010 by Tomyeh (talk | contribs) (moved ZK Developer's Reference/UI Composing/ZUML/Namespaces to ZK Developer's Reference/UI Composing/ZUML/XML Namespaces)
In a ZUML document, a XML namespace is used to identify either a special functionality or a component set. We call the former as a standard namespace, while the later as a language.
Standard Namespaces
For example, the client namespace is used to identify that a XML attribute shall be interpreted as a client-side control.
In the following example, w:onFocus is a client-side listener since w: is specified, while onChange is
<combobox xmlns:w="client" w:onFocus="this.open()" onChange="doOnChange()"/>
For more information, please refer to ZUML Reference.
Languages
Version History
Version | Date | Content |
---|---|---|