MediaWiki  REL1_24
HTMLApiField Class Reference
Inheritance diagram for HTMLApiField:
Collaboration diagram for HTMLApiField:

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 3 of file HTMLApiField.php.


Member Function Documentation

HTMLApiField::getDiv ( value)

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

Since:
1.20
Parameters:
string$valueThe value to set the input to.
Returns:
string Complete HTML table row.

Reimplemented from HTMLFormField.

Definition at line 8 of file HTMLApiField.php.

References $value, and getTableRow().

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 16 of file HTMLApiField.php.

HTMLApiField::getRaw ( value)

Get the complete raw fields for the input, including help text, labels, and whatever.

Since:
1.20
Parameters:
string$valueThe value to set the input to.
Returns:
string Complete HTML table row.

Reimplemented from HTMLFormField.

Definition at line 12 of file HTMLApiField.php.

References $value, and getTableRow().

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 4 of file HTMLApiField.php.

Referenced by getDiv(), and getRaw().


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