HTMLSubmitField Class Reference

Inherits HTMLFormField.

List of all members.

Public Member Functions

 getTableRow ($value)
 Get the complete table row 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.


Detailed Description

Definition at line 1368 of file HTMLForm.php.


Member Function Documentation

HTMLSubmitField::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.

Parameters:
$value String 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 1379 of file HTMLForm.php.

HTMLSubmitField::getTableRow ( value  ) 

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

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

Reimplemented from HTMLFormField.

Definition at line 1370 of file HTMLForm.php.

References HTMLFormField::getTooltipAndAccessKey().


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

Generated on Sat Apr 30 22:57:39 2011 for MediaWiki by  doxygen 1.5.9