PHP Class ExampleSingleForm, qcodo

Inheritance: extends ExamplesBaseForm
ファイルを表示 Open project: qcodo/qcodo Class Usage Examples

Protected Properties

Property Type Description
$btnButton
$lblMessage Local declarations of our Qcontrols

Protected Methods

Method Description
Form_Create ( ) Initialize our Controls during the Form Creation process
btnButton_Click ( $strFormId, $strControlId, $strParameter ) The "btnButton_Click" Event handler

Method Details

Form_Create() protected method

Initialize our Controls during the Form Creation process
protected Form_Create ( )

btnButton_Click() protected method

The "btnButton_Click" Event handler
protected btnButton_Click ( $strFormId, $strControlId, $strParameter )

Property Details

$btnButton protected_oe property

protected $btnButton

$lblMessage protected_oe property

Local declarations of our Qcontrols
protected $lblMessage