PHP Class Prado\Web\UI\WebControls\TValidatorDisplayStyle

TValidatorDisplayStyle defines the enumerable type for the possible styles that a validator control can display the error message. The following enumerable values are defined: - None: the error message is not displayed - Dynamic: the error message dynamically appears when the validator fails validation - Fixed: Similar to Dynamic except that the error message physically occupies the page layout (even though it may not be visible)
Since: 3.0.4
Author: Qiang Xue ([email protected])
Inheritance: extends Prado\TEnumerable
Datei anzeigen Open project: pradosoft/prado