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

Reimplemented from HTMLFormField.

Reimplemented in HTMLAutoCompleteSelectField, and HTMLSelectOrOtherField.

Definition at line 8 of file HTMLTextField.php.

References $attribs, $type, $value, array(), HTMLFormField\getAttributes(), getSize(), HTMLFormField\getTooltipAndAccessKey(), and Html\input().

Reimplemented in UploadSourceField, and HTMLFloatField.

Definition at line 4 of file HTMLTextField.php.

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


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