Class TValidatorDisplayStyle

Description

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)

  • author: Qiang Xue <qiang.xue@gmail.com>
  • version: $Id: TBaseValidator.php 3159 2012-06-01 18:01:40Z ctrlaltca $
  • since: 3.0.4

Located in /Web/UI/WebControls/TBaseValidator.php (line 721)

TEnumerable
   |
   --TValidatorDisplayStyle
Class Constant Summary
 Dynamic = 'Dynamic'
 Fixed = 'Fixed'
 None = 'None'
Methods
Class Constants
Dynamic = 'Dynamic' (line 724)
Fixed = 'Fixed' (line 725)
None = 'None' (line 723)

Documentation generated on Mon, 25 Jun 2012 14:37:23 +0200 by phpDocumentor 1.4.3