Class \Prado\Web\UI\WebControls\TTableCaptionAlign
TTableCaptionAlign class.
TTableCaptionAlign defines the enumerable type for the possible alignments that a table caption can take.
The following enumerable values are defined:
- NotSet: alignment not specified
- Top: top aligned
- Bottom: bottom aligned
- Left: left aligned
- Right: right aligned
Class hierarchy
- \Prado\Web\UI\WebControls\TTableCaptionAlign
- \Prado\TEnumerable implements Iterator
Since: 3.0.4
__construct, current, key, next, rewind, valid |
public
mixed
|
Bottom
|
'Bottom'
|
public
mixed
|
Left
|
'Left'
|
public
mixed
|
NotSet
|
'NotSet'
|
public
mixed
|
Right
|
'Right'
|
public
mixed
|
Top
|
'Top'
|