Class \Prado\Web\UI\WebControls\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
Class hierarchy
- \Prado\Web\UI\WebControls\TRepeatLayout
- \Prado\TEnumerable implements Iterator
Since: 3.0.4
__construct, current, key, next, rewind, valid |
public
mixed
|
Flow
|
'Flow'
|
public
mixed
|
Raw
|
'Raw'
|
public
mixed
|
Table
|
'Table'
|