MediaWiki  REL1_22
HTMLEditTools Class Reference
Inheritance diagram for HTMLEditTools:
Collaboration diagram for HTMLEditTools:

List of all members.

Public Member Functions

 getDiv ($value)
 getInputHTML ($value)
 This function must be implemented to return the HTML to generate the input object itself.
 getRaw ($value)
 getTableRow ($value)
 Get the complete table row for the input, including help text, labels, and whatever.

Protected Member Functions

 formatMsg ()

Detailed Description

Definition at line 2881 of file HTMLForm.php.


Member Function Documentation

HTMLEditTools::formatMsg ( ) [protected]

Definition at line 2910 of file HTMLForm.php.

Referenced by getTableRow().

HTMLEditTools::getDiv ( value)
Since:
1.20

Reimplemented from HTMLFormField.

Definition at line 2898 of file HTMLForm.php.

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 2882 of file HTMLForm.php.

Referenced by getTableRow().

HTMLEditTools::getRaw ( value)
Since:
1.20

Reimplemented from HTMLFormField.

Definition at line 2906 of file HTMLForm.php.

Get the complete table row for the input, including help text, labels, and whatever.

Parameters:
string$valuethe value to set the input to.
Returns:
String complete HTML table row.

Reimplemented from HTMLFormField.

Definition at line 2886 of file HTMLForm.php.

References formatMsg(), and getInputHTML().


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