classname: htmlobject
Htmlobjects
@package htmlobjects
@author Alexander Kuballa [akuballa@users.sourceforge.net]
@copyright Copyright (c) 2008 - 2012, Alexander Kuballa
@license BSD License (see LICENSE.TXT)
@version 1.0
filename: htmlobject.class.php
Methods
Attributes
topattribute: lang
access: public
default:
topaccess: public
default:
array( 'table' => array( 'button_refresh' => 'refresh', 'label_sort' => 'sort by', 'label_order' => 'sort order', 'label_offset' => 'offset', 'label_limit' => 'limit', 'option_nolimit' => 'none', 'option_asc' => 'ASC', 'option_desc' => 'DESC', 'select_label' => 'Select:', 'select_all' => 'all', 'select_none' => 'none', 'select_invert' => 'inverted', 'no_data' => 'no data' ), 'form' => array( 'error_required' => '%s must not be empty', 'error_maxlength' => '%s exeeds maxlength of %d', 'error_minlength' => '%s undercuts minlength of %d', 'required' => '*' ), 'response' => array( 'submit' => 'submit', 'cancel' => 'cancel', 'reset' => 'reset' ) )
Translation @access public @var array
attribute: thisfile
access: public
default:
topaccess: public
default:
null
base href @access public @var string
attribute: thisurl
access: public
default:
topaccess: public
default:
null
base url @access public @var string
attribute: thisdir
access: public
default:
access: public
default:
null
base dir @access public @var string
Methods
topfunction: __construct
params:
topparams:
$path
Constructor @param string $path path to htmlobject directory @access public
function: a
topA Object @access public @return htmlobject_a
function: base
topBase Object @access public @return htmlobject_base
function: box
topBox Object @access public @return htmlobject_box
function: button
topButton Object @access public @return htmlobject_button
function: debug
topEnable Debugger @access public
function: div
topDiv Object @access public @return htmlobject_div
function: form
topForm Object @access public @return htmlobject_form
function: formbuilder
topFormbuilder Object @access public @return htmlobject_formbuilder
function: head
topHead Object @access public @return htmlobject_head
function: help
params:
topparams:
$obj
Print object information @access public @param object $object
function: iframe
topIframe Object @access public @return htmlobject_img
function: img
topImage Object @access public @return htmlobject_img
function: input
topInput Object @access public @return htmlobject_input
function: label
topLabel Object @access public @return htmlobject_label
function: option
topOption Object @access public @return htmlobject_option
function: response
params:
topparams:
$id = 'response'
Response Object @access public @param string $id prefix response cancel/submit @return htmlobject_response
function: request
topRequest Object @access public @return htmlobject_request
function: select
topSelect Object @access public @return htmlobject_select
function: table
topTable Object @access public @return htmlobject_table
function: tablebuilder
params:
topparams:
$id $params = null
Tablebuilder Object @access public @param string $id prefix for posted vars @param array $params array(key => value, ...); @return htmlobject_tablebuilder
function: tabmenu
params:
topparams:
$id
Tabmenu Object @access public @param string $id prefix for posted vars @return htmlobject_tabmenu
function: template
params:
topparams:
$template
Template Object @access public @param string $template path to templatefile @return htmlobject_template
function: textarea
topTextarea Object @access public @return htmlobject_textarea
function: td
topTd Object @access public @return htmlobject_td
function: tr
topTr Object @access public @return htmlobject_tr
function: __factory
params:
params:
$name $arg1 = null $arg2 = null $arg3 = null $arg4 = null $arg5 = null $arg6 = null
Build objects @param string $name @param multi $arg1 @param multi $arg2 @param multi $arg3 @param multi $arg4 @param multi $arg5 @param multi $arg6 @access protected @return object
- 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