Div"

From Documentation
Line 26: Line 26:
  
 
=Supported events=
 
=Supported events=
 
In additions to the events inherited from [[ZK Component Reference/Base Components/XulElement#Supported_events | XulElement's Supported Events]]:
 
  
 
{| border="1" | width="100%"
 
{| border="1" | width="100%"
Line 36: Line 34:
 
| None
 
| None
 
|}
 
|}
 +
 +
See also events inherited from [[ZK Component Reference/Base Components/XulElement#Supported_events | XulElement's Supported Events]].
  
 
=Supported Children=
 
=Supported Children=

Revision as of 08:51, 29 June 2010

Div

  • Demonstration: N/A
  • Java API: Div
  • JavaScript API: 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

ZKComRef Div Example.png

 <div align="left" width="300px">
     <doublebox />
 </div>
 <div align="right" width="300px">
     <doublebox />
 </div>

Supported events

Name
Event Type
None None

See also events inherited from XulElement's Supported Events.

Supported Children

*ALL

Use cases

Version Description Example Location
 

Version History

Version Date Content
     



Last Update : 2010/06/29

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