|
ILIAS
Release_3_10_x_branch Revision 61812
|
This class represents a checkbox property in a property form. More...
Inheritance diagram for ilCheckboxInputGUI:
Collaboration diagram for ilCheckboxInputGUI:Public Member Functions | |
| __construct ($a_title="", $a_postvar="") | |
| Constructor. | |
| setValue ($a_value) | |
| Set Value. | |
| getValue () | |
| Get Value. | |
| setChecked ($a_checked) | |
| Set Checked. | |
| getChecked () | |
| Get Checked. | |
| setOptionTitle ($a_optiontitle) | |
| Set Option Title (optional). | |
| getOptionTitle () | |
| Get Option Title (optional). | |
| setValueByArray ($a_values) | |
| Set value by array. | |
| setAdditionalAttributes ($a_attrs) | |
| Set addiotional attributes. | |
| getAdditionalAttributes () | |
| get addtional attributes | |
| checkInput () | |
| Check input, strip slashes etc. | |
| insert (&$a_tpl) | |
| Insert property html. | |
Public Member Functions inherited from ilSubEnabledFormPropertyGUI | |
| addSubItem ($a_item) | |
| Add Subitem. | |
| getSubItems () | |
| Get Subitems. | |
| setSubformMode ($a_subformmode) | |
| Set Subform Mode. | |
| getSubformMode () | |
| Get Subform Mode. | |
| checkSubItemsInput () | |
| Check SubItems. | |
| getSubForm () | |
| Get sub form html. | |
Public Member Functions inherited from ilFormPropertyGUI | |
| getType () | |
| Get Type. | |
| setTitle ($a_title) | |
| Set Title. | |
| getTitle () | |
| Get Title. | |
| setPostVar ($a_postvar) | |
| Set Post Variable. | |
| getPostVar () | |
| Get Post Variable. | |
| getFieldId () | |
| Get Post Variable. | |
| setInfo ($a_info) | |
| Set Information Text. | |
| getInfo () | |
| Get Information Text. | |
| setAlert ($a_alert) | |
| Set Alert Text. | |
| getAlert () | |
| Get Alert Text. | |
| setRequired ($a_required) | |
| Set Required. | |
| getRequired () | |
| Get Required. | |
| setDisabled ($a_disabled) | |
| Set Disabled. | |
| getDisabled () | |
| Get Disabled. | |
Protected Attributes | |
| $value = "1" | |
| $checked | |
| $optiontitle = "" | |
| $additional_attributes = '' | |
Protected Attributes inherited from ilSubEnabledFormPropertyGUI | |
| $sub_items = array() | |
| $subformmode = "bottom" | |
Protected Attributes inherited from ilFormPropertyGUI | |
| $type | |
| $title | |
| $postvar | |
| $info | |
| $alert | |
| $required = false | |
Additional Inherited Members | |
Protected Member Functions inherited from ilFormPropertyGUI | |
| setType ($a_type) | |
| Set Type. | |
This class represents a checkbox property in a property form.
Definition at line 31 of file class.ilCheckboxInputGUI.php.
| ilCheckboxInputGUI::__construct | ( | $a_title = "", |
|
$a_postvar = "" |
|||
| ) |
Constructor.
| string | $a_title | Title |
| string | $a_postvar | Post Variable |
Reimplemented from ilFormPropertyGUI.
Definition at line 44 of file class.ilCheckboxInputGUI.php.
References ilFormPropertyGUI\setType().
Here is the call graph for this function:| ilCheckboxInputGUI::checkInput | ( | ) |
Check input, strip slashes etc.
set alert, if input is not ok.
Reimplemented from ilFormPropertyGUI.
Definition at line 148 of file class.ilCheckboxInputGUI.php.
References $lng, $ok, ilSubEnabledFormPropertyGUI\checkSubItemsInput(), ilFormPropertyGUI\getPostVar(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilCheckboxInputGUI::getAdditionalAttributes | ( | ) |
get addtional attributes
Definition at line 138 of file class.ilCheckboxInputGUI.php.
References $additional_attributes.
Referenced by insert().
Here is the caller graph for this function:| ilCheckboxInputGUI::getChecked | ( | ) |
Get Checked.
Definition at line 85 of file class.ilCheckboxInputGUI.php.
References $checked.
Referenced by insert().
Here is the caller graph for this function:| ilCheckboxInputGUI::getOptionTitle | ( | ) |
Get Option Title (optional).
Definition at line 105 of file class.ilCheckboxInputGUI.php.
References $optiontitle.
Referenced by insert().
Here is the caller graph for this function:| ilCheckboxInputGUI::getValue | ( | ) |
Get Value.
Definition at line 65 of file class.ilCheckboxInputGUI.php.
References $value.
Referenced by insert().
Here is the caller graph for this function:| ilCheckboxInputGUI::insert | ( | & | $a_tpl | ) |
Insert property html.
Definition at line 163 of file class.ilCheckboxInputGUI.php.
References getAdditionalAttributes(), getChecked(), ilFormPropertyGUI\getDisabled(), ilFormPropertyGUI\getFieldId(), getOptionTitle(), ilFormPropertyGUI\getPostVar(), and getValue().
Here is the call graph for this function:| ilCheckboxInputGUI::setAdditionalAttributes | ( | $a_attrs | ) |
Set addiotional attributes.
| string | $a_attrs | addition attribute string |
Definition at line 129 of file class.ilCheckboxInputGUI.php.
| ilCheckboxInputGUI::setChecked | ( | $a_checked | ) |
Set Checked.
| boolean | $a_checked | Checked |
Definition at line 75 of file class.ilCheckboxInputGUI.php.
Referenced by ilObjAssessmentFolderGUI\defaultsObject(), ilObjExternalToolsSettingsGUI\editGoogleMapsObject(), ilObjExternalToolsSettingsGUI\editjsMathObject(), ilObjPaymentSettingsGUI\generalSettingsObject(), ilAdvancedMDSettingsGUI\initFieldForm(), ilCalendarRecurrenceGUI\initForm(), ilCalendarAppointmentGUI\initForm(), ilAdvancedMDSettingsGUI\initForm(), ilObjSessionGUI\initForm(), ilObjCourseGUI\initForm(), ilObjUserGUI\initForm(), ilLDAPSettingsGUI\initFormRoleAssignments(), ilECSSettingsGUI\initSettingsForm(), ilObjMDSettingsGUI\initSettingsForm(), ilObjMediaCastGUI\initSettingsForm(), ilRadiusSettingsGUI\settings(), ilObjSurveyAdministrationGUI\settingsObject(), setValueByArray(), ilPersonalProfileGUI\showjsMath(), and ilObjPrivacySecurityGUI\showSecurity().
Here is the caller graph for this function:| ilCheckboxInputGUI::setOptionTitle | ( | $a_optiontitle | ) |
Set Option Title (optional).
| string | $a_optiontitle | Option Title (optional) |
Definition at line 95 of file class.ilCheckboxInputGUI.php.
Referenced by ilObjSessionGUI\initAttendanceForm(), ilObjChatServerGUI\initForm(), ilObjGroupGUI\initForm(), ilObjExerciseGUI\initPropertiesForm(), and ilObjPrivacySecurityGUI\showSecurity().
Here is the caller graph for this function:| ilCheckboxInputGUI::setValue | ( | $a_value | ) |
Set Value.
| string | $a_value | Value |
Definition at line 55 of file class.ilCheckboxInputGUI.php.
Referenced by ilObjGroupGUI\editMapSettingsObject(), ilObjCourseGUI\editMapSettingsObject(), ilObjForumGUI\editObject(), ilObjFileAccessSettingsGUI\editSettings(), ilObjNewsSettingsGUI\editSettings(), ilObjPersonalDesktopSettingsGUI\editSettings(), ilObjCourseGUI\initForm(), ilObjUserGUI\initForm(), ilPersonalProfileGUI\initForm(), ilObjGroupGUI\initForm(), ilObjTaggingSettingsGUI\initFormSettings(), ilObjCalendarSettingsGUI\initFormSettings(), ilAdvancedMDSettingsGUI\initFormSubstitutions(), ilAdvancedMDRecordGUI\parseSearch(), and ilPersonalProfileGUI\showLocation().
Here is the caller graph for this function:| ilCheckboxInputGUI::setValueByArray | ( | $a_values | ) |
Set value by array.
| object | $a_item | Item |
Definition at line 115 of file class.ilCheckboxInputGUI.php.
References ilFormPropertyGUI\getPostVar(), ilSubEnabledFormPropertyGUI\getSubItems(), and setChecked().
Here is the call graph for this function:
|
protected |
Definition at line 36 of file class.ilCheckboxInputGUI.php.
Referenced by getAdditionalAttributes().
|
protected |
Definition at line 34 of file class.ilCheckboxInputGUI.php.
Referenced by getChecked().
|
protected |
Definition at line 35 of file class.ilCheckboxInputGUI.php.
Referenced by getOptionTitle().
|
protected |
Definition at line 33 of file class.ilCheckboxInputGUI.php.
Referenced by getValue().