classname: htmlobject_button


extends: htmlobject_base

 Button

@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.button.class.php

Attributes

top
attribute: disabled
access: public
default:
false

Disable button

@access public
@var bool
top
attribute: label
access: public
default:
empty

Label for button

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

Attribute name

@access public
@var string
top
attribute: tabindex
access: public
default:
empty

Attribute tabindex

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

Type of button

@access public
@var enum [button|submit|reset]
top
attribute: value
access: public
default:
empty

Value of button

@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