PHP Class Prado\Web\UI\WebControls\TContentDirection

TContentDirection defines the enumerable type for the possible directions that a panel can be at. The following enumerable values are defined: - NotSet: the direction is not specified - LeftToRight: content in a panel is left to right - RightToLeft: content in a panel is right to left
Since: 3.0.4
Author: Qiang Xue ([email protected])
Inheritance: extends Prado\TEnumerable
Exibir arquivo Open project: pradosoft/prado