PHP 클래스 QTextBoxBase, qcodo

상속: extends QControl
파일 보기 프로젝트 열기: qcodo/qcodo 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$blnReadOnly
$blnValidateTrimmed
$blnWrap LAYOUT
$intColumns APPEARANCE
$intMaxLength BEHAVIOR
$intMinLength
$intRows
$strCrossScripting
$strFormat
$strLabelForRequired
$strLabelForRequiredUnnamed
$strLabelForTooLong
$strLabelForTooLongUnnamed
$strLabelForTooShort
$strLabelForTooShortUnnamed
$strText
$strTextMode

공개 메소드들

메소드 설명
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 )

보호된 메소드들

메소드 설명
GetControlHtml ( )

메소드 상세

GetAttributes() 공개 메소드

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

GetControlHtml() 보호된 메소드

protected GetControlHtml ( )

GetJavaScriptAction() 공개 메소드

public GetJavaScriptAction ( )

ParsePostData() 공개 메소드

public ParsePostData ( )

Select() 공개 메소드

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

Validate() 공개 메소드

public Validate ( )

__construct() 공개 메소드

public __construct ( $objParentObject, $strControlId = null )

__get() 공개 메소드

public __get ( $strName )

__set() 공개 메소드

public __set ( $strName, $mixValue )

프로퍼티 상세

$blnReadOnly 보호되어 있는 프로퍼티

protected $blnReadOnly

$blnValidateTrimmed 보호되어 있는 프로퍼티

protected $blnValidateTrimmed

$blnWrap 보호되어 있는 프로퍼티

LAYOUT
protected $blnWrap

$intColumns 보호되어 있는 프로퍼티

APPEARANCE
protected $intColumns

$intMaxLength 보호되어 있는 프로퍼티

BEHAVIOR
protected $intMaxLength

$intMinLength 보호되어 있는 프로퍼티

protected $intMinLength

$intRows 보호되어 있는 프로퍼티

protected $intRows

$strCrossScripting 보호되어 있는 프로퍼티

protected $strCrossScripting

$strFormat 보호되어 있는 프로퍼티

protected $strFormat

$strLabelForRequired 보호되어 있는 프로퍼티

protected $strLabelForRequired

$strLabelForRequiredUnnamed 보호되어 있는 프로퍼티

protected $strLabelForRequiredUnnamed

$strLabelForTooLong 보호되어 있는 프로퍼티

protected $strLabelForTooLong

$strLabelForTooLongUnnamed 보호되어 있는 프로퍼티

protected $strLabelForTooLongUnnamed

$strLabelForTooShort 보호되어 있는 프로퍼티

protected $strLabelForTooShort

$strLabelForTooShortUnnamed 보호되어 있는 프로퍼티

protected $strLabelForTooShortUnnamed

$strText 보호되어 있는 프로퍼티

protected $strText

$strTextMode 보호되어 있는 프로퍼티

protected $strTextMode