Todo List
Specifies the corresponding Rowspan and Colspan for each of the elements added to the container having TableLayout
Used when using PhpExt_Layout_TableLayout as the container's layout.
Located in /PhpExt/Layout/TableLayoutData.php [line 30]
PhpExt_Layout_ContainerLayoutData | --PhpExt_Layout_TableLayoutData
Methods
Inherited From PhpExt_Layout_ContainerLayoutData
PhpExt_Layout_ContainerLayoutData::$_layoutProperties
PhpExt_Layout_ContainerLayoutData::__construct() PhpExt_Layout_ContainerLayoutData::addLayoutProperties() PhpExt_Layout_ContainerLayoutData::getConfigParams() PhpExt_Layout_ContainerLayoutData::getLayoutProperty() PhpExt_Layout_ContainerLayoutData::paramToString() PhpExt_Layout_ContainerLayoutData::setLayoutProperty()
PhpExt_Layout_TableLayoutData __construct( [ $colspan = null], [ $rowspan = null], [ $cellId = null], [ $cellCssClass = null] )
string getCellCssClass( )
A CSS class name added to the table cell containing the item.
string getCellId( )
An id applied to the table cell containing the item.
integer getColSpan( )
Colspan works exactly like its HTML counterpart.
integer getRowSpan( )
Rowspan works exactly like its HTML counterpart.
PhpExt_Layout_TableLayoutData setCellCssClass( string $value )
PhpExt_Layout_TableLayoutData setCellId( string $value )
PhpExt_Container setColSpan( integer $value )
PhpExt_Container setRowSpan( integer $value )