classname: htmlobject_form
extends: htmlobject_base
Form
@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.form.class.php
Attributes
topattribute: action
access: public
default:
topaccess: public
default:
empty
URI (RFC 2396) to process form data @access public @var string
attribute: enctype
access: public
default:
topaccess: public
default:
multipart/form-data
MIME-Typ (RFC 2045) of form data @access public @var string
attribute: method
access: public
default:
topaccess: public
default:
get
Post/Get @access public @var enum [post|get]
attribute: name
access: public
default:
topaccess: public
default:
empty
Name of form @access public @var string
attribute: target
access: public
default:
access: public
default:
empty
Name of form response window @access public @var string
Methods
topfunction: add
params:
topparams:
$element $key = null
Add object or array of objects @access public @param object | string | array $element @param string $key key for elements array
function: get_elements
params:
topparams:
$name = null
Get object or an array of objects @access public @return null|array of objects
function: get_string
topGet html element as string @access public @return string
function: __attribs
Init attribs @access private @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