Span"

From Documentation
Line 9: Line 9:
 
= Employment/Purpose =
 
= Employment/Purpose =
  
A Span is same as HTML SPAN tag
+
<tt>Span</tt> 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 ''no'' line breaks between them.
  
 
= Example =
 
= Example =

Revision as of 03:36, 23 December 2010

Span

  • Demonstration: N/A
  • Java API: Span
  • JavaScript API: Span

Employment/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 no line breaks between them.

Example

ZKComRef Span Example.png

<span>
	Name:
	<textbox />
</span>

Supported Events

Name
Event Type
   

Supported Children

*ALL

Use Cases

Version Description Example Location
     

Version History

Last Update : 2010/12/23


Version Date Content
     



Last Update : 2010/12/23

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