Inherits SFFormInput.
Inherited by SFTextAreaWithAutocompleteInput.
Public Member Functions | |
| __construct ($input_number, $cur_value, $input_name, $disabled, $other_args) | |
| Constructor for the SFTextAreaInput class. | |
| getResourceModuleNames () | |
| Returns the names of the resource modules this input type uses. | |
| 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 | getOtherPropTypeListsHandled () |
| Returns the set of SMW property types which this input can handle, but for which it isn't the default input. | |
| static | getParameters () |
| Returns the set of parameters for this form input. | |
Protected Member Functions | |
| getTextAreaAttributes () | |
Protected Attributes | |
| $mUseWikieditor = false | |
Definition at line 15 of file SF_TextAreaInput.php.
| SFTextAreaInput::__construct | ( | $ | input_number, | |
| $ | cur_value, | |||
| $ | input_name, | |||
| $ | disabled, | |||
| $ | other_args | |||
| ) |
Constructor for the SFTextAreaInput class.
| String | $input_number The number of the input in the form. For a simple HTML input element this should end up in the id attribute in the format 'input_<number>'. | |
| String | $cur_value The current value of the input field. For a simple HTML input element this should end up in the value attribute. | |
| String | $input_name The name of the input. For a simple HTML input element this should end up in the name attribute. | |
| Array | $other_args An associative array of other parameters that were present in the input definition. |
Reimplemented from SFFormInput.
Definition at line 35 of file SF_TextAreaInput.php.
References SFFormInput::addJsInitFunctionData().
| static SFTextAreaInput::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 SFTextAreaWithAutocompleteInput.
Definition at line 56 of file SF_TextAreaInput.php.
| static SFTextAreaInput::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 SFTextAreaWithAutocompleteInput.
Definition at line 60 of file SF_TextAreaInput.php.
| static SFTextAreaInput::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.
Definition at line 64 of file SF_TextAreaInput.php.
| static SFTextAreaInput::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.
Definition at line 68 of file SF_TextAreaInput.php.
| static SFTextAreaInput::getParameters | ( | ) | [static] |
Returns the set of parameters for this form input.
Reimplemented from SFFormInput.
Reimplemented in SFTextAreaWithAutocompleteInput.
Definition at line 72 of file SF_TextAreaInput.php.
| SFTextAreaInput::getResourceModuleNames | ( | ) |
Returns the names of the resource modules this input type uses.
Returns the names of the modules as an array or - if there is only one module - as a string.
Reimplemented from SFFormInput.
Definition at line 116 of file SF_TextAreaInput.php.
| SFTextAreaInput::getTextAreaAttributes | ( | ) | [protected] |
Reimplemented in SFTextAreaWithAutocompleteInput.
Definition at line 120 of file SF_TextAreaInput.php.
Referenced by getHtmlText().
| SFTextAreaInput::getHtmlText | ( | ) |
Returns the HTML code to be included in the output page for this input.
Reimplemented from SFFormInput.
Definition at line 205 of file SF_TextAreaInput.php.
References getTextAreaAttributes().
SFTextAreaInput::$mUseWikieditor = false [protected] |
Definition at line 17 of file SF_TextAreaInput.php.
1.5.6