Class html_textarea

Description

Class to create an HTML textarea

Located in /html.php (line 489)

html
   |
   --html_textarea
Variable Summary
 mixed $allowed
 mixed $tagname
Method Summary
 string show ([string $value = ''], [array $attrib = null])
Variables
mixed $allowed = array('name','rows','cols','wrap','tabindex',
'onchange','disabled','readonly','spellcheck')
(line 492)
  • access: protected

Redefinition of:
html::$allowed
mixed $tagname = 'textarea' (line 491)
  • access: protected

Redefinition of:
html::$tagname

Inherited Variables

Inherited from html

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

Get HTML code for this object

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

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:47 +0200 by phpDocumentor 1.4.4