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

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 1202 of file HTMLForm.php.


Member Function Documentation

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.

Reimplemented in HTMLSelectOrOtherField.

Definition at line 1209 of file HTMLForm.php.

References Html\element(), getSize(), and HTMLFormField\getTooltipAndAccessKey().

Here is the call graph for this function:

Reimplemented in HTMLFloatField, and UploadSourceField.

Definition at line 1203 of file HTMLForm.php.

Referenced by getInputHTML(), and HTMLSelectOrOtherField\getInputHTML().

Here is the caller graph for this function:


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