XulElement"
From Documentation
Zkwikiadmin (talk | contribs) |
Tmillsclare (talk | contribs) m |
||
Line 3: | Line 3: | ||
= Xul Element = | = Xul Element = | ||
+ | *Demonstration: N/A | ||
*Java API: <javadoc>org.zkoss.zul.impl.XulElement</javadoc> | *Java API: <javadoc>org.zkoss.zul.impl.XulElement</javadoc> | ||
*JavaScript API: <javadoc directory="jsdoc">zul.Widget</javadoc> | *JavaScript API: <javadoc directory="jsdoc">zul.Widget</javadoc> | ||
Line 8: | Line 9: | ||
= Employement/Purpose = | = Employement/Purpose = | ||
The fundamental class for XUL elements. | The fundamental class for XUL elements. | ||
+ | |||
+ | =Example= | ||
+ | |||
+ | N/A | ||
+ | |||
+ | =Supported Events= | ||
+ | |||
+ | {| border="1" | width="100%" | ||
+ | ! <center>Name</center> | ||
+ | ! <center>Inherited From</center> | ||
+ | |||
+ | |- | ||
+ | | None | ||
+ | | None | ||
+ | |} | ||
=Supported Children= | =Supported Children= | ||
*ALL | *ALL | ||
+ | |||
+ | =Use Cases= | ||
+ | |||
+ | |||
=Version History= | =Version History= | ||
− | |||
Line 20: | Line 39: | ||
! Version !! Date !! Content | ! Version !! Date !! Content | ||
|- | |- | ||
− | | 5.0. | + | | 5.0.2 |
| 04/20/2010 | | 04/20/2010 | ||
| Initialization | | Initialization |
Revision as of 04:28, 14 May 2010
Xul Element
- Demonstration: N/A
- Java API: XulElement
- JavaScript API: Widget
Employement/Purpose
The fundamental class for XUL elements.
Example
N/A
Supported Events
None | None |
Supported Children
*ALL
Use Cases
Version History
Version | Date | Content |
---|---|---|
5.0.2 | 04/20/2010 | Initialization |