Class 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)
- TEnumerable implements Iterator
-
TValidatorDisplayStyle
Package: System\Web\UI\WebControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TBaseValidator.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TBaseValidator.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
None |
'None' |
|
string |
Dynamic |
'Dynamic' |
|
string |
Fixed |
'Fixed' |