Summary
- File
- Package hierarchy Builder\Table
- Class hierarchy \AbstractHTMLElement \HTMLTableRowCell \HTMLTableColumn
This class allows you to manage easily html tables.
This class allows you to manage easily html tables.
__construct( $name, $sortable_parameter = '', $options = array())
$name | ||
$sortable_parameter | ||
$options |
None found |
get_value()
None found |
is_multi_column()
None found |
get_colspan()
None found |
set_colspan( $colspan)
$colspan |
None found |
has_css_style()
None found |
get_css_style()
None found |
set_css_style( $style)
$style |
None found |
add_css_style( $style)
$style |
None found |
has_css_class()
None found |
get_css_class()
None found |
set_css_class( $class)
$class |
None found |
add_css_class( $class)
$class |
None found |
has_id()
None found |
get_id()
None found |
set_id( $id)
$id |
None found |
display() : string
Return the element
None found |
is_sortable()
None found |
get_sortable_parameter()
None found |
is_name_sr_only()
None found |
$css_class :
None found |
$css_style :
None found |
$id :
None found |
$value :
None found |
$colspan :
None found |
$sortable_parameter :
None found |
$name_sr_only :
None found |