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
Exibir arquivo Open project: qcodo/qcodo Class Usage Examples

Protected Properties

Property Type Description
$blnChecked MISC
$blnHtmlEntities BEHAVIOR
$strText APPEARANCE
$strTextAlign

Public Methods

Method Description
GetJavaScriptAction ( )
ParsePostData ( )
Validate ( )
__get ( $strName )
__set ( $strName, $mixValue )

Protected Methods

Method Description
GetControlHtml ( )

Method Details

GetControlHtml() protected method

protected GetControlHtml ( )

GetJavaScriptAction() public method

public GetJavaScriptAction ( )

ParsePostData() public method

public ParsePostData ( )

Validate() public method

public Validate ( )

__get() public method

public __get ( $strName )

__set() public method

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