Inherits SFTextAreaInput.
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 | getParameters () |
| Returns the set of parameters for this form input. | |
Protected Member Functions | |
| getTextAreaAttributes () | |
Definition at line 14 of file SF_TextAreaWithAutocompleteInput.php.
| static SFTextAreaWithAutocompleteInput::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 SFTextAreaInput.
Definition at line 15 of file SF_TextAreaWithAutocompleteInput.php.
| static SFTextAreaWithAutocompleteInput::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 SFTextAreaInput.
Definition at line 19 of file SF_TextAreaWithAutocompleteInput.php.
| static SFTextAreaWithAutocompleteInput::getParameters | ( | ) | [static] |
Returns the set of parameters for this form input.
Reimplemented from SFTextAreaInput.
Definition at line 23 of file SF_TextAreaWithAutocompleteInput.php.
References SFTextWithAutocompleteInput::getAutocompletionParameters().
| SFTextAreaWithAutocompleteInput::getTextAreaAttributes | ( | ) | [protected] |
Reimplemented from SFTextAreaInput.
Definition at line 29 of file SF_TextAreaWithAutocompleteInput.php.
References SFTextWithAutocompleteInput::setAutocompleteValues().
1.5.6