PHP Class Prado\Web\UI\WebControls\TInlineFrameAlign

TInlineFrameAlign defines the enumerable type for the possible alignments that the content in a {@link TInlineFrame} could be. The following enumerable values are defined: - NotSet: the alignment is not specified. - Left: left aligned - Right: right aligned - Top: top aligned - Middle: middle aligned - Bottom: bottom aligned
Since: 3.0.4
Author: Qiang Xue ([email protected])
Inheritance: extends Prado\TEnumerable
Datei anzeigen Open project: pradosoft/prado