We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A table row written as div.
Extends: Control » Renderable
Returns all cells.
Definition: public function Cells()
public function Cells()
Returns: array List of Td objects
array
Gets the cell count.
Definition: public function CountCells()
public function CountCells()
Returns: int Count of cells
int
Gets the current cell.
Definition: public function CurrentCell()
public function CurrentCell()
Returns: Td The current cell of false if none
Applies the format to all cells.
Definition: public function FormatCells($table=false)
public function FormatCells($table=false)
Returns: void
void
Parameters:
Table $table
Get the cell at index.
Definition: public function GetCell($index)
public function GetCell($index)
Returns: Td The cell
int $index
Creates a new cell.
Definition: public function NewCell($content=false, $options=false)
public function NewCell($content=false, $options=false)
Returns: Td The created cell
mixed $content Contents for it
mixed $content
array $options See Td::__construct for options
array $options
Sets the alignment for all columns.
Definition: public function SetAlignment($alignment)
public function SetAlignment($alignment)
Returns: static
static
array $alignment
OVERRIDE Control::WdfRender
Definition: public function __construct($options=false)
public function __construct($options=false)
Returns: NOT DOCUMENTED