Lineitem"

From Documentation
Line 34: Line 34:
  
 
== FrontSpace ==
 
== FrontSpace ==
 +
The spacing with the previous lineitem. (such as "5px" or "5em"). If null or empty (""), the default spacing is used (i.e., controlled by CSS alone).
  
 
== BackSpace ==
 
== BackSpace ==

Revision as of 11:10, 19 November 2019

Lineitem

  • Available for ZK:
  • http://www.zkoss.org/product/zkhttp://www.zkoss.org/whyzk/zkeeVersion ee.png
[Since 9.0.0]

Employment/Purpose

Properties

Note: Lineitem does not support inline style, but you can still set height/width and vflex/hflex.

PointVisible

Whether the point is visible, the default value is true. This property only effect the point.

PointStyle

The CSS inline style for the point.

PointImageSrc

The source URI of the point background image.

PointImageContent

The point background Image content.

PointIconSclass

Specify the sclass name of the point icon.

Opposite

Whether the first child is displayed in the first area(left/top). The default value is false. Once the first child is displayed in the first or last area, the second child will be displayed in another area.

FrontSpace

The spacing with the previous lineitem. (such as "5px" or "5em"). If null or empty (""), the default spacing is used (i.e., controlled by CSS alone).

BackSpace

Supported Children

* ALL

Version History

Last Update : 2019/11/19


Version Date Content
9.0.0 Nov 2019 ZK-4377: Provide a Linelayout component



Last Update : 2019/11/19

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