STPHPObject | --STPHPComponent | --STPHPLabel
Located in File: Program_Root/stphplabel.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 |
STPHPLabel constructor STPHPLabel ( $name )
Creates the object |
string write ( )
Designs the object at runtime |
Variable Detail |
Method Detail |
STPHPLabel constructor STPHPLabel ( $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 - ALIGN : defines the horizontal alignment - LINK : defines the link for the label - LINK_TARGET : defines the target for the link - ONCLICK : defines the onclick event hook - TEXT : defines the labels caption - TITLE : defines the title for the link - CLASS : defines the CSS class
the code that represents the object at runtime
private