classname: htmlobject_table
extends: htmlobject_base
Table
@package htmlobjects
@author Alexander Kuballa [akuballa@users.sourceforge.net]
@copyright Copyright (c) 2008 - 2010, Alexander Kuballa
@license BSD License (see LICENSE.TXT)
@version 1.0
filename: htmlobject.table.class.php
Methods
Attributes
topattribute: align
access: public
default:
topaccess: public
default:
empty
Align @access public @var enum [left|center|right]
attribute: border
access: public
default:
topaccess: public
default:
empty
Table border @access public @var int
attribute: bgcolor
access: public
default:
topaccess: public
default:
empty
Table backgroundcolor @access public @var HEX
attribute: cellpadding
access: public
default:
topaccess: public
default:
null
Cellpadding @access public @var int
attribute: cellspacing
access: public
default:
topaccess: public
default:
null
Cellspacing @access public @var int
attribute: frame
access: public
default:
topaccess: public
default:
empty
Frame @access public @var enum [void|above|below|hsides|lhs|rhs|vsides|box|border]
attribute: rules
access: public
default:
topaccess: public
default:
empty
Rules @access public @var enum [none|groups|rows|cols|all]
attribute: summary
access: public
default:
topaccess: public
default:
empty
Summary @access public @var string
attribute: width
access: public
default:
access: public
default:
empty
Width @access public @var int
Methods
topfunction: add
params:
topparams:
$data = '' $key = null
Add additional content @access public @param array | htmlobject_tr $data @param string $key key for elements array
function: get_string
topGet html element as string @access public @return string
function: __attribs
Init attribs @access protected @return string
- htmlobject
- htmlobject_a
- htmlobject_base
- htmlobject_box
- htmlobject_button
- htmlobject_div
- htmlobject_form
- htmlobject_formbuilder
- htmlobject_iframe
- htmlobject_img
- htmlobject_input
- htmlobject_option
- htmlobject_request
- htmlobject_response
- htmlobject_select
- htmlobject_table
- htmlobject_tablebuilder
- htmlobject_tabmenu
- htmlobject_td
- htmlobject_template
- htmlobject_textarea
- htmlobject_tr