Class TValidationSummaryDisplayStyle

Description

TValidationSummaryDisplay class.

TValidationSummaryDisplay defines the enumerable type for the possible styles that a TValidationSummary can display the collected error messages.

The following enumerable values are defined:

  • None: the error messages are not displayed
  • Dynamic: the error messages are dynamically added to display as the corresponding validators fail
  • Fixed: Similar to Dynamic except that the error messages physically occupy the page layout (even though they may not be visible)

  • author: Qiang Xue <qiang.xue@gmail.com>
  • version: $Id: TValidationSummary.php 3116 2012-03-23 18:15:03Z ctrlaltca@gmail.com $
  • since: 3.0.4

Located in /Web/UI/WebControls/TValidationSummary.php (line 530)

TEnumerable
   |
   --TValidationSummaryDisplayStyle
Class Constant Summary
 Dynamic = 'Dynamic'
 Fixed = 'Fixed'
 None = 'None'
Methods
Class Constants
Dynamic = 'Dynamic' (line 533)
Fixed = 'Fixed' (line 534)
None = 'None' (line 532)

Documentation generated on Mon, 25 Jun 2012 14:39:34 +0200 by phpDocumentor 1.4.3