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.
Represents a colgroup element but in div annotation.
Extends: Control » Renderable
Adds a col element.
Definition: public function NewCol($width=false, $align=false)
public function NewCol($width=false, $align=false)
Returns: Control The created col element
Parameters:
mixed $width Columns width
mixed $width
string $align Alignment
string $align
Sets the alignment.
Definition: public function SetAlignment($alignment)
public function SetAlignment($alignment)
Returns: static
static
array $alignment
Sets properties of a specified col element.
Definition: public function SetCol($index, $width=false, $align=false)
public function SetCol($index, $width=false, $align=false)
Returns: Control The changed col element
int $index Zero based index of col element
int $index