metaHTML
[ class tree: metaHTML ] [ index: metaHTML ] [ all elements ]

Class: htmlInputTextarea

Source Location: /lib/html.inc

Class Overview

htmlElement
   |
   --htmlInputTextarea

Prints the HTML code for a textarea.


Methods


Child classes:

htmlTableExtendedInputTextarea
Text area with label and help link.

Inherited Constants

Inherited Variables

Inherited Methods

Class: htmlElement

htmlElement::generateHTML()
Prints the HTML code for this element.

Class Details

[line 905]
Prints the HTML code for a textarea.



[ Top ]


Class Methods


constructor __construct [line 924]

htmlInputTextarea __construct( String $name, String $value, int $colCount, int $rowCount)

Constructor.



Overridden in child classes as:

htmlTableExtendedInputTextarea::__construct()
Constructor.

Parameters:

String   $name   unique name
String   $value   value
int   $colCount   number of characters per line
int   $rowCount   number of rows

[ Top ]

method generateHTML [line 942]

array generateHTML( string $module, array $input, array $values, boolean $restricted, &$tabindex, string $scope, integer $tabindex)

Prints the HTML code for this element.



Tags:

return:  List of input field names and their type (name => type)


Overridden in child classes as:

htmlTableExtendedInputTextarea::generateHTML()
Prints the HTML code for this element.

Overrides htmlElement::generateHTML() (Prints the HTML code for this element.)

Parameters:

string   $module   Name of account module
array   $input   List of meta-HTML elements
array   $values   List of values which override the defaults in $input (name => value)
boolean   $restricted   If true then no buttons will be displayed
integer   $tabindex   Start value of tabulator index for input fields
string   $scope   Account type
   &$tabindex  

[ Top ]


Documentation generated on Fri, 25 Jun 2010 18:49:09 +0200 by phpDocumentor 1.4.1