|
MediaWiki
REL1_23
|


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 () | |
Definition at line 3 of file HTMLEditTools.php.
| HTMLEditTools::formatMsg | ( | ) | [protected] |
Definition at line 34 of file HTMLEditTools.php.
References empty, and HTMLFormField\msg().
Referenced by getDiv(), and getTableRow().
| HTMLEditTools::getDiv | ( | $ | value | ) |
Reimplemented from HTMLFormField.
Definition at line 21 of file HTMLEditTools.php.
References formatMsg().
Referenced by getRaw().
| HTMLEditTools::getInputHTML | ( | $ | value | ) |
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.
| string | $value | the value to set the input to; eg a default text for a text input. |
Reimplemented from HTMLFormField.
Definition at line 4 of file HTMLEditTools.php.
| HTMLEditTools::getRaw | ( | $ | value | ) |
| HTMLEditTools::getTableRow | ( | $ | value | ) |
Get the complete table row for the input, including help text, labels, and whatever.
| string | $value | The value to set the input to. |
Reimplemented from HTMLFormField.
Definition at line 8 of file HTMLEditTools.php.
References formatMsg().