Class html_radiobutton

Description

Class to create HTML radio buttons

Located in /html.php (line 429)

html
   |
   --html_inputfield
      |
      --html_radiobutton
Variable Summary
 mixed $type
Method Summary
 string show ([string $value = ''], [array $attrib = null])
Variables
mixed $type = 'radio' (line 431)
  • access: protected

Redefinition of:
html_inputfield::$type

Inherited Variables

Inherited from html_inputfield

html_inputfield::$allowed
html_inputfield::$tagname

Inherited from html

html::$attrib
html::$common_attrib
html::$containers
html::$content
html::$doctype
html::$lc_tags
Methods
show (line 440)

Get HTML code for this object

  • return: HTML output
  • access: public
string show ([string $value = ''], [array $attrib = null])
  • string $value: Value of the checked field
  • array $attrib: Additional attributes to override

Redefinition of:
html_inputfield::show()
Compose input tag

Inherited Methods

Inherited From html_inputfield

 html_inputfield::__construct()
 html_inputfield::show()

Inherited From html

 html::__construct()
 html::a()
 html::attrib_string()
 html::br()
 html::div()
 html::doctype()
 html::iframe()
 html::img()
 html::label()
 html::p()
 html::script()
 html::show()
 html::span()
 html::tag()

Documentation generated on Wed, 23 May 2012 16:40:46 +0200 by phpDocumentor 1.4.4