Class TRepeatInfo
TRepeatInfo class. TRepeatInfo represents repeat information for controls
like TCheckBoxList
. The layout of the repeated items is specified via
setRepeatLayout RepeatLayout, which can be either Table (default), Flow
or Raw. A table layout uses HTML table cells to organize the items while a flow
layout uses line breaks to organize the items. The number of columns used to
display the items is specified via setRepeatColumns RepeatColumns
property, while the setRepeatDirection RepeatDirection governs the order
of the items being rendered.
Note, the Raw layout does not contain any formatting tags and thus ignores the column and repeat direction settings.
- TComponent
-
TRepeatInfo
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at Web/UI/WebControls/TRepeatInfo.php
public
string
|
|
public
|
|
public
|
|
public
|
|
public
integer
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
protected
|
|
protected
|
#
renderHorizontalContents(
Renders contents in horizontal repeat direction. |
protected
|
#
renderVerticalContents(
Renders contents in veritcal repeat direction. |
protected
|
#
renderHeader(
Renders header. |
protected
|
#
renderFooter(
Renders footer. |
GLOBAL_RAISE_EVENT_LISTENER
|