span

Purpose

Span is one of the most lightweight container to group child component 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 is <i>no</i> line breaks between them.

Examples

<z:span>
    <z:label value="Name:"/>
    <z:textbox/>
</z:span>

Description

Attributes

ZK Official Reference

Component Reference

Show span Component Reference

Java API

Show span Java API