PHP Класс 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)
С версии: 3.0.4
Автор: Qiang Xue ([email protected])
Наследование: extends Prado\TEnumerable
Показать файл Открыть проект