PHP Class QTextBoxBase, qcodo

Inheritance: extends QControl
Show file Open project: qcodo/qcodo Class Usage Examples

Protected Properties

Property Type Description
$blnReadOnly
$blnValidateTrimmed
$blnWrap LAYOUT
$intColumns APPEARANCE
$intMaxLength BEHAVIOR
$intMinLength
$intRows
$strCrossScripting
$strFormat
$strLabelForRequired
$strLabelForRequiredUnnamed
$strLabelForTooLong
$strLabelForTooLongUnnamed
$strLabelForTooShort
$strLabelForTooShortUnnamed
$strText
$strTextMode

Public Methods

Method Description
GetAttributes ( $blnIncludeCustom = true, $blnIncludeAction = true )
GetJavaScriptAction ( )
ParsePostData ( )
Select ( ) This will focus on and do a "select all" on the contents of the textbox
Validate ( )
__construct ( $objParentObject, $strControlId = null )
__get ( $strName )
__set ( $strName, $mixValue )

Protected Methods

Method Description
GetControlHtml ( )

Method Details

GetAttributes() public method

public GetAttributes ( $blnIncludeCustom = true, $blnIncludeAction = true )

GetControlHtml() protected method

protected GetControlHtml ( )

GetJavaScriptAction() public method

public GetJavaScriptAction ( )

ParsePostData() public method

public ParsePostData ( )

Select() public method

This will focus on and do a "select all" on the contents of the textbox
public Select ( )

Validate() public method

public Validate ( )

__construct() public method

public __construct ( $objParentObject, $strControlId = null )

__get() public method

public __get ( $strName )

__set() public method

public __set ( $strName, $mixValue )

Property Details

$blnReadOnly protected property

protected $blnReadOnly

$blnValidateTrimmed protected property

protected $blnValidateTrimmed

$blnWrap protected property

LAYOUT
protected $blnWrap

$intColumns protected property

APPEARANCE
protected $intColumns

$intMaxLength protected property

BEHAVIOR
protected $intMaxLength

$intMinLength protected property

protected $intMinLength

$intRows protected property

protected $intRows

$strCrossScripting protected property

protected $strCrossScripting

$strFormat protected property

protected $strFormat

$strLabelForRequired protected property

protected $strLabelForRequired

$strLabelForRequiredUnnamed protected property

protected $strLabelForRequiredUnnamed

$strLabelForTooLong protected property

protected $strLabelForTooLong

$strLabelForTooLongUnnamed protected property

protected $strLabelForTooLongUnnamed

$strLabelForTooShort protected property

protected $strLabelForTooShort

$strLabelForTooShortUnnamed protected property

protected $strLabelForTooShortUnnamed

$strText protected property

protected $strText

$strTextMode protected property

protected $strTextMode