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

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.

Detailed Description

Definition at line 2040 of file HTMLForm.php.


Member Function Documentation

HTMLApiField::getDiv ( value)

Definition at line 2045 of file HTMLForm.php.

References getTableRow().

Here is the call graph for this function:

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.

Definition at line 2053 of file HTMLForm.php.

HTMLApiField::getRaw ( value)

Definition at line 2049 of file HTMLForm.php.

References getTableRow().

Here is the call graph for this function:

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

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

Reimplemented from HTMLFormField.

Definition at line 2041 of file HTMLForm.php.

Referenced by getDiv(), and getRaw().

Here is the caller graph for this function:


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