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

top
attribute: checked
access: public
default:
false

Check Input

@access public
@var bool
top
attribute: disabled
access: public
default:
false

Disable select

@access public
@var bool
top
attribute: maxlength
access: public
default:
null

Maxlength

@access public
@var int
top
attribute: name
access: public
default:
empty

Attribute name

@access public
@var string
top
attribute: size
access: public
default:
null

Size of input

@access public
@var int
top
attribute: tabindex
access: public
default:
null

Attribute tabindex

@access public
@var int
top
attribute: type
access: public
default:
text

Type of element

@access public
@var enum [text|password|checkbox|radio|submit|reset|file|hidden|image|button]
top
attribute: value
access: public
default:
empty

Value of input

@access public
@var string


Methods

top
function: get_string

 Get html element as string
 
 @access public
 @return string
top
function: __attribs

 Init attribs
 
 @access protected
 @return string