Class TRepeatLayout
TRepeatLayout class. TRepeatLayout defines the enumerable type for the possible layouts that repeated contents can take.
The following enumerable values are defined:
- Table: the repeated contents are organized using an HTML table
- Flow: the repeated contents are organized using HTML spans and breaks
- Raw: the repeated contents are stacked together without any additional decorations
- TEnumerable implements Iterator
-
TRepeatLayout
Package: System\Web\UI\WebControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TRepeatInfo.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TRepeatInfo.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
Table |
'Table' |
|
string |
Flow |
'Flow' |
|
string |
Raw |
'Raw' |