Span
Span
- Demonstration: N/A
- Java API: org.zkoss.zul.Span
- JavaScript API:
zul.wgt.Span
Employment/Purpose
Span
is one of the most lightweight containers to group child
components for, say, assigning CSS or making more sophisticated layout.
It is the same as HTML SPAN tag. Span is displayed inline with other
siblings; as if there are no line breaks between them.
Example
<span>
Name:
<textbox />
</span>
Supported Events
Name |
Event Type |
---|---|
|
|
- Inherited Supported Events: XulElement
Supported Children
*ALL
Use Cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|