Class html_textarea

Description

Class to create an HTML textarea

Located in /lib/Roundcube/html.php (line 536)

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 539)
  • access: protected

Redefinition of:
html::$allowed
mixed $tagname = 'textarea' (line 538)
  • 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 549)

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::parse_attrib_string()
 html::quote()
 html::script()
 html::show()
 html::span()
 html::tag()

Documentation generated on Fri, 03 May 2013 12:44:55 +0200 by phpDocumentor 1.4.4