MediaWiki  REL1_24
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 ()

Public Attributes

const DEFAULT_COLS = 80
const DEFAULT_ROWS = 25

Detailed Description

Definition at line 3 of file HTMLTextAreaField.php.


Member Function Documentation

Definition at line 7 of file HTMLTextAreaField.php.

References DEFAULT_COLS.

Referenced by getInputHTML().

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:
string$valueThe value to set the input to; eg a default text for a text input.
Returns:
string Valid HTML.

Reimplemented from HTMLFormField.

Definition at line 15 of file HTMLTextAreaField.php.

References $attribs, $value, array(), HTMLFormField\getAttributes(), getCols(), getRows(), HTMLFormField\getTooltipAndAccessKey(), and Html\textarea().

Definition at line 11 of file HTMLTextAreaField.php.

References DEFAULT_ROWS.

Referenced by getInputHTML().


Member Data Documentation

Definition at line 4 of file HTMLTextAreaField.php.

Referenced by getCols().

Definition at line 5 of file HTMLTextAreaField.php.

Referenced by getRows().


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