Inherits SFCategoryInput.
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 | getOtherPropTypeListsHandled () |
| Returns the set of SMW property types which this input can handle, but for which it isn't the default input. | |
| 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. | |
Definition at line 14 of file SF_CategoriesInput.php.
| static SFCategoriesInput::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 SFCategoryInput.
Definition at line 15 of file SF_CategoriesInput.php.
| static SFCategoriesInput::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 19 of file SF_CategoriesInput.php.
| static SFCategoriesInput::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 SFCategoryInput.
Definition at line 23 of file SF_CategoriesInput.php.
References SFUtils::getValuesArray().
| SFCategoriesInput::getHtmlText | ( | ) |
Returns the HTML code to be included in the output page for this input.
Reimplemented from SFCategoryInput.
Definition at line 127 of file SF_CategoriesInput.php.
1.5.6