Inherits SFTextInput.
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 | getAutocompletionTypeAndSource (&$field_args) |
| static | setAutocompleteValues ($field_args) |
| 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 | getAutocompletionParameters () |
| static | getParameters () |
| Returns the set of parameters for this form input. | |
Definition at line 14 of file SF_TextWithAutocompleteInput.php.
| static SFTextWithAutocompleteInput::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 SFTextInput.
Definition at line 15 of file SF_TextWithAutocompleteInput.php.
| static SFTextWithAutocompleteInput::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 SFTextInput.
Definition at line 19 of file SF_TextWithAutocompleteInput.php.
| static SFTextWithAutocompleteInput::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 SFTextInput.
Definition at line 25 of file SF_TextWithAutocompleteInput.php.
| static SFTextWithAutocompleteInput::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 SFTextInput.
Definition at line 29 of file SF_TextWithAutocompleteInput.php.
| static SFTextWithAutocompleteInput::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 SFTextInput.
Definition at line 35 of file SF_TextWithAutocompleteInput.php.
| static SFTextWithAutocompleteInput::getAutocompletionTypeAndSource | ( | &$ | field_args | ) | [static] |
Definition at line 39 of file SF_TextWithAutocompleteInput.php.
Referenced by SFComboBoxInput::getHTML().
| static SFTextWithAutocompleteInput::setAutocompleteValues | ( | $ | field_args | ) | [static] |
Definition at line 80 of file SF_TextWithAutocompleteInput.php.
References $sfgAutocompleteValues, and SFUtils::getAutocompleteValues().
Referenced by SFTextAreaWithAutocompleteInput::getTextAreaAttributes().
| static SFTextWithAutocompleteInput::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 SFTextInput.
Definition at line 120 of file SF_TextWithAutocompleteInput.php.
References SFTextInput::getHTML().
Referenced by SFTextInput::getHTML().
| static SFTextWithAutocompleteInput::getAutocompletionParameters | ( | ) | [static] |
Definition at line 189 of file SF_TextWithAutocompleteInput.php.
References SFEnumInput::getValuesParameters().
Referenced by SFTextAreaWithAutocompleteInput::getParameters().
| static SFTextWithAutocompleteInput::getParameters | ( | ) | [static] |
Returns the set of parameters for this form input.
Reimplemented from SFTextInput.
Definition at line 214 of file SF_TextWithAutocompleteInput.php.
| SFTextWithAutocompleteInput::getHtmlText | ( | ) |
Returns the HTML code to be included in the output page for this input.
Reimplemented from SFTextInput.
Definition at line 223 of file SF_TextWithAutocompleteInput.php.
1.5.6