HTML_Table::setColCount() | HTML_Table::setColType() |
HTML_Table | |
PEAR Manual | |
require_once 'HTML/Table.php'; |
void HTML_Table::setColGroup (
mixed $colgroup = NULL
,
mixed $attributes = NULL
)
Allows to add a colgroup (with attributes)
mixed $colgroup - Empty string, string with attributes or an associative array of attributes for the columns
mixed $attributes - Associative array or string of colgroup attributes
Usage without a col tag
|
Usage with col tags
|
Usage with multiple colgroups
|
This function can not be called statically.
HTML_Table::setColCount() | HTML_Table::setColType() |
HTML_Table | |
PEAR Manual | |