classname: htmlobject_option


extends: htmlobject_base

 Option

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

Attributes

top
attribute: disabled
access: public
default:
false

Disable option

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

Label for option

@access public
@var string
top
attribute: selected
access: public
default:
false

Select option

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

Value of option

@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