STPHPObject | --STPHPComponent | --STPHPCheckBox
Located in File: Program_Root/stphpcheckbox.php
stphplib
Roberto Gerola <roberto.gerola@speedtech.it>
0.8
Class Variable Summary |
Inherited Class Variable Summary | |||||||||||||||
Inherited From Class STPHPComponent
|
|||||||||||||||
Inherited From Class STPHPObject
|
Inherited Method Summary | ||||||||||||||||||||||||||||||||||||||
Inherited From Class STPHPComponent
|
||||||||||||||||||||||||||||||||||||||
Inherited From Class STPHPObject
|
Method Summary |
STPHPCheckBox constructor STPHPCheckBox ( $name )
Creates the object |
string write ( )
Designs the object at runtime |
Variable Detail |
Method Detail |
STPHPCheckBox constructor STPHPCheckBox ( $name )
Creates the object- string $name:
public
string write ( )
Overrides: STPHPComponent::write()
Designs the object at runtimeAvailable attributes : - VISIBLE : defines if the component must be designed or not - NAME : defines the name of the form (if empty $name of the object is used) - VALUE : the value of the control - CHECKED : if 'TRUE' the control is checked - DISABLED : if 'TRUE' the control is disabled - CLASS : defines the CSS class
the code that represents the object at runtime
private