-
Notifications
You must be signed in to change notification settings - Fork 34
classes_lib_controls_table_tr.class
A table row written as div.
Extends: Control » Renderable
Returns all cells.
Definition: public function Cells()
Returns: array
List of Td objects
Gets the cell count.
Definition: public function CountCells()
Returns: int
Count of cells
Gets the current cell.
Definition: public function CurrentCell()
Returns: Td The current cell of false if none
Applies the format to all cells.
Definition: public function FormatCells($table=false)
Returns: void
Parameters:
Get the cell at index.
Definition: public function GetCell($index)
Returns: Td The cell
Parameters:
-
int $index
Zero based index
Creates a new cell.
Definition: public function NewCell($content=false, $options=false)
Returns: Td The created cell
Parameters:
-
mixed $content
Contents for it -
array $options
See Td::__construct for options
Sets the alignment for all columns.
Definition: public function SetAlignment($alignment)
Returns: static
Parameters:
-
array $alignment
Array of alignments for each column l(eft)|r(ight)|c(enter)
OVERRIDE Control::WdfRender
Definition: public function __construct($options=false)
Returns: NOT DOCUMENTED
Parameters:
-
array $options
Currently none