Inherits SFFormInput.
Inherited by SFTextWithAutocompleteInput, and SFYearInput.
Public Member Functions | |
| getHtmlText () | |
| Returns the HTML code to be included in the output page for this input. | |
Static Public Member Functions | |
| static | getName () |
| Returns the name of the input type this class handles. | |
| static | getDefaultPropTypes () |
| Returns the set of SMW property types for which this input is meant to be the default one - ideally, no more than one input should declare itself the default for any specific type. | |
| static | getOtherPropTypesHandled () |
| Returns the set of SMW property types which this input can handle, but for which it isn't the default input. | |
| static | getDefaultPropTypeLists () |
| Returns the set of SMW property types for which this input is meant to be the default one - ideally, no more than one input should declare itself the default for any specific type. | |
| static | getOtherPropTypeListsHandled () |
| Returns the set of SMW property types which this input can handle, but for which it isn't the default input. | |
| static | uploadableHTML ($input_id, $delimiter=null, $default_filename=null, $cur_value= '', $other_args=array()) |
| static | getHTML ($cur_value, $input_name, $is_mandatory, $is_disabled, $other_args) |
| Method to make new style input types compatible with old-style call from the SF parser. | |
| static | getParameters () |
| Returns the set of parameters for this form input. | |
Static Protected Member Functions | |
| static | getPreviewImage ($imageName) |
| Gets the HTML for the preview image or null if there is none. | |
Definition at line 14 of file SF_TextInput.php.
| static SFTextInput::getName | ( | ) | [static] |
Returns the name of the input type this class handles.
This is the name to be used in the field definition for the "input type" parameter.
Reimplemented from SFFormInput.
Reimplemented in SFTextWithAutocompleteInput, and SFYearInput.
Definition at line 15 of file SF_TextInput.php.
| static SFTextInput::getDefaultPropTypes | ( | ) | [static] |
Returns the set of SMW property types for which this input is meant to be the default one - ideally, no more than one input should declare itself the default for any specific type.
Reimplemented from SFFormInput.
Reimplemented in SFTextWithAutocompleteInput, and SFYearInput.
Definition at line 19 of file SF_TextInput.php.
| static SFTextInput::getOtherPropTypesHandled | ( | ) | [static] |
Returns the set of SMW property types which this input can handle, but for which it isn't the default input.
Reimplemented from SFFormInput.
Reimplemented in SFTextWithAutocompleteInput, and SFYearInput.
Definition at line 28 of file SF_TextInput.php.
| static SFTextInput::getDefaultPropTypeLists | ( | ) | [static] |
Returns the set of SMW property types for which this input is meant to be the default one - ideally, no more than one input should declare itself the default for any specific type.
Reimplemented from SFFormInput.
Reimplemented in SFTextWithAutocompleteInput, and SFYearInput.
Definition at line 32 of file SF_TextInput.php.
| static SFTextInput::getOtherPropTypeListsHandled | ( | ) | [static] |
Returns the set of SMW property types which this input can handle, but for which it isn't the default input.
Reimplemented from SFFormInput.
Reimplemented in SFTextWithAutocompleteInput, and SFYearInput.
Definition at line 41 of file SF_TextInput.php.
| static SFTextInput::getPreviewImage | ( | $ | imageName | ) | [static, protected] |
Gets the HTML for the preview image or null if there is none.
| string | $imageName |
Definition at line 54 of file SF_TextInput.php.
| static SFTextInput::uploadableHTML | ( | $ | input_id, | |
| $ | delimiter = null, |
|||
| $ | default_filename = null, |
|||
| $ | cur_value = '', |
|||
| $ | other_args = array() | |||
| ) | [static] |
| static SFTextInput::getHTML | ( | $ | cur_value, | |
| $ | input_name, | |||
| $ | is_mandatory, | |||
| $ | is_disabled, | |||
| $ | other_args | |||
| ) | [static] |
Method to make new style input types compatible with old-style call from the SF parser.
Reimplemented from SFFormInput.
Reimplemented in SFTextWithAutocompleteInput, and SFYearInput.
Definition at line 139 of file SF_TextInput.php.
References SFTextWithAutocompleteInput::getHTML().
Referenced by SFFormPrinter::formFieldHTML(), SFTextWithAutocompleteInput::getHTML(), and SFComboBoxInput::getHTML().
| static SFTextInput::getParameters | ( | ) | [static] |
Returns the set of parameters for this form input.
Reimplemented from SFFormInput.
Reimplemented in SFTextWithAutocompleteInput, and SFYearInput.
Definition at line 226 of file SF_TextInput.php.
| SFTextInput::getHtmlText | ( | ) |
Returns the HTML code to be included in the output page for this input.
Reimplemented from SFFormInput.
Reimplemented in SFTextWithAutocompleteInput, and SFYearInput.
Definition at line 259 of file SF_TextInput.php.
1.5.6