Div"
From Documentation
Tmillsclare (talk | contribs) m (→Div) |
|||
Line 3: | Line 3: | ||
= Div = | = Div = | ||
− | + | *Demonstration: N/A | |
*Java API: <javadoc>org.zkoss.zul.Div</javadoc> | *Java API: <javadoc>org.zkoss.zul.Div</javadoc> | ||
*JavaScript API: <javadoc directory="jsdoc">zul.wgt.Div</javadoc> | *JavaScript API: <javadoc directory="jsdoc">zul.wgt.Div</javadoc> |
Revision as of 03:11, 7 May 2010
Div
Employment/Purpose
The same as HTML DIV tag.
An extension. It has the same effect as <h:div xmlns:h="http://www.w3.org/1999/xhtml">. Note: a Window without title and caption has the same visual effect as Div, but Div doesn't implement IdSpace. In other words, Div won't affect the uniqueness of identifiers.
Example
<div align="left" width="300px">
<doublebox />
</div>
<div align="right" width="300px">
<doublebox />
</div>
Supported events
None | None |
Supported Children
*ALL
Use cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|
5.0.1 | 4/21/2010 | Initialization |