MediaWiki  REL1_19
HTMLTextAreaField Class Reference
Inheritance diagram for HTMLTextAreaField:
Collaboration diagram for HTMLTextAreaField:

List of all members.

Public Member Functions

 getCols ()
 getInputHTML ($value)
 This function must be implemented to return the HTML to generate the input object itself.
 getRows ()

Detailed Description

Definition at line 1270 of file HTMLForm.php.


Member Function Documentation

Definition at line 1271 of file HTMLForm.php.

Referenced by getInputHTML().

Here is the caller graph for this function:

This function must be implemented to return the HTML to generate the input object itself.

It should not implement the surrounding table cells/rows, or labels/help messages.

Parameters:
$valueString the value to set the input to; eg a default text for a text input.
Returns:
String valid HTML.

Reimplemented from HTMLFormField.

Definition at line 1283 of file HTMLForm.php.

References Html\element(), getCols(), getRows(), and HTMLFormField\getTooltipAndAccessKey().

Here is the call graph for this function:

Definition at line 1277 of file HTMLForm.php.

Referenced by getInputHTML().

Here is the caller graph for this function:


The documentation for this class was generated from the following file: