PHP Class QCheckBox, qcodo

Labels are a little tricky with checkboxes. There are two built-in ways to make labels: 1) Assign a Name property, and render using something like RenderWithName 2) Assign a Text property, in which case the checkbox will be wrapped with a label and the text you assign.
Inheritance: extends QControl
Afficher le fichier Open project: qcodo/qcodo Class Usage Examples

Protected Properties

Свойство Type Description
$blnChecked MISC
$blnHtmlEntities BEHAVIOR
$strText APPEARANCE
$strTextAlign

Méthodes publiques

Méthode Description
GetJavaScriptAction ( )
ParsePostData ( )
Validate ( )
__get ( $strName )
__set ( $strName, $mixValue )

Méthodes protégées

Méthode Description
GetControlHtml ( )

Method Details

GetControlHtml() protected méthode

protected GetControlHtml ( )

GetJavaScriptAction() public méthode

public GetJavaScriptAction ( )

ParsePostData() public méthode

public ParsePostData ( )

Validate() public méthode

public Validate ( )

__get() public méthode

public __get ( $strName )

__set() public méthode

public __set ( $strName, $mixValue )

Property Details

$blnChecked protected_oe property

MISC
protected $blnChecked

$blnHtmlEntities protected_oe property

BEHAVIOR
protected $blnHtmlEntities

$strText protected_oe property

APPEARANCE
protected $strText

$strTextAlign protected_oe property

protected $strTextAlign