STPHPObject | --STPHPComponent | --STPHPButton
Located in File: Program_Root/stphpbutton.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 |
STPHPEdit constructor STPHPButton ( $name )
Creates the object |
string write ( )
Designs the object at runtime |
Variable Detail |
Method Detail |
STPHPEdit constructor STPHPButton ( $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 caption of the button - DISABLED : if 'TRUE' the control is disabled - SIZE: the horizontal length of the control - CLASS : defines the CSS class
The code that represents the object at runtime
private