Inherits SFFormInput.
Inherited by SFDateTimeInput.
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 | monthDropdownHTML ($cur_month, $input_name, $is_disabled) |
| static | getMainHTML ($date, $input_name, $is_mandatory, $is_disabled, $other_args) |
| static | getHTML ($date, $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_DateInput.php.
| static SFDateInput::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 SFDateTimeInput.
Definition at line 15 of file SF_DateInput.php.
| static SFDateInput::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 SFDateTimeInput.
Definition at line 19 of file SF_DateInput.php.
| static SFDateInput::monthDropdownHTML | ( | $ | cur_month, | |
| $ | input_name, | |||
| $ | is_disabled | |||
| ) | [static] |
| static SFDateInput::getMainHTML | ( | $ | date, | |
| $ | input_name, | |||
| $ | is_mandatory, | |||
| $ | is_disabled, | |||
| $ | other_args | |||
| ) | [static] |
Definition at line 49 of file SF_DateInput.php.
| static SFDateInput::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 SFDateTimeInput.
Definition at line 103 of file SF_DateInput.php.
| SFDateInput::getHtmlText | ( | ) |
Returns the HTML code to be included in the output page for this input.
Reimplemented from SFFormInput.
Reimplemented in SFDateTimeInput.
Definition at line 116 of file SF_DateInput.php.
1.5.6