STPHPObject | --STPHPComponent | --STPHPTableCell
Located in File: Program_Root/stphptablecell.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 |
STPHPTableCell constructor STPHPTableCell ( $name )
Creates the object |
string write ( )
Designs the object at runtime |
Variable Detail |
Method Detail |
STPHPTableCell constructor STPHPTableCell ( $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 - COLSPAN : defines the number of cols that the cell spans - ROWSPAN : defines the number of rows that the cell spans - ALIGN : defines the horizontal alignment of the cell - VALIGN : defines the vertical alignment of the row - WIDTH : defines the width of the cell - HEIGHT : defines the height of the cell - CLASS : defines the CSS class
the code that represents the object at runtime
private