Class TTextBoxMode

Description

TTextBoxMode class.

TTextBoxMode defines the enumerable type for the possible mode that a TTextBox control could be at.

The following enumerable values are defined:

  • SingleLine: the textbox will be a regular single line input
  • MultiLine: the textbox will be a textarea allowing multiple line input
  • Password: the textbox will hide user input like a password input box

  • author: Qiang Xue <qiang.xue@gmail.com>
  • version: $Id: TTextBox.php 3137 2012-05-10 21:09:10Z ctrlaltca $
  • since: 3.0.4

Located in /Web/UI/WebControls/TTextBox.php (line 600)

TEnumerable
   |
   --TTextBoxMode
Class Constant Summary
 MultiLine = 'MultiLine'
 Password = 'Password'
 SingleLine = 'SingleLine'
Methods
Class Constants
MultiLine = 'MultiLine' (line 603)
Password = 'Password' (line 604)
SingleLine = 'SingleLine' (line 602)

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