XHTML"
From Documentation
Line 7: | Line 7: | ||
Device: Ajax | Device: Ajax | ||
− | XHTML-compliant component sets. It is one-to-one mapping of XHTML tags to ZK components. Since they are components, you can add and remove them dynamically (and control it | + | XHTML-compliant component sets. It is one-to-one mapping of XHTML tags to ZK components. Since they are components, you can add and remove them dynamically (and control it on the server). For more information please refer to the [[ZUML Reference/ZUML/Languages/XHTML|XHTML Namespace]] section or [[ZK Component Reference/XHTML Components|ZK Component Reference]]. |
'''Performance Tip:''' The XHTML language is designed to allow application to modify the client dynamically (at the server). If you don't need it (it is generally true), you shall use the [[ZUML Reference/ZUML/Namespaces/Native|Native namespace]] instead. For more information, please refer to [[ZK Developer's Reference/UI Patterns/HTML Tags|HTML Tags]] and [[ZK Developer's Reference/Performance Tips/Use Native Namespace instead of XHTML Namespace|Performance Tips]]. | '''Performance Tip:''' The XHTML language is designed to allow application to modify the client dynamically (at the server). If you don't need it (it is generally true), you shall use the [[ZUML Reference/ZUML/Namespaces/Native|Native namespace]] instead. For more information, please refer to [[ZK Developer's Reference/UI Patterns/HTML Tags|HTML Tags]] and [[ZK Developer's Reference/Performance Tips/Use Native Namespace instead of XHTML Namespace|Performance Tips]]. |
Revision as of 03:31, 1 August 2011
Name: xhtml File Extensions: zhtml, xhtml, html, htm Namespace: http://www.w3.org/1999/xhtml Namespace shortcut: xhtml Device: Ajax
XHTML-compliant component sets. It is one-to-one mapping of XHTML tags to ZK components. Since they are components, you can add and remove them dynamically (and control it on the server). For more information please refer to the XHTML Namespace section or ZK Component Reference.
Performance Tip: The XHTML language is designed to allow application to modify the client dynamically (at the server). If you don't need it (it is generally true), you shall use the Native namespace instead. For more information, please refer to HTML Tags and Performance Tips.
Version History
Version | Date | Content |
---|---|---|