Class TValidationSummaryDisplayMode

Description

TValidationSummaryDisplayMode class.

TValidationSummaryDisplayMode defines the enumerable type for the possible modes that a TValidationSummary can organize and display the collected error messages.

The following enumerable values are defined:

  • SimpleList: the error messages are displayed as a list without any decorations.
  • SingleParagraph: the error messages are concatenated together into a paragraph.
  • BulletList: the error messages are displayed as a bulleted list.
  • HeaderOnly: only the HeaderText will be display.

  • 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 506)

TEnumerable
   |
   --TValidationSummaryDisplayMode
Class Constant Summary
 BulletList = 'BulletList'
 HeaderOnly = 'HeaderOnly'
 SimpleList = 'SimpleList'
 SingleParagraph = 'SingleParagraph'
Methods
Class Constants
BulletList = 'BulletList' (line 510)
HeaderOnly = 'HeaderOnly' (line 511)
SimpleList = 'SimpleList' (line 508)
SingleParagraph = 'SingleParagraph' (line 509)

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