Class html_hiddenfield

Description

Class to create an hidden HTML input field

Located in /html.php (line 380)

html
   |
   --html_hiddenfield
Variable Summary
 mixed $allowed
 mixed $fields_arr
 mixed $tagname
 mixed $type
Method Summary
 html_hiddenfield __construct ([array $attrib = null])
 void add (array $attrib)
 string show ()
Variables
mixed $allowed = array('type','name','value','onchange','disabled','readonly') (line 385)
  • access: protected

Redefinition of:
html::$allowed
mixed $fields_arr = array() (line 384)
  • access: protected
mixed $tagname = 'input' (line 382)
  • access: protected

Redefinition of:
html::$tagname
mixed $type = 'hidden' (line 383)
  • access: protected

Inherited Variables

Inherited from html

html::$attrib
html::$common_attrib
html::$containers
html::$content
html::$doctype
html::$lc_tags
Methods
Constructor __construct (line 392)

Constructor

  • access: public
html_hiddenfield __construct ([array $attrib = null])
  • array $attrib: Named tag attributes

Redefinition of:
html::__construct()
Constructor
add (line 404)

Add a hidden field to this instance

  • access: public
void add (array $attrib)
  • array $attrib: Named tag attributes
show (line 414)

Create HTML code for the hidden fields

  • return: Final HTML code
  • access: public
string show ()

Redefinition of:
html::show()
Return the tag code

Inherited Methods

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