Class \Prado\Web\UI\WebControls\TValidatorDisplayStyle
TValidatorDisplayStyle class.
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)
Class hierarchy
- \Prado\Web\UI\WebControls\TValidatorDisplayStyle
- \Prado\TEnumerable implements Iterator
Since: 3.0.4
__construct, current, key, next, rewind, valid |
public
mixed
|
Dynamic
|
'Dynamic'
|
public
mixed
|
Fixed
|
'Fixed'
|
public
mixed
|
None
|
'None'
|