PHP Class QTextBoxBase, qcodo

Inheritance: extends QControl
Afficher le fichier Open project: qcodo/qcodo Class Usage Examples

Protected Properties

Свойство Type Description
$blnReadOnly
$blnValidateTrimmed
$blnWrap LAYOUT
$intColumns APPEARANCE
$intMaxLength BEHAVIOR
$intMinLength
$intRows
$strCrossScripting
$strFormat
$strLabelForRequired
$strLabelForRequiredUnnamed
$strLabelForTooLong
$strLabelForTooLongUnnamed
$strLabelForTooShort
$strLabelForTooShortUnnamed
$strText
$strTextMode

Méthodes publiques

Méthode 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 )

Méthodes protégées

Méthode Description
GetControlHtml ( )

Method Details

GetAttributes() public méthode

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

GetControlHtml() protected méthode

protected GetControlHtml ( )

GetJavaScriptAction() public méthode

public GetJavaScriptAction ( )

ParsePostData() public méthode

public ParsePostData ( )

Select() public méthode

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

Validate() public méthode

public Validate ( )

__construct() public méthode

public __construct ( $objParentObject, $strControlId = null )

__get() public méthode

public __get ( $strName )

__set() public méthode

public __set ( $strName, $mixValue )

Property Details

$blnReadOnly protected_oe property

protected $blnReadOnly

$blnValidateTrimmed protected_oe property

protected $blnValidateTrimmed

$blnWrap protected_oe property

LAYOUT
protected $blnWrap

$intColumns protected_oe property

APPEARANCE
protected $intColumns

$intMaxLength protected_oe property

BEHAVIOR
protected $intMaxLength

$intMinLength protected_oe property

protected $intMinLength

$intRows protected_oe property

protected $intRows

$strCrossScripting protected_oe property

protected $strCrossScripting

$strFormat protected_oe property

protected $strFormat

$strLabelForRequired protected_oe property

protected $strLabelForRequired

$strLabelForRequiredUnnamed protected_oe property

protected $strLabelForRequiredUnnamed

$strLabelForTooLong protected_oe property

protected $strLabelForTooLong

$strLabelForTooLongUnnamed protected_oe property

protected $strLabelForTooLongUnnamed

$strLabelForTooShort protected_oe property

protected $strLabelForTooShort

$strLabelForTooShortUnnamed protected_oe property

protected $strLabelForTooShortUnnamed

$strText protected_oe property

protected $strText

$strTextMode protected_oe property

protected $strTextMode