classname: htmlobject_input
extends: htmlobject_base
Input
@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.input.class.php
Attributes
topattribute: checked
access: public
default:
topaccess: public
default:
false
Check Input @access public @var bool
attribute: disabled
access: public
default:
topaccess: public
default:
false
Disable select @access public @var bool
attribute: maxlength
access: public
default:
topaccess: public
default:
null
Maxlength @access public @var int
attribute: name
access: public
default:
topaccess: public
default:
empty
Attribute name @access public @var string
attribute: size
access: public
default:
topaccess: public
default:
null
Size of input @access public @var int
attribute: tabindex
access: public
default:
topaccess: public
default:
null
Attribute tabindex @access public @var int
attribute: type
access: public
default:
topaccess: public
default:
text
Type of element @access public @var enum [text|password|checkbox|radio|submit|reset|file|hidden|image|button]
attribute: value
access: public
default:
access: public
default:
empty
Value of input @access public @var 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