|
ILIAS
release_8 Revision v8.24
|
This class represents a property form user interface. More...
Inheritance diagram for ilPropertyFormGUI:
Collaboration diagram for ilPropertyFormGUI:Public Member Functions | |
| __construct () | |
| executeCommand () | |
| setTableWidth (string $a_width) | |
| getTableWidth () | |
| setMode (string $a_mode) | |
| getMode () | |
| setTitle (string $a_title) | |
| getTitle () | |
| setTitleIcon (string $a_titleicon) | |
| getTitleIcon () | |
| setDescription (string $a_val) | |
| getDescription () | |
| setTopAnchor (string $a_val) | |
| getTopAnchor () | |
| setShowTopButtons (bool $a_val) | |
| getShowTopButtons () | |
| setForceTopButtons (bool $a_val) | |
| getForceTopButtons () | |
| addItem ($a_item) | |
| removeItemByPostVar (string $a_post_var, bool $a_remove_unused_headers=false) | |
| getItemByPostVar (string $a_post_var) | |
| setItems (array $a_items) | |
| getItems () | |
| getInputItemsRecursive () | |
| returns a flat array of all input items including the possibly existing subitems recursively More... | |
| setDisableStandardMessage (bool $a_val) | |
| getDisableStandardMessage () | |
| getHideLabels () | |
| setHideLabels (bool $a_value=true) | |
| setValuesByArray (array $a_values, bool $a_restrict_to_value_keys=false) | |
| setValuesByPost () | |
| checkInput () | |
| getInput (string $a_post_var, bool $ensureValidation=true) | |
| Returns the input of an item, if item provides getInput method and as fallback the value of the HTTP-POST variable, identified by the passed postvar. More... | |
| addCommandButton (string $a_cmd, string $a_text, string $a_id="") | |
| getCommandButtons () | |
| clearCommandButtons () | |
| getContent () | |
| insertItem ( $item, bool $a_sub_item=false) | |
| addAsyncOnloadCode (string $code) | |
| getHTML () | |
| getHTMLAsync () | |
| getFileUpload (string $a_field, ?string $a_index=null, ?string $a_sub_index=null) | |
| Get file upload data. More... | |
| hasFileUpload (string $a_field, ?string $a_index=null, ?string $a_sub_index=null) | |
| moveFileUpload (string $a_target_directory, string $a_field, ?string $a_target_name=null, ?string $a_index=null, ?string $a_sub_index=null) | |
| Move upload to target directory. More... | |
Public Member Functions inherited from ilFormGUI | |
| setFormAction (string $a_formaction) | |
| getFormAction () | |
| setTarget (string $a_target) | |
| getTarget () | |
| setMultipart (bool $a_multipart) | |
| getMultipart () | |
| setId (string $a_id) | |
| getId () | |
| setName (string $a_name) | |
| getName () | |
| setKeepOpen (bool $a_keepopen) | |
| getKeepOpen () | |
| setOpenTag (bool $a_open) | |
| getOpenTag () | |
| setCloseTag (bool $a_val) | |
| getCloseTag () | |
| setPreventDoubleSubmission (bool $a_val) | |
| getPreventDoubleSubmission () | |
| getHTML () | |
| getContent () | |
Protected Member Functions | |
| getRequestedPostVar () | |
| getFileHash () | |
| hideRequired (string $a_type) | |
| appendOnloadCode (string $html) | |
| rebuildUploadedFiles () | |
Protected Attributes | |
| bool | $required_text = false |
| ilLanguage | $lng |
| ilCtrl | $ctrl |
| ilTemplate | $tpl |
| ilObjUser | $user = null |
| ilSetting | $settings = null |
| string | $mode = "std" |
| bool | $check_input_called = false |
| bool | $disable_standard_message = false |
| string | $top_anchor = "il_form_top" |
| string | $title = '' |
| string | $titleicon = "" |
| string | $description = "" |
| string | $tbl_width = "" |
| bool | $show_top_buttons = true |
| bool | $hide_labels = false |
| bool | $force_top_buttons = false |
| HTTP Services | $http |
| Refinery Factory | $refinery = null |
| ilGlobalTemplateInterface | $global_tpl = null |
| $onload_code = [] | |
Protected Attributes inherited from ilFormGUI | |
| string | $formaction = "" |
| bool | $multipart = false |
| bool | $keepopen = false |
| bool | $opentag = true |
| string | $id = '' |
| string | $name = '' |
| string | $target = '' |
| bool | $prevent_double_submission = false |
Private Attributes | |
| array | $kept_uploads = [] |
| array | $buttons = array() |
| array | $items = array() |
This class represents a property form user interface.
Definition at line 30 of file class.ilPropertyFormGUI.php.
| ilPropertyFormGUI::__construct | ( | ) |
Reimplemented in ilAssOrderingQuestionAuthoringFormGUI, ilAssQuestionAuthoringFormGUI, and ilMStListCoursesGUI.
Definition at line 58 of file class.ilPropertyFormGUI.php.
References $DIC, $lng, ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ilLanguage\loadLanguageModule(), rebuildUploadedFiles(), ILIAS\Repository\refinery(), ilFormGUI\setPreventDoubleSubmission(), ILIAS\Repository\settings(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilPropertyFormGUI::addAsyncOnloadCode | ( | string | $code | ) |
Definition at line 807 of file class.ilPropertyFormGUI.php.
| ilPropertyFormGUI::addCommandButton | ( | string | $a_cmd, |
| string | $a_text, | ||
| string | $a_id = "" |
||
| ) |
Definition at line 466 of file class.ilPropertyFormGUI.php.
Referenced by FormMailCodesGUI\__construct(), SurveyQuestionGUI\addCommandButtons(), ilPageComponentPluginGUI\addCreationButton(), ilChatroomFormFactory\addDefaultBehaviour(), ilAssQuestionAuthoringFormGUI\addGenericAssessmentQuestionCommandButtons(), ilTestExpressPageObjectGUI\addQuestion(), assQuestionGUI\addQuestionFormCommandButtons(), ilAssOrderingQuestionAuthoringFormGUI\addSpecificOrderingQuestionCommandButtons(), ilTestRandomQuestionSetGeneralConfigFormGUI\build(), ilAssQuestionSkillAssignmentPropertyFormGUI\build(), ilTestRandomQuestionSetPoolDefinitionFormGUI\build(), ilChatroomHistoryGUI\bySession(), ilPCMediaObjectGUI\changeObjectReference(), ilAsyncPropertyFormGUI\cloneForm(), ilPCTableGUI\editCellAlignment(), ilPCTableGUI\editCellStyle(), ilObjCourseGUI\editMapSettingsObject(), ilObjGroupGUI\editMapSettingsObject(), ilPCMediaObjectGUI\editStyle(), ilForumThreadFormGUI\generateDefaultForm(), ilForumThreadFormGUI\generateMinimalForm(), ilObjAuthSettingsGUI\getApacheAuthSettingsForm(), ilObjStyleSheetGUI\getCloneForm(), ilLTIConsumeProviderFormGUI\getContentSelectionFrame(), ilObjStyleSheetGUI\getCreateForm(), ilLTIConsumeProviderFormGUI\getDynRegError(), ilSamlSettingsGUI\getIdpForm(), ilSamlSettingsGUI\getIdpSettingsForm(), ilObjStyleSheetGUI\getImportForm(), ILIAS\COPage\Editor\Server\UIWrapper\getRenderedForm(), ilSamlSettingsGUI\getSettingsForm(), ilMailTemplateGUI\getTemplateForm(), ilObjAdvancedEditingGUI\getTinyForm(), ilMailOptionsFormGUI\init(), ilObjOrgUnitGUI\initAdvancedSettingsForm(), ilObjStudyProgrammeGUI\initAdvancedSettingsForm(), ilBiblFieldFilterFormGUI\initButtons(), ILIAS\Modules\OrgUnit\ARHelper\BaseForm\initButtons(), ilOrgUnitDefaultPermissionFormGUI\initButtons(), ilObjAdvancedEditingGUI\initCharSelectorSettingsForm(), ilObjEmployeeTalkSeriesGUI\initCreateForm(), ilObjGlossaryGUI\initCreateForm(), ilLTIConsumeProviderFormGUI\initDynRegForm(), ilObjCategoryGUI\initEditForm(), ilObjCourseGUI\initEditForm(), ilObjTalkTemplateGUI\initEditForm(), ilObjFolderGUI\initEditForm(), ilContainerGUI\initEditForm(), ilBiblLibraryFormGUI\initForm(), ilDclTableViewEditFormGUI\initForm(), ilExtIdGUI\initForm(), ilOrgUnitTypeCustomIconsFormGUI\initForm(), ilOrgUnitTypeFormGUI\initForm(), ilStudyProgrammeTypeCustomIconsFormGUI\initForm(), ilAccessibilityDocumentFormGUI\initForm(), ilRegistrationSettingsGUI\initForm(), ilTermsOfServiceSettingsFormGUI\initForm(), ilTermsOfServiceDocumentFormGUI\initForm(), ilWebDAVMountInstructionsDocumentFormGUI\initForm(), ilContainerReferenceGUI\initForm(), ilObjGroupGUI\initForm(), ilLTIConsumeProviderFormGUI\initForm(), ilLTIConsumerSettingsFormGUI\initForm(), ilCalendarAppointmentGUI\initFormConfirmBooking(), ilCourseObjectivesGUI\initFormRandom(), ilMembershipAdministrationGUI\initFormSettings(), ilObjAdvancedEditingGUI\initGeneralPageSettingsForm(), ilObjMDSettingsGUI\initGeneralSettingsForm(), ilConsultationHoursGUI\initGroupForm(), ilCalendarCategoryGUI\initImportForm(), ilObjSCORMLearningModuleGUI\initImportForm(), ilObjCourseGUI\initInfoEditor(), ilObjGroupGUI\initInfoEditor(), ilSkillRootGUI\initInputForm(), ilECSSettingsGUI\initMappingsForm(), ilObjectCustomUserFieldsGUI\initMemberForm(), ilObjContentObjectGUI\initMenuEntryForm(), ilObjContentObjectGUI\initMenuForm(), ilObjUserFolderGUI\initNewAccountMailForm(), ilPageObjectGUI\initOpenedContentForm(), ilObjMDSettingsGUI\initSettingsForm(), and ilLTIConsumeProviderFormGUI\initToolConfigForm().
Here is the caller graph for this function:| ilPropertyFormGUI::addItem | ( | $a_item | ) |
| ilFormPropertyGUI | ilFormSectionHeaderGUI | $a_item |
Definition at line 213 of file class.ilPropertyFormGUI.php.
Referenced by FormMailCodesGUI\__construct(), ilMemberAgreementGUI\addAgreement(), ilForumThreadFormGUI\addAliasInput(), ilForumThreadFormGUI\addAllowNotificationInput(), ilObjTestSettingsGeneralGUI\addAvailabilityProperties(), ilObjContentPageGUI\addAvailabilitySection(), ilForumSettingsGUI\addAvailabilitySection(), assClozeTestGUI\addBasicQuestionFormProperties(), assQuestionGUI\addBasicQuestionFormProperties(), ilObjCourseAdministrationGUI\addChildContentsTo(), ilIndividualAssessmentCommonSettingsGUI\addCommonFieldsToForm(), ilObjLearningSequenceSettingsGUI\addCommonFieldsToForm(), ilTCPDFRenderer\addConfigElementsToForm(), ilWkhtmlToPdfConfigFormGUI\addConfigForm(), ilObjRemoteCourseGUI\addCustomEditForm(), ilObjRemoteGlossaryGUI\addCustomEditForm(), ilObjRemoteGroupGUI\addCustomEditForm(), ilObjRemoteLearningModuleGUI\addCustomEditForm(), ilObjRemoteTestGUI\addCustomEditForm(), ilObjRemoteWikiGUI\addCustomEditForm(), ilForumCronNotification\addCustomSettingsToForm(), ilConsultationHourCron\addCustomSettingsToForm(), ilCleanCOPageHistoryCronjob\addCustomSettingsToForm(), ilLoggerCronCleanErrorFiles\addCustomSettingsToForm(), ilMailCronNotification\addCustomSettingsToForm(), ilMailCronOrphanedMails\addCustomSettingsToForm(), ilCronOerHarvester\addCustomSettingsToForm(), ilSCCronTrash\addCustomSettingsToForm(), ilCronDeleteInactivatedUserAccounts\addCustomSettingsToForm(), ilCronDeleteInactiveUserAccounts\addCustomSettingsToForm(), ilCronDeleteNeverLoggedInUserAccounts\addCustomSettingsToForm(), ilExAssTypePortfolioGUI\addEditFormCustomProperties(), ilExAssTypeTextGUI\addEditFormCustomProperties(), ilExAssTypeWikiTeamGUI\addEditFormCustomProperties(), SurveyMatrixQuestionGUI\addFieldsToEditForm(), SurveyMetricQuestionGUI\addFieldsToEditForm(), SurveyMultipleChoiceQuestionGUI\addFieldsToEditForm(), SurveySingleChoiceQuestionGUI\addFieldsToEditForm(), SurveyTextQuestionGUI\addFieldsToEditForm(), ilForumThreadFormGUI\addFileUploadInput(), ilCharSelectorGUI\addFormProperties(), ilObjTestSettingsGeneralGUI\addGeneralProperties(), ilPersonalProfileGUI\addLocationToForm(), ilMembershipRegistrationSettingsGUI\addMembershipFormElements(), ilForumThreadFormGUI\addMessageInput(), ilSamlSettingsGUI\addMetadataElement(), assQuestionGUI\addNumberOfTriesToFormIfNecessary(), ilObjTestSettingsGeneralGUI\addPresentationProperties(), ilTestExpressPageObjectGUI\addQuestion(), ilObjTestSettingsGeneralGUI\addQuestionBehaviourProperties(), ilECSObjectSettings\addSettingsToForm(), ILIAS\Blog\ReadingTime\BlogSettingsGUI\addSettingToForm(), ILIAS\LearningModule\ReadingTime\SettingsGUI\addSettingToForm(), ilSkillTreeNodeGUI\addStatusInput(), ilForumThreadFormGUI\addSubjectInput(), ilObjTestSettingsGeneralGUI\addTestAccessProperties(), ilObjTestSettingsGeneralGUI\addTestFinishProperties(), ilObjTestSettingsGeneralGUI\addTestIntroProperties(), ilObjTestSettingsGeneralGUI\addTestRunProperties(), ilObjTestSettingsGeneralGUI\addTestSequenceProperties(), ilTaxMDGUI\addToMDForm(), ilOrgUnitTypeFormGUI\addTranslationInputs(), ilWkhtmlToPdfConfigFormGUI\appendOutputOptionsForm(), ilWkhtmlToPdfConfigFormGUI\appendPageSettingsForm(), ilTestRandomQuestionSetGeneralConfigFormGUI\build(), ilAssQuestionSkillAssignmentPropertyFormGUI\build(), ilTestRandomQuestionSetPoolDefinitionFormGUI\build(), ilAsyncPropertyFormGUI\cloneForm(), ilAssQuestionFeedback\completeGenericFormProperties(), ilAssClozeTestFeedback\completeSpecificFormProperties(), ilAssConfigurableMultiOptionQuestionFeedback\completeSpecificFormProperties(), ilAssMultiOptionQuestionFeedback\completeSpecificFormProperties(), ilPCTableGUI\editCellAlignment(), ilPCTableGUI\editCellStyle(), ilObjCourseGUI\editMapSettingsObject(), ilObjGroupGUI\editMapSettingsObject(), ilPCMediaObjectGUI\editStyle(), ilObjAuthSettingsGUI\getApacheAuthSettingsForm(), ilObjStyleSheetGUI\getCloneForm(), ilObjStyleSheetGUI\getCreateForm(), ilSearchBaseGUI\getCreationDateForm(), ilForumSettingsGUI\getCustomForm(), ilSamlSettingsGUI\getIdpSettingsForm(), ilObjStyleSheetGUI\getImportForm(), ilObjCategoryGUI\getObjectMetadataGUI(), ilSearchBaseGUI\getSearchAreaForm(), ilSamlSettingsGUI\getSettingsForm(), ilMailTemplateGUI\getTemplateForm(), ilObjAdvancedEditingGUI\getTinyForm(), ilExAssignmentEditorGUI\handleDisabledPeerFields(), ilMailOptionsFormGUI\init(), ilCourseLPBadgeGUI\initConfigForm(), ilUserProfileBadgeGUI\initConfigForm(), ilObjPortfolioGUI\initCopyPageFormOptions(), ilObjPortfolioTemplateGUI\initCopyPageFormOptions(), ilObjEmployeeTalkSeriesGUI\initCreateForm(), ilObjGlossaryGUI\initCreateForm(), ilExcCriteriaText\initCustomForm(), ilObjPortfolioTemplateGUI\initDidacticTemplate(), ilObjectGUI\initDidacticTemplate(), ilLTIConsumeProviderFormGUI\initDynRegForm(), ilObjBibliographicGUI\initEditCustomForm(), ilObjContentPageGUI\initEditCustomForm(), ilObjTalkTemplateGUI\initEditCustomForm(), ilObjMediaPoolGUI\initEditCustomForm(), ilObjPollGUI\initEditCustomForm(), ilObjPortfolioBaseGUI\initEditCustomForm(), ilObjPortfolioTemplateGUI\initEditCustomForm(), ilObjBookingPoolGUI\initEditCustomForm(), ilObjItemGroupGUI\initEditCustomForm(), ilObjCategoryGUI\initEditForm(), ilObjCourseGUI\initEditForm(), ilObjFolderGUI\initEditForm(), ilObjCourseReferenceGUI\initForm(), ilBiblLibraryFormGUI\initForm(), ilBiblFieldFilterFormGUI\initForm(), ilDclTableViewEditFormGUI\initForm(), ilExtIdGUI\initForm(), ilOrgUnitTypeCustomIconsFormGUI\initForm(), ilOrgUnitTypeFormGUI\initForm(), ilStudyProgrammeTypeCustomIconsFormGUI\initForm(), ilAccessibilityDocumentFormGUI\initForm(), ilRegistrationSettingsGUI\initForm(), ilTermsOfServiceSettingsFormGUI\initForm(), ilTermsOfServiceDocumentFormGUI\initForm(), ilWebDAVMountInstructionsDocumentFormGUI\initForm(), ilContainerReferenceGUI\initForm(), ilObjGroupGUI\initForm(), ilLTIConsumeProviderFormGUI\initForm(), ilLTIConsumerSettingsFormGUI\initForm(), ilCalendarAppointmentGUI\initFormConfirmBooking(), ilOrgUnitAuthorityFormGUI\initFormElements(), ilOrgUnitPositionFormGUI\initFormElements(), ilOrgUnitDefaultPermissionFormGUI\initFormElements(), ilCourseObjectivesGUI\initFormRandom(), ilMembershipAdministrationGUI\initFormSettings(), ilObjAdvancedEditingGUI\initGeneralPageSettingsForm(), ilObjMDSettingsGUI\initGeneralSettingsForm(), ilConsultationHoursGUI\initGroupForm(), ilCalendarCategoryGUI\initImportForm(), ilObjContentObjectGUI\initImportForm(), ilObjSCORMLearningModuleGUI\initImportForm(), ilObjCourseGUI\initInfoEditor(), ilObjGroupGUI\initInfoEditor(), ilSkillRootGUI\initInputForm(), ilContainerGUI\initListPresentationForm(), ilECSSettingsGUI\initMappingsForm(), ilObjContentObjectGUI\initMenuEntryForm(), ilObjContentObjectGUI\initMenuForm(), ilObjUserFolderGUI\initNewAccountMailForm(), ilPageObjectGUI\initOpenedContentForm(), ilAdvancedMDFieldDefinitionGroupBased\initOptionForm(), ilObjectServiceSettingsGUI\initServiceSettingsForm(), ilObjMDSettingsGUI\initSettingsForm(), ilLTIConsumeProviderFormGUI\initToolConfigForm(), ilMDEditorGUI\listQuickEditCopyright(), assMatchingQuestionGUI\populateAnswerSpecificFormPart(), assNumericGUI\populateAnswerSpecificFormPart(), assTextQuestionGUI\populateAnswerSpecificFormPart(), assTextSubsetGUI\populateAnswerSpecificFormPart(), assMultipleChoiceGUI\populateAnswerSpecificFormPart(), assSingleChoiceGUI\populateAnswerSpecificFormPart(), assClozeTestGUI\populateAnswerSpecificFormPart(), assErrorTextGUI\populateAnswerSpecificFormPart(), assKprimChoiceGUI\populateAnswerSpecificFormPart(), assOrderingQuestionGUI\populateAnswerSpecificFormPart(), assErrorTextGUI\populateCorrectionsFormProperties(), assFileUploadGUI\populateCorrectionsFormProperties(), assImagemapQuestionGUI\populateCorrectionsFormProperties(), assKprimChoiceGUI\populateCorrectionsFormProperties(), assLongMenuGUI\populateCorrectionsFormProperties(), assMatchingQuestionGUI\populateCorrectionsFormProperties(), assMultipleChoiceGUI\populateCorrectionsFormProperties(), assNumericGUI\populateCorrectionsFormProperties(), assOrderingHorizontalGUI\populateCorrectionsFormProperties(), assOrderingQuestionGUI\populateCorrectionsFormProperties(), assSingleChoiceGUI\populateCorrectionsFormProperties(), assTextSubsetGUI\populateCorrectionsFormProperties(), ilAssQuestionSkillAssignmentPropertyFormGUI\populateFullProperties(), assClozeTestGUI\populateGapCombinationCorrectionFormProperty(), ilAssQuestionSkillAssignmentPropertyFormGUI\populateLimitedProperties(), assImagemapQuestionGUI\populateQuestionSpecificFormPart(), assMatchingQuestionGUI\populateQuestionSpecificFormPart(), assNumericGUI\populateQuestionSpecificFormPart(), assOrderingHorizontalGUI\populateQuestionSpecificFormPart(), assOrderingQuestionGUI\populateQuestionSpecificFormPart(), assTextQuestionGUI\populateQuestionSpecificFormPart(), assTextSubsetGUI\populateQuestionSpecificFormPart(), assMultipleChoiceGUI\populateQuestionSpecificFormPart(), assSingleChoiceGUI\populateQuestionSpecificFormPart(), assClozeTestGUI\populateQuestionSpecificFormPart(), assErrorTextGUI\populateQuestionSpecificFormPart(), assFileUploadGUI\populateQuestionSpecificFormPart(), assKprimChoiceGUI\populateQuestionSpecificFormPart(), assLongMenuGUI\populateQuestionSpecificFormPart(), assQuestionGUI\populateTaxonomyFormSection(), ilAdvancedMDFieldDefinitionSelect\prepareCustomDefinitionFormConfirmation(), and ilAdvancedMDFieldDefinition\prepareDefinitionFormConfirmation().
Here is the caller graph for this function:
|
protected |
Definition at line 841 of file class.ilPropertyFormGUI.php.
| ilPropertyFormGUI::checkInput | ( | ) |
Reimplemented in ilAsyncPropertyFormGUI.
Definition at line 344 of file class.ilPropertyFormGUI.php.
References $data, $DIC, $http, $post, $txt, ILIAS\FileDelivery\http(), and ILIAS\Filesystem\Stream\Streams\ofString().
Referenced by ilCalendarAppointmentGUI\bookconfirmed(), ilChatroomHistoryGUI\bySession(), ILIAS\Survey\Settings\SettingsFormGUI\checkForm(), ilPCSectionGUI\checkInput(), ilObjUserFolderGUI\confirmaccessRestrictObject(), ilObjStyleSheetGUI\copyStyleObject(), ilWebDAVMountInstructionsDocumentFormGUI\createFilledObject(), ilBiblFieldFilterFormGUI\fillObject(), ilOrgUnitAuthorityFormGUI\fillObject(), ilOrgUnitDefaultPermissionFormGUI\fillObject(), ilObjOrgUnitSettingsFormGUI\fillObject(), ilOrgUnitTypeAdvancedMetaDataFormGUI\fillObject(), ilOrgUnitTypeFormGUI\fillObject(), ilAccessibilityCriterionFormGUI\fillObject(), ilTermsOfServiceSettingsFormGUI\fillObject(), ilTermsOfServiceCriterionFormGUI\fillObject(), ilStudyProgrammeTypeAdvancedMetaDataFormGUI\fillObject(), ilObjSCORMLearningModuleGUI\import(), ilSkillRootGUI\importSkills(), ilMailTemplateGUI\insertTemplate(), ilRegistrationGUI\join(), ilSearchBaseGUI\loadCreationFilter(), ilExAssignmentEditorGUI\processForm(), ilCourseObjectivesGUI\save(), ilStructureObjectGUI\save(), ilCalendarCategoryGUI\save(), ilMailOptionsFormGUI\save(), ilMemberAgreementGUI\save(), ilObjLinkResourceGUI\saveAddLink(), ilPCMediaObjectGUI\saveAliasProperties(), ilObjAuthSettingsGUI\saveApacheSettingsObject(), ilObjAdvancedEditingGUI\saveCharSelectorSettingsObject(), ilObjMDSettingsGUI\saveCopyrightSettings(), ilObjectCustomIconConfigurationGUI\saveForm(), ilObjAdvancedEditingGUI\saveGeneralPageSettingsObject(), ilObjMDSettingsGUI\saveGeneralSettings(), ilConsultationHoursGUI\saveGroup(), ilSamlSettingsGUI\saveIdpSettings(), ilObjLinkResourceGUI\saveLinkList(), ilObjectCustomUserFieldsGUI\saveMember(), ilObjContentObjectGUI\saveMenuEntry(), ilObjContentObjectGUI\saveMenuProperties(), ilSamlSettingsGUI\saveNewIdp(), ilBiblLibraryFormGUI\saveObject(), ilObjEmployeeTalkSeriesGUI\saveObject(), ilObjGlossaryGUI\saveObject(), ilObjStyleSheetGUI\saveObject(), ilContainerGUI\savePasswordObject(), ilObjContentObjectGUI\saveProperties(), ilCourseObjectivesGUI\saveRandom(), ilObjLinkResourceGUI\saveSettings(), ilMembershipAdministrationGUI\saveSettings(), ilSamlSettingsGUI\saveSettings(), ilObjAdvancedEditingGUI\saveSettingsObject(), ilObjAdvancedEditingGUI\saveTags(), ilObjMediaPoolGUI\saveTitlesAndDescriptions(), ilSamlSettingsGUI\saveUserAttributeMapping(), ilExtIdGUI\update(), ilCalendarCategoryGUI\update(), ilObjOrgUnitGUI\updateAdvancedSettings(), ilObjStudyProgrammeGUI\updateAdvancedSettings(), ilConsultationHoursGUI\updateGroup(), ilObjCourseGUI\updateInfoObject(), ilObjLinkResourceGUI\updateLink(), ilObjContentObjectGUI\updateMenuEntry(), ilObjCategoryGUI\updateObject(), ilObjCourseGUI\updateObject(), ilObjEmployeeTalkGUI\updateObject(), ilObjGroupGUI\updateObject(), ilContainerReferenceGUI\updateObject(), ilMDEditorGUI\updateQuickEdit(), ilMailTemplateGUI\updateTemplate(), ilObjectServiceSettingsGUI\updateToolSettings(), and ilCalendarCategoryGUI\uploadAppointments().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPropertyFormGUI::clearCommandButtons | ( | ) |
Definition at line 480 of file class.ilPropertyFormGUI.php.
Referenced by ilPCMediaObjectGUI\changeObjectReference(), ilLTIConsumeProviderFormGUI\getContentSelectionFrame(), ilLTIConsumeProviderFormGUI\getDynRegError(), ilLTIConsumeProviderFormGUI\getDynRegRequest(), ilLTIConsumeProviderFormGUI\initDynRegForm(), and ilAssOrderingQuestionAuthoringFormGUI\renewOrderingCommandButtons().
Here is the caller graph for this function:| ilPropertyFormGUI::executeCommand | ( | ) |
| ilCtrlException |
Reimplemented in ilMStListCoursesGUI.
Definition at line 99 of file class.ilPropertyFormGUI.php.
References $ctrl, getItemByPostVar(), ilCtrl\getNextClass(), and getRequestedPostVar().
Here is the call graph for this function:| ilPropertyFormGUI::getCommandButtons | ( | ) |
Definition at line 475 of file class.ilPropertyFormGUI.php.
Referenced by ilAsyncPropertyFormGUI\cloneForm().
Here is the caller graph for this function:| ilPropertyFormGUI::getContent | ( | ) |
Reimplemented from ilFormGUI.
Definition at line 485 of file class.ilPropertyFormGUI.php.
References $DIC, $ilSetting, $lng, ILIAS\LTI\ToolProvider\$settings, $tpl, ilCharSelectorGUI\_getCurrentGUI(), ilCharSelectorGUI\_isAllowed(), ilCharSelectorConfig\ENABLED, ilYuiUtil\initDom(), and ilYuiUtil\initEvent().
Here is the call graph for this function:| ilPropertyFormGUI::getDescription | ( | ) |
Definition at line 175 of file class.ilPropertyFormGUI.php.
References $description.
| ilPropertyFormGUI::getDisableStandardMessage | ( | ) |
Definition at line 303 of file class.ilPropertyFormGUI.php.
|
protected |
Definition at line 426 of file class.ilPropertyFormGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ilPropertyFormGUI::getFileUpload | ( | string | $a_field, |
| ?string | $a_index = null, |
||
| ?string | $a_sub_index = null |
||
| ) |
Get file upload data.
| string | $a_field | form field |
| mixed | $a_index | form field index (if array) |
| mixed | $a_sub_index | form field subindex (if array) |
Definition at line 918 of file class.ilPropertyFormGUI.php.
References $res.
| ilPropertyFormGUI::getForceTopButtons | ( | ) |
Definition at line 205 of file class.ilPropertyFormGUI.php.
References $force_top_buttons.
| ilPropertyFormGUI::getHideLabels | ( | ) |
Definition at line 309 of file class.ilPropertyFormGUI.php.
| ilPropertyFormGUI::getHTML | ( | ) |
Reimplemented from ilFormGUI.
Reimplemented in ilLTIConsumerProviderSelectionFormTableGUI, and ilAsyncPropertyFormGUI.
Definition at line 812 of file class.ilPropertyFormGUI.php.
References ILIAS\Repository\ctrl().
Referenced by ilCalendarAppointmentGUI\add(), ilCalendarCategoryGUI\add(), ilConsultationHoursGUI\addGroup(), ilObjLinkResourceGUI\addLink(), ilObjContentObjectGUI\addMenuEntry(), ilCalendarAppointmentGUI\addMilestone(), SurveyQuestionGUI\addPhrase(), ilTestExpressPageObjectGUI\addQuestion(), ilObjAdvancedEditingGUI\assessmentObject(), ilObjSessionGUI\attendanceListObject(), ilCalendarAppointmentGUI\book(), ilPCMediaObjectGUI\changeObjectReference(), ilCourseObjectivesGUI\create(), ilContainerReferenceGUI\createObject(), ilChatroomAdminViewGUI\createSettingTemplate(), ilObjMediaPoolGUI\edit(), ilExtIdGUI\edit(), ilCourseObjectivesGUI\edit(), ilCalendarAppointmentGUI\edit(), ilExcCriteriaGUI\edit(), ilCalendarCategoryGUI\edit(), ilObjOrgUnitGUI\editAdvancedSettings(), ilObjStudyProgrammeGUI\editAdvancedSettings(), ilPCTableGUI\editCellAlignment(), ilPCTableGUI\editCellStyle(), ilConsultationHoursGUI\editGroup(), ilObjGroupGUI\editInfoObject(), ilObjLinkResourceGUI\editLink(), ilObjCourseGUI\editMapSettingsObject(), ilObjGroupGUI\editMapSettingsObject(), ilObjectCustomUserFieldsGUI\editMember(), ilObjContentObjectGUI\editMenuEntry(), ilObjContentObjectGUI\editMenuProperties(), ilObjEmployeeTalkGUI\editObject(), ilObjFolderGUI\editObject(), ilObjCourseGUI\editObject(), ilContainerReferenceGUI\editObject(), ilExAssignmentEditorGUI\editPeerReviewObject(), ilObjOrgUnitGUI\editSettings(), ilObjectServiceSettingsGUI\editSettings(), ilPCMediaObjectGUI\editStyle(), ilObjMediaPoolGUI\editTitlesAndDescriptions(), ilObjAdvancedEditingGUI\excAssObject(), ilECSSettingsGUI\exportMappings(), ilObjAdvancedEditingGUI\frmPostObject(), ilLTIConsumeProviderFormGUI\getContentSelectionFrame(), ilLTIConsumeProviderFormGUI\getDynRegError(), ilLTIConsumeProviderFormGUI\getDynRegRequest(), ilCalendarCategoryGUI\importAppointments(), ilObjContentObjectGUI\importFileObject(), ilObjSCORMLearningModuleGUI\importForm(), ilECSSettingsGUI\importMappings(), ilSkillRootGUI\importSkills(), ilPageObjectGUI\initialOpenedContent(), ilMDEditorGUI\listQuickEdit(), ilObjUserFolderGUI\newAccountMailObject(), ilStyleCharacteristicGUI\outputTagStyleEditScreen(), assQuestionGUI\renderEditForm(), ilAuthShibbolethSettingsGUI\save(), ilObjLinkResourceGUI\saveAddLink(), ilObjAdvancedEditingGUI\saveAssessmentSettingsObject(), ilObjAdvancedEditingGUI\saveCharSelectorSettingsObject(), ilObjAdvancedEditingGUI\saveExcAssSettingsObject(), ilObjAdvancedEditingGUI\saveFrmPostSettingsObject(), ilObjAdvancedEditingGUI\saveGeneralPageSettingsObject(), ilObjEmployeeTalkSeriesGUI\saveObject(), ilObjGlossaryGUI\saveObject(), ilObjLinkResourceGUI\saveSettings(), ilObjAdvancedEditingGUI\saveSurveySettingsObject(), ilCertificateGUI\setTemplateContent(), ilObjLinkResourceGUI\settings(), ilAuthShibbolethSettingsGUI\settings(), ilObjAdvancedEditingGUI\settingsObject(), ilObjAdvancedEditingGUI\showCharSelectorSettingsObject(), ilObjMDSettingsGUI\showCopyrightSettings(), ilMailTemplateGUI\showEditTemplateForm(), ilObjAdvancedEditingGUI\showGeneralPageEditorSettingsObject(), ilObjMDSettingsGUI\showGeneralSettings(), ilSamlSettingsGUI\showIdpSettings(), ilMailTemplateGUI\showInsertTemplateForm(), ilSamlSettingsGUI\showNewIdpForm(), ilMailOptionsGUI\showOptions(), ilCourseObjectivesGUI\showRandomTestAssignment(), ilSamlSettingsGUI\showSettings(), ilSamlSettingsGUI\showUserAttributeMappingForm(), ilObjAdvancedEditingGUI\surveyObject(), ilExtIdGUI\update(), ilObjOrgUnitGUI\updateAdvancedSettings(), ilObjStudyProgrammeGUI\updateAdvancedSettings(), ilObjLinkResourceGUI\updateLink(), ilObjCategoryGUI\updateObject(), and ilObjOrgUnitGUI\updateSettings().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPropertyFormGUI::getHTMLAsync | ( | ) |
Definition at line 832 of file class.ilPropertyFormGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilPropertyFormGUI::getInput | ( | string | $a_post_var, |
| bool | $ensureValidation = true |
||
| ) |
Returns the input of an item, if item provides getInput method and as fallback the value of the HTTP-POST variable, identified by the passed postvar.
| string | $a_post_var | The key used for value determination |
| bool | $ensureValidation | A flag whether the form input has to be validated before calling this method |
Definition at line 448 of file class.ilPropertyFormGUI.php.
References $post, and ILIAS\FileDelivery\http().
Referenced by ilSurveyRaterGUI\addExternalRater(), ilSurveyRaterGUI\addRater(), ilCalendarAppointmentGUI\bookconfirmed(), ilAdvancedMDFieldDefinitionSelect\buildConfirmedObjects(), ilDclSelectionFieldModel\checkFieldCreationInput(), ilDclTextFieldModel\checkFieldCreationInput(), ILIAS\Survey\Settings\SettingsFormGUI\checkForm(), ilDclBaseFieldModel\checkValidityFromForm(), ilDclTextFieldModel\checkValidityFromForm(), ilPCTabsGUI\checkWidthHeight(), ilObjStyleSheetGUI\copyStyleObject(), ilCustomUserFieldsGUI\create(), ilWebDAVMountInstructionsDocumentFormGUI\createFilledObject(), ilDclTableViewEditFormGUI\createTableView(), ilCmiXapiLP\fetchModeOption(), ilBiblFieldFilterFormGUI\fillObject(), ilOrgUnitAuthorityFormGUI\fillObject(), ilOrgUnitDefaultPermissionFormGUI\fillObject(), ilObjOrgUnitSettingsFormGUI\fillObject(), ilOrgUnitTypeAdvancedMetaDataFormGUI\fillObject(), ilOrgUnitTypeFormGUI\fillObject(), ilAccessibilityCriterionFormGUI\fillObject(), ilTermsOfServiceCriterionFormGUI\fillObject(), ilStudyProgrammeTypeAdvancedMetaDataFormGUI\fillObject(), ilAccessibilityUserHasLanguageCriterionGUI\getConfigByForm(), ilTermsOfServiceUserHasCountryCriterionGUI\getConfigByForm(), ilTermsOfServiceUserHasGlobalRoleCriterionGUI\getConfigByForm(), ilTermsOfServiceUserHasLanguageCriterionGUI\getConfigByForm(), ilCourseLPBadgeGUI\getConfigFromForm(), ilWkhtmlToPdfConfigFormGUI\getConfigFromForm(), ilDclBaseFieldModel\getConfirmationGUI(), ilDclSelectionFieldModel\getConfirmationGUI(), ilLTIConsumeProviderFormGUI\getDynRegRequest(), ilCharSelectorGUI\getFormValues(), ilObjCategoryGUI\getObjectMetadataGUI(), ILIAS\Survey\Settings\SettingsFormGUI\getTutorIdsFromForm(), ILIAS\Survey\Settings\SettingsFormGUI\getTutorResIdsFromForm(), ilObjSCORMLearningModuleGUI\import(), ilAdvancedMDFieldDefinitionFloat\importCustomDefinitionFormPostValues(), ilAdvancedMDFieldDefinitionGroupBased\importCustomDefinitionFormPostValues(), ilAdvancedMDFieldDefinitionInteger\importCustomDefinitionFormPostValues(), ilAdvancedMDFieldDefinitionText\importCustomDefinitionFormPostValues(), ilExcCriteriaText\importCustomForm(), ilAdvancedMDFieldDefinition\importDefinitionFormPostValues(), SurveyMatrixQuestionGUI\importEditFormValues(), SurveyMetricQuestionGUI\importEditFormValues(), SurveyMultipleChoiceQuestionGUI\importEditFormValues(), SurveySingleChoiceQuestionGUI\importEditFormValues(), SurveyTextQuestionGUI\importEditFormValues(), ilExAssTypePortfolioGUI\importFormToAssignment(), ilExAssTypeTextGUI\importFormToAssignment(), ilExAssTypeWikiTeamGUI\importFormToAssignment(), ilAdvancedMDFieldDefinitionSelect\importTranslatedFormPostValues(), ilLTIConsumerSettingsFormGUI\initObject(), ilLTIConsumeProviderFormGUI\initProvider(), ilMailTemplateGUI\insertTemplate(), ilDclSelectionFieldModel\isConfirmationRequired(), ilObjTestSettingsGeneralGUI\isSkillServiceSettingToBeAdjusted(), ilCalendarAppointmentGUI\load(), ilSearchBaseGUI\loadCreationFilter(), ilCalendarAppointmentGUI\loadNotificationRecipients(), ilObjCourseReferenceGUI\loadPropertiesFromSettingsForm(), ilContainerReferenceGUI\loadPropertiesFromSettingsForm(), ilAdvancedMDSettingsGUI\loadRecordFormData(), ilEmployeeTalkAppointmentGUI\loadRecurrenceSettings(), ilObjRoleGUI\loadRoleProperties(), ilObjTestSettingsGeneralGUI\performSaveForm(), ilAdvancedMDFieldDefinition\prepareDefinitionFormConfirmation(), ilExAssignmentEditorGUI\processForm(), ilConsultationHoursGUI\rewriteBookingIdsForAppointments(), ilCourseObjectivesGUI\save(), ilStructureObjectGUI\save(), ilCalendarCategoryGUI\save(), ilMailOptionsFormGUI\save(), ilCalendarAppointmentGUI\save(), ilPCMediaObjectGUI\saveAliasProperties(), ilObjAuthSettingsGUI\saveApacheSettingsObject(), ilObjTestSettingsGeneralGUI\saveAvailabilityProperties(), ilObjCourseAdministrationGUI\saveChildSettings(), ilObjMDSettingsGUI\saveCopyrightSettings(), assErrorTextGUI\saveCorrectionsFormProperties(), assFileUploadGUI\saveCorrectionsFormProperties(), assKprimChoiceGUI\saveCorrectionsFormProperties(), assLongMenuGUI\saveCorrectionsFormProperties(), assNumericGUI\saveCorrectionsFormProperties(), assOrderingHorizontalGUI\saveCorrectionsFormProperties(), assOrderingQuestionGUI\saveCorrectionsFormProperties(), ilMemberAgreementGUI\saveCourseDefinedFields(), ilForumCronNotification\saveCustomSettings(), ilConsultationHourCron\saveCustomSettings(), ilCleanCOPageHistoryCronjob\saveCustomSettings(), ilLoggerCronCleanErrorFiles\saveCustomSettings(), ilMailCronOrphanedMails\saveCustomSettings(), ilCronOerHarvester\saveCustomSettings(), ilSCCronTrash\saveCustomSettings(), ILIAS\Survey\Settings\SettingsFormGUI\saveForm(), ilObjAdvancedEditingGUI\saveGeneralPageSettingsObject(), ilObjTestSettingsGeneralGUI\saveGeneralProperties(), ilObjMDSettingsGUI\saveGeneralSettings(), ilAssQuestionFeedback\saveGenericFormProperties(), ilConsultationHoursGUI\saveGroup(), ilSamlSettingsGUI\saveIdpSettings(), ilObjLinkResourceGUI\saveLinkList(), ilContainerGUI\saveListPresentation(), ilObjContentObjectGUI\saveMenuEntry(), ilObjContentObjectGUI\saveMenuProperties(), ilForumLP\saveModeConfiguration(), ilSamlSettingsGUI\saveNewIdp(), assClozeTestGUI\saveNumericGapCorrectionFormProperty(), ilBiblLibraryFormGUI\saveObject(), ilObjEmployeeTalkSeriesGUI\saveObject(), ilObjGlossaryGUI\saveObject(), ilObjStyleSheetGUI\saveObject(), ilObjContentObjectGUI\saveProperties(), ilObjTestSettingsGeneralGUI\saveQuestionBehaviourProperties(), ilCourseObjectivesGUI\saveRandom(), ilCmiXapiRegistrationGUI\saveRegistration(), ilLTIProviderObjectSettingGUI\saveRoleSelection(), ILIAS\Blog\ReadingTime\BlogSettingsGUI\saveSettingFromForm(), ILIAS\LearningModule\ReadingTime\SettingsGUI\saveSettingFromForm(), ilObjLinkResourceGUI\saveSettings(), ilMembershipAdministrationGUI\saveSettings(), ilSamlSettingsGUI\saveSettings(), ilCmiXapiSettingsGUI\saveSettings(), ilObjAdvancedEditingGUI\saveSettingsObject(), ilContainerGUI\saveSortingSettings(), ilAssConfigurableMultiOptionQuestionFeedback\saveSpecificFormProperties(), ilAssMultiOptionQuestionFeedback\saveSpecificFormProperties(), ilObjAdvancedEditingGUI\saveTags(), ilStyleCharacteristicGUI\saveTagStyle(), ilObjTestSettingsGeneralGUI\saveTestAccessProperties(), ilObjTestSettingsGeneralGUI\saveTestFinishProperties(), ilObjTestSettingsGeneralGUI\saveTestIntroProperties(), ilObjTestSettingsGeneralGUI\saveTestRunProperties(), ilObjTestSettingsGeneralGUI\saveTestSequenceSettings(), ilObjMediaPoolGUI\saveTitlesAndDescriptions(), ilSamlSettingsGUI\saveUserAttributeMapping(), ilDclBaseRecordFieldModel\setValueFromForm(), ilDclCopyRecordFieldModel\setValueFromForm(), ilDclFileuploadRecordFieldModel\setValueFromForm(), ilDclMobRecordFieldModel\setValueFromForm(), ilDclTextRecordFieldModel\setValueFromForm(), ilPCSectionGUI\setValuesFromForm(), ilDclBaseFieldModel\storePropertiesFromForm(), ilDclSelectionFieldModel\storePropertiesFromForm(), ilCalendarAppointmentGUI\update(), ilCalendarCategoryGUI\update(), ilCustomUserFieldsGUI\update(), ilObjBibliographicGUI\updateCustom(), ilObjTalkTemplateGUI\updateCustom(), ilObjExerciseGUI\updateCustom(), ilObjBlogGUI\updateCustom(), ilObjBookingPoolGUI\updateCustom(), ilObjContentPageGUI\updateCustom(), ilObjDataCollectionGUI\updateCustom(), ilObjItemGroupGUI\updateCustom(), ilObjMediaPoolGUI\updateCustom(), ilObjPollGUI\updateCustom(), ilObjPortfolioBaseGUI\updateCustom(), ilObjPortfolioGUI\updateCustom(), ilObjPortfolioTemplateGUI\updateCustom(), ilForumSettingsGUI\updateCustomValues(), ilAdvancedMDFieldTranslations\updateFromForm(), ilConsultationHoursGUI\updateGroup(), ilObjCourseGUI\updateInfoObject(), ilObjLinkResourceGUI\updateLink(), ilObjContentObjectGUI\updateMenuEntry(), ilObjCategoryGUI\updateObject(), ilObjCourseGUI\updateObject(), ilObjEmployeeTalkGUI\updateObject(), ilObjGroupGUI\updateObject(), ilMDEditorGUI\updateQuickEdit(), ilObjectServiceSettingsGUI\updateServiceSettingsForm(), ilDclTableViewEditFormGUI\updateTableView(), ilMailTemplateGUI\updateTemplate(), ilObjectServiceSettingsGUI\updateToolSettings(), ilObjOrgUnitSettingsFormGUI\updateTranslation(), ilCalendarCategoryGUI\uploadAppointments(), ilObjEmployeeTalkGUI\validateCustom(), ilObjPollGUI\validateCustom(), SurveyMultipleChoiceQuestionGUI\validateEditForm(), ilCourseLPBadgeGUI\validateForm(), ilCustomUserFieldsGUI\validateForm(), and ilSurveyPhrasesGUI\writePostData().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPropertyFormGUI::getInputItemsRecursive | ( | ) |
returns a flat array of all input items including the possibly existing subitems recursively
Definition at line 279 of file class.ilPropertyFormGUI.php.
Referenced by ilTestSettingsChangeConfirmationGUI\populateParametersFromPropertyForm().
Here is the caller graph for this function:| ilPropertyFormGUI::getItemByPostVar | ( | string | $a_post_var | ) |
Definition at line 250 of file class.ilPropertyFormGUI.php.
References ilFormPropertyGUI\getItemByPostVar().
Referenced by assMultipleChoiceGUI\addBasicQuestionFormProperties(), ilCronDeleteInactiveUserAccounts\addCustomSettingsToForm(), ilTestRandomQuestionSetPoolDefinitionFormGUI\applySubmit(), ilCalendarAppointmentGUI\book(), ilDclSelectionFieldModel\checkFieldCreationInput(), ilDclTextFieldModel\checkFieldCreationInput(), ILIAS\Survey\Settings\SettingsFormGUI\checkForm(), ilPCSectionGUI\checkInput(), ilPCTabsGUI\checkWidthHeight(), ilObjUserFolderGUI\confirmaccessRestrictObject(), executeCommand(), ilExcCriteriaText\exportCustomForm(), assOrderingQuestionGUI\fetchSolutionListFromSubmittedForm(), ilStudyProgrammeTypeAdvancedMetaDataFormGUI\fillForm(), ilStudyProgrammeTypeCustomIconsFormGUI\fillForm(), ilDclBaseRecordRepresentation\fillFormInput(), ilDclTextRecordRepresentation\fillFormInput(), ilAccessibilityCriterionFormGUI\fillObject(), ilTermsOfServiceCriterionFormGUI\fillObject(), ilDclBaseRecordModel\fillStandardFieldFormInput(), ilTestSettingsGUI\formPropertyExists(), ilObjQuestionPoolSettingsGeneralGUI\formPropertyExists(), ilExAssignmentEditorGUI\getAssignmentValues(), ilTCPDFRenderer\getConfigFromForm(), ilLTIConsumeProviderFormGUI\getDynRegRequest(), ilWebDAVMountInstructionsDocumentFormGUI\getFileUploadResult(), ilAssOrderingQuestionAuthoringFormGUI\getOrderingElementInputField(), ilWebDAVMountInstructionsDocumentFormGUI\getRawMountInstructionsFromFileUpload(), ilStyleCharacteristicGUI\getValues(), ilNewsItemGUI\getValuesNewsItem(), ilExAssignmentEditorGUI\handleDisabledFields(), ilExAssignmentEditorGUI\handleDisabledPeerFields(), ilCourseLPBadgeGUI\importConfigToForm(), ilUserProfileBadgeGUI\importConfigToForm(), ilObjContentPageGUI\initEditCustomForm(), ilObjPortfolioTemplateGUI\initEditCustomForm(), ilAssClozeTestFeedback\initFbPropsForNumericGap(), ilAssClozeTestFeedback\initFbPropsForSelectGap(), ilAssClozeTestFeedback\initFbPropsForTextGap(), ilAssClozeTestFeedback\initFeedbackFieldsPerGapQuestion(), ilAssQuestionFeedback\initGenericFormProperties(), ilLTIConsumeProviderFormGUI\initProvider(), ilAssClozeTestFeedback\initSpecificFormProperties(), ilAssConfigurableMultiOptionQuestionFeedback\initSpecificFormProperties(), ilAssMultiOptionQuestionFeedback\initSpecificFormProperties(), ilMailTemplateGUI\insertTemplate(), ilObjTestSettingsGeneralGUI\isSkillServiceSettingToBeAdjusted(), assMatchingQuestionGUI\isValidTermAndDefinitionAmount(), ilSearchBaseGUI\loadCreationFilter(), ilObjCourseReferenceGUI\loadPropertiesFromSettingsForm(), ilContainerReferenceGUI\loadPropertiesFromSettingsForm(), ilEmployeeTalkAppointmentGUI\loadRecurrenceSettings(), ilCalendarAppointmentGUI\loadRecurrenceSettings(), ilObjRoleGUI\loadRoleProperties(), ilObjTestSettingsGeneralGUI\performSaveForm(), ilObjQuestionPoolSettingsGeneralGUI\performSaveForm(), ilTCPDFRenderer\populateConfigElementsInForm(), ilWkhtmlToPdfConfigFormGUI\populateForm(), ilAdvancedMDFieldDefinitionSelect\prepareCustomDefinitionFormConfirmation(), ilAdvancedMDFieldDefinition\prepareDefinitionFormConfirmation(), assOrderingQuestionGUI\prepareReprintableCorrectionsForm(), ilExAssignmentEditorGUI\processForm(), ilAssOrderingQuestionAuthoringFormGUI\renewOrderingElementInput(), ilTestRandomQuestionSetGeneralConfigFormGUI\save(), ilObjTestSettingsGeneralGUI\saveAvailabilityProperties(), assImagemapQuestionGUI\saveCorrectionsFormProperties(), assKprimChoiceGUI\saveCorrectionsFormProperties(), assMultipleChoiceGUI\saveCorrectionsFormProperties(), assSingleChoiceGUI\saveCorrectionsFormProperties(), assTextSubsetGUI\saveCorrectionsFormProperties(), ilCronDeleteInactiveUserAccounts\saveCustomSettings(), ilCronDeleteNeverLoggedInUserAccounts\saveCustomSettings(), ilAssClozeTestFeedback\saveFbPropsForNumericGap(), ilAssClozeTestFeedback\saveFbPropsForSelectGap(), ilAssClozeTestFeedback\saveFbPropsForTextGap(), ilAssClozeTestFeedback\saveFeedbackFieldsPerGapQuestion(), ILIAS\Survey\Settings\SettingsFormGUI\saveForm(), assClozeTestGUI\saveGapCombinationCorrectionFormProperties(), ilObjAdvancedEditingGUI\saveGeneralPageSettingsObject(), ilObjTestSettingsGeneralGUI\saveGeneralProperties(), ilObjEmployeeTalkSeriesGUI\saveObject(), ilAccessibilityCriterionFormGUI\saveObject(), ilTermsOfServiceCriterionFormGUI\saveObject(), ilObjTestSettingsGeneralGUI\saveQuestionBehaviourProperties(), ilAssClozeTestFeedback\saveSpecificFormProperties(), ilStyleCharacteristicGUI\saveTagStyle(), ilObjTestSettingsGeneralGUI\saveTestIntroProperties(), ilObjTestSettingsGeneralGUI\saveTestRunProperties(), assClozeTestGUI\saveTextOrSelectGapCorrectionFormProperty(), ilExAssignmentEditorGUI\setDisabledFieldValues(), ilExAssignmentEditorGUI\setDisabledPeerReviewFieldValues(), ilCharSelectorGUI\setFormValues(), ilSessionMembershipRegistrationSettingsGUI\setFormValues(), ilObjBadgeAdministrationGUI\setImageTemplateFormValues(), ilDclBaseRecordModel\setStandardFieldFromForm(), ilDclFileuploadRecordFieldModel\setValueFromForm(), ilDclMobRecordFieldModel\setValueFromForm(), ilPCSectionGUI\setValuesFromForm(), ilSearchGUI\storeRoot(), ilLuceneSearchGUI\storeRoot(), ilExtIdGUI\update(), ilObjBlogGUI\updateCustom(), ilObjBookingPoolGUI\updateCustom(), ilObjPollGUI\updateCustom(), ilObjPortfolioBaseGUI\updateCustom(), ilObjPortfolioTemplateGUI\updateCustom(), ilObjCourseGUI\updateInfoObject(), ilObjCourseGUI\updateObject(), ilObjGroupGUI\updateObject(), ilMailTemplateGUI\updateTemplate(), ilObjPollGUI\validateCustom(), SurveyMultipleChoiceQuestionGUI\validateEditForm(), ilCourseLPBadgeGUI\validateForm(), ilWkhtmlToPdfConfigFormGUI\validateForm(), ilCustomUserFieldsGUI\validateForm(), assImagemapQuestionGUI\writeAnswerSpecificPostData(), assKprimChoiceGUI\writeAnswerSpecificPostData(), assKprimChoiceGUI\writeQuestionSpecificPostData(), and assMultipleChoiceGUI\writeQuestionSpecificPostData().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPropertyFormGUI::getItems | ( | ) |
Definition at line 270 of file class.ilPropertyFormGUI.php.
Referenced by ilAsyncPropertyFormGUI\cloneForm(), ilAsyncPropertyFormGUI\getErrors(), ilSamlSettingsGUI\getIdpSettingsForm(), ilSamlSettingsGUI\getSettingsForm(), ilUserFormSettings\importFromForm(), and ilAssQuestionAuthoringFormGUI\replaceFormItemByPostVar().
Here is the caller graph for this function:| ilPropertyFormGUI::getMode | ( | ) |
Definition at line 145 of file class.ilPropertyFormGUI.php.
References $mode.
|
protected |
Definition at line 116 of file class.ilPropertyFormGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPropertyFormGUI::getShowTopButtons | ( | ) |
Definition at line 195 of file class.ilPropertyFormGUI.php.
References $show_top_buttons.
|
final |
Definition at line 134 of file class.ilPropertyFormGUI.php.
References $tbl_width.
| ilPropertyFormGUI::getTitle | ( | ) |
Reimplemented in ilLTIConsumerProviderSelectionFormTableGUI.
Definition at line 155 of file class.ilPropertyFormGUI.php.
References $title.
| ilPropertyFormGUI::getTitleIcon | ( | ) |
Definition at line 165 of file class.ilPropertyFormGUI.php.
References $titleicon.
| ilPropertyFormGUI::getTopAnchor | ( | ) |
Definition at line 185 of file class.ilPropertyFormGUI.php.
References $top_anchor.
| ilPropertyFormGUI::hasFileUpload | ( | string | $a_field, |
| ?string | $a_index = null, |
||
| ?string | $a_sub_index = null |
||
| ) |
Definition at line 961 of file class.ilPropertyFormGUI.php.
|
protected |
Definition at line 625 of file class.ilPropertyFormGUI.php.
| ilPropertyFormGUI::insertItem | ( | $item, | |
| bool | $a_sub_item = false |
||
| ) |
| ilFormPropertyGUI | ilFormSectionHeaderGUI | $item |
Definition at line 634 of file class.ilPropertyFormGUI.php.
References $tpl.
| ilPropertyFormGUI::moveFileUpload | ( | string | $a_target_directory, |
| string | $a_field, | ||
| ?string | $a_target_name = null, |
||
| ?string | $a_index = null, |
||
| ?string | $a_sub_index = null |
||
| ) |
Move upload to target directory.
| string | $a_target_directory | target directory (without filename!) |
| string | $a_field | form field |
| ?string | $a_target_name target file name (if different from uploaded file) | |
| ?string | $a_index form field index (if array) | |
| ?string | $a_sub_index form field subindex (if array) |
| ilException |
Definition at line 981 of file class.ilPropertyFormGUI.php.
|
protected |
Definition at line 1016 of file class.ilPropertyFormGUI.php.
References $name, $type, and ilFileUtils\getDataDir().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPropertyFormGUI::removeItemByPostVar | ( | string | $a_post_var, |
| bool | $a_remove_unused_headers = false |
||
| ) |
Definition at line 219 of file class.ilPropertyFormGUI.php.
References ILIAS\LTI\ToolProvider\$key.
Referenced by ilLTIConsumeProviderFormGUI\getDynRegError(), ilObjItemGroupGUI\initEditCustomForm(), assTextQuestionGUI\populateCorrectionsFormProperties(), and ilTestSettingsGUI\removeHiddenItems().
Here is the caller graph for this function:| ilPropertyFormGUI::setDescription | ( | string | $a_val | ) |
Definition at line 170 of file class.ilPropertyFormGUI.php.
Referenced by ilObjUserFolderGUI\initNewAccountMailForm().
Here is the caller graph for this function:| ilPropertyFormGUI::setDisableStandardMessage | ( | bool | $a_val | ) |
Definition at line 298 of file class.ilPropertyFormGUI.php.
| ilPropertyFormGUI::setForceTopButtons | ( | bool | $a_val | ) |
Definition at line 200 of file class.ilPropertyFormGUI.php.
| ilPropertyFormGUI::setHideLabels | ( | bool | $a_value = true | ) |
Definition at line 314 of file class.ilPropertyFormGUI.php.
| ilPropertyFormGUI::setItems | ( | array | $a_items | ) |
Definition at line 265 of file class.ilPropertyFormGUI.php.
Referenced by ilAssQuestionAuthoringFormGUI\replaceFormItemByPostVar().
Here is the caller graph for this function:| ilPropertyFormGUI::setMode | ( | string | $a_mode | ) |
Definition at line 140 of file class.ilPropertyFormGUI.php.
| ilPropertyFormGUI::setShowTopButtons | ( | bool | $a_val | ) |
Definition at line 190 of file class.ilPropertyFormGUI.php.
|
final |
Definition at line 129 of file class.ilPropertyFormGUI.php.
Referenced by ilForumThreadFormGUI\generateInputItems(), and ilObjGroupGUI\initForm().
Here is the caller graph for this function:| ilPropertyFormGUI::setTitle | ( | string | $a_title | ) |
Reimplemented in ilLTIConsumerProviderSelectionFormTableGUI.
Definition at line 150 of file class.ilPropertyFormGUI.php.
Referenced by FormMailCodesGUI\__construct(), ilTestExpressPageObjectGUI\addQuestion(), ilTestRandomQuestionSetGeneralConfigFormGUI\build(), ilAssQuestionSkillAssignmentPropertyFormGUI\build(), ilTestRandomQuestionSetPoolDefinitionFormGUI\build(), ilChatroomHistoryGUI\bySession(), ilPCTableGUI\editCellAlignment(), ilPCTableGUI\editCellStyle(), ilObjCourseGUI\editMapSettingsObject(), ilObjGroupGUI\editMapSettingsObject(), ilPCMediaObjectGUI\editStyle(), ilForumThreadFormGUI\generateInputItems(), ilObjAuthSettingsGUI\getApacheAuthSettingsForm(), ilObjStyleSheetGUI\getCloneForm(), ilLTIConsumeProviderFormGUI\getContentSelectionFrame(), ilObjStyleSheetGUI\getCreateForm(), ilForumSettingsGUI\getCustomForm(), ilLTIConsumeProviderFormGUI\getDynRegError(), ilSamlSettingsGUI\getIdpForm(), ilSamlSettingsGUI\getIdpSettingsForm(), ilObjStyleSheetGUI\getImportForm(), ilSamlSettingsGUI\getSettingsForm(), ilMailTemplateGUI\getTemplateForm(), ilObjAdvancedEditingGUI\getTinyForm(), ilMailOptionsFormGUI\init(), ILIAS\Modules\OrgUnit\ARHelper\BaseForm\initButtons(), ilOrgUnitDefaultPermissionFormGUI\initButtons(), ilObjAdvancedEditingGUI\initCharSelectorSettingsForm(), ilObjEmployeeTalkSeriesGUI\initCreateForm(), ilObjGlossaryGUI\initCreateForm(), ilLTIConsumeProviderFormGUI\initDynRegForm(), ilObjCategoryGUI\initEditForm(), ilObjCourseGUI\initEditForm(), ilObjFolderGUI\initEditForm(), ilContainerGUI\initEditForm(), ilBiblLibraryFormGUI\initForm(), ilBiblFieldFilterFormGUI\initForm(), ilDclTableViewEditFormGUI\initForm(), ilOrgUnitTypeCustomIconsFormGUI\initForm(), ilOrgUnitTypeFormGUI\initForm(), ilStudyProgrammeTypeCustomIconsFormGUI\initForm(), ilAccessibilityDocumentFormGUI\initForm(), ilRegistrationSettingsGUI\initForm(), ilTermsOfServiceSettingsFormGUI\initForm(), ilTermsOfServiceDocumentFormGUI\initForm(), ilWebDAVMountInstructionsDocumentFormGUI\initForm(), ilContainerReferenceGUI\initForm(), ilObjGroupGUI\initForm(), ilLTIConsumeProviderFormGUI\initForm(), ilLTIConsumerSettingsFormGUI\initForm(), ilCourseObjectivesGUI\initFormRandom(), ilMembershipAdministrationGUI\initFormSettings(), ilObjAdvancedEditingGUI\initGeneralPageSettingsForm(), ilObjMDSettingsGUI\initGeneralSettingsForm(), ilConsultationHoursGUI\initGroupForm(), ilCalendarCategoryGUI\initImportForm(), ilObjSCORMLearningModuleGUI\initImportForm(), ilObjCourseGUI\initInfoEditor(), ilObjGroupGUI\initInfoEditor(), ilSkillRootGUI\initInputForm(), ilECSSettingsGUI\initMappingsForm(), ilObjectCustomUserFieldsGUI\initMemberForm(), ilObjContentObjectGUI\initMenuEntryForm(), ilObjContentObjectGUI\initMenuForm(), ilObjUserFolderGUI\initNewAccountMailForm(), ilPageObjectGUI\initOpenedContentForm(), ilObjMDSettingsGUI\initSettingsForm(), and ilLTIConsumeProviderFormGUI\initToolConfigForm().
Here is the caller graph for this function:| ilPropertyFormGUI::setTitleIcon | ( | string | $a_titleicon | ) |
Definition at line 160 of file class.ilPropertyFormGUI.php.
Referenced by ilForumThreadFormGUI\generateInputItems(), ilObjGroupGUI\initForm(), and ilObjUserFolderGUI\initNewAccountMailForm().
Here is the caller graph for this function:| ilPropertyFormGUI::setTopAnchor | ( | string | $a_val | ) |
Definition at line 180 of file class.ilPropertyFormGUI.php.
| ilPropertyFormGUI::setValuesByArray | ( | array | $a_values, |
| bool | $a_restrict_to_value_keys = false |
||
| ) |
Definition at line 319 of file class.ilPropertyFormGUI.php.
Referenced by ilObjAuthSettingsGUI\apacheAuthSettingsObject(), ilChatroomFormFactory\applyValues(), ilChatroomHistoryGUI\bySession(), ilObjMediaPoolGUI\edit(), ilObjEmployeeTalkGUI\editObject(), ilObjFolderGUI\editObject(), ilBiblLibraryFormGUI\fillForm(), ilBiblFieldFilterFormGUI\fillForm(), ilOrgUnitAuthorityFormGUI\fillForm(), ilOrgUnitPositionFormGUI\fillForm(), ilOrgUnitDefaultPermissionFormGUI\fillForm(), ilObjLearningSequenceSettingsGUI\fillForm(), ilDclBaseFieldModel\fillPropertiesForm(), ilDclSelectionFieldModel\fillPropertiesForm(), ilExAssignmentEditorGUI\getAssignmentValues(), ilSystemStyleIconsGUI\getByColorValues(), ilMediaPoolPageGUI\getMediaPoolPageValues(), ilExAssignmentEditorGUI\getPeerReviewValues(), ilNewsItemGUI\getValuesNewsItem(), ilRegistrationSettingsGUI\initFormValues(), ilMailOptionsFormGUI\populate(), ilMarkSchemaGUI\populateEctsForm(), ilObjMailGUI\populateExternalSettingsForm(), ilObjForumAdministrationGUI\populateForm(), ilMailTemplateGUI\populateFormWithTemplate(), ilObjMailGUI\populateGeneralSettingsForm(), ilObjWikiSettingsGUI\populateWithCurrentSettings(), ilObjRoleGUI\readRoleProperties(), ilCertificateGUI\setTemplateContent(), ilSamlSettingsGUI\showIdpSettings(), ilSamlSettingsGUI\showSettings(), and ilSamlSettingsGUI\showUserAttributeMappingForm().
Here is the caller graph for this function:| ilPropertyFormGUI::setValuesByPost | ( | ) |
Definition at line 331 of file class.ilPropertyFormGUI.php.
References $DIC.
Referenced by ilCustomUserFieldsGUI\create(), ilObjOrgUnitSettingsFormGUI\fillObject(), ilOrgUnitTypeAdvancedMetaDataFormGUI\fillObject(), ilOrgUnitTypeFormGUI\fillObject(), ilStudyProgrammeTypeAdvancedMetaDataFormGUI\fillObject(), ilDidacticTemplateSettingsGUI\handleUpdateFailure(), ilObjSCORMLearningModuleGUI\import(), ilObjContentObjectGUI\importFileObject(), ilSkillRootGUI\importSkills(), ilMailTemplateGUI\insertTemplate(), ilRegistrationGUI\join(), ilCourseObjectivesGUI\save(), ilObjStudyProgrammeGUI\save(), ilAuthShibbolethSettingsGUI\save(), ilCalendarCategoryGUI\save(), ilMemberAgreementGUI\save(), ilObjAuthSettingsGUI\saveApacheSettingsObject(), ilObjAdvancedEditingGUI\saveAssessmentSettingsObject(), ilObjAdvancedEditingGUI\saveCharSelectorSettingsObject(), ilObjAdvancedEditingGUI\saveExcAssSettingsObject(), ilObjectCustomIconConfigurationGUI\saveForm(), ilObjAdvancedEditingGUI\saveFrmPostSettingsObject(), ilObjAdvancedEditingGUI\saveGeneralPageSettingsObject(), ilObjMDSettingsGUI\saveGeneralSettings(), ilObjLinkResourceGUI\saveLinkList(), ilObjectCustomUserFieldsGUI\saveMember(), ilObjContentObjectGUI\saveMenuEntry(), ilObjEmployeeTalkSeriesGUI\saveObject(), ilObjGlossaryGUI\saveObject(), ilAccessibilityCriterionFormGUI\saveObject(), ilAccessibilityDocumentFormGUI\saveObject(), ilTermsOfServiceCriterionFormGUI\saveObject(), ilTermsOfServiceDocumentFormGUI\saveObject(), ilWebDAVMountInstructionsDocumentFormGUI\saveObject(), ilContainerGUI\savePasswordObject(), ilCourseObjectivesGUI\saveRandom(), ilObjLinkResourceGUI\saveSettings(), ilMembershipAdministrationGUI\saveSettings(), ilSamlSettingsGUI\saveSettings(), ilObjAdvancedEditingGUI\saveSurveySettingsObject(), ilSamlSettingsGUI\saveUserAttributeMapping(), ilSamlSettingsGUI\showIdpSettings(), ilSamlSettingsGUI\showNewIdpForm(), ilMailOptionsGUI\showOptions(), ilExtIdGUI\update(), ilCalendarCategoryGUI\update(), ilCustomUserFieldsGUI\update(), ilObjCourseGUI\updateInfoObject(), ilObjLinkResourceGUI\updateLink(), ilObjContentObjectGUI\updateMenuEntry(), ilObjCategoryGUI\updateObject(), ilObjCourseGUI\updateObject(), ilObjEmployeeTalkGUI\updateObject(), ilObjGroupGUI\updateObject(), ilContainerReferenceGUI\updateObject(), ilWebDAVMountInstructionsDocumentFormGUI\updateObject(), ilMDEditorGUI\updateQuickEdit(), ilMailTemplateGUI\updateTemplate(), and ilObjectServiceSettingsGUI\updateToolSettings().
Here is the caller graph for this function:
|
private |
Definition at line 39 of file class.ilPropertyFormGUI.php.
|
protected |
Definition at line 42 of file class.ilPropertyFormGUI.php.
|
protected |
Definition at line 35 of file class.ilPropertyFormGUI.php.
Referenced by ilStudyProgrammeTypeCustomIconsFormGUI\__construct(), ilTestRandomQuestionSetGeneralConfigFormGUI\__construct(), ilTestRandomQuestionSetPoolDefinitionFormGUI\__construct(), ilAssQuestionSkillAssignmentPropertyFormGUI\__construct(), ilStudyProgrammeTypeAdvancedMetaDataFormGUI\__construct(), executeCommand(), and ilSCORM2004TrackingItemsPerScoFilterGUI\parse().
|
protected |
Definition at line 47 of file class.ilPropertyFormGUI.php.
Referenced by ilOrgUnitTypeFormGUI\fillObject(), and getDescription().
|
protected |
Definition at line 43 of file class.ilPropertyFormGUI.php.
|
protected |
Definition at line 51 of file class.ilPropertyFormGUI.php.
Referenced by getForceTopButtons().
|
protected |
Definition at line 55 of file class.ilPropertyFormGUI.php.
|
protected |
Definition at line 50 of file class.ilPropertyFormGUI.php.
|
protected |
Definition at line 52 of file class.ilPropertyFormGUI.php.
|
private |
Definition at line 40 of file class.ilPropertyFormGUI.php.
|
private |
Definition at line 32 of file class.ilPropertyFormGUI.php.
|
protected |
Definition at line 34 of file class.ilPropertyFormGUI.php.
Referenced by ilStudyProgrammeTypeCustomIconsFormGUI\__construct(), __construct(), ilTestRandomQuestionSetGeneralConfigFormGUI\__construct(), ilTestRandomQuestionSetPoolDefinitionFormGUI\__construct(), ilDclTableViewEditFormGUI\__construct(), ilAssQuestionSkillAssignmentPropertyFormGUI\__construct(), ilObjOrgUnitSettingsFormGUI\__construct(), ilStudyProgrammeTypeAdvancedMetaDataFormGUI\__construct(), FormMailCodesGUI\__construct(), ilLTIConsumeProviderFormGUI\getContentSelectionFrame(), ilLTIConsumeProviderFormGUI\getDynRegError(), ilLTIConsumeProviderFormGUI\getDynRegRequest(), ilAsyncPropertyFormGUI\getErrorMessageTemplate(), ilLTIConsumeProviderFormGUI\initDynRegForm(), ilWebDAVMountInstructionsDocumentFormGUI\initForm(), ilLTIConsumeProviderFormGUI\initForm(), ilLTIConsumeProviderFormGUI\initToolConfigForm(), ilSCORM2004TrackingItemsPerScoFilterGUI\parse(), ilSCORMTrackingItemsPerScoFilterGUI\parse(), ilSCORM2004TrackingItemsPerUserFilterGUI\parse(), and ilSCORMTrackingItemsPerUserFilterGUI\parse().
|
protected |
Definition at line 41 of file class.ilPropertyFormGUI.php.
Referenced by getMode().
|
protected |
Definition at line 56 of file class.ilPropertyFormGUI.php.
|
protected |
Definition at line 53 of file class.ilPropertyFormGUI.php.
|
protected |
Definition at line 33 of file class.ilPropertyFormGUI.php.
|
protected |
Definition at line 38 of file class.ilPropertyFormGUI.php.
Referenced by FormMailCodesGUI\__construct().
|
protected |
Definition at line 49 of file class.ilPropertyFormGUI.php.
Referenced by getShowTopButtons().
|
protected |
Definition at line 48 of file class.ilPropertyFormGUI.php.
Referenced by getTableWidth().
|
protected |
Definition at line 45 of file class.ilPropertyFormGUI.php.
Referenced by ilWebDAVMountInstructionsDocumentFormGUI\createFilledObject(), ilOrgUnitTypeFormGUI\fillObject(), getTitle(), ilOrgUnitTypeFormGUI\initForm(), ilAccessibilityDocumentFormGUI\initForm(), ilTermsOfServiceDocumentFormGUI\initForm(), ilWebDAVMountInstructionsDocumentFormGUI\initForm(), and ilOrgUnitDefaultPermissionFormGUI\initFormElements().
|
protected |
Definition at line 46 of file class.ilPropertyFormGUI.php.
Referenced by getTitleIcon().
|
protected |
Definition at line 44 of file class.ilPropertyFormGUI.php.
Referenced by getTopAnchor().
|
protected |
Definition at line 36 of file class.ilPropertyFormGUI.php.
Referenced by ilStudyProgrammeTypeCustomIconsFormGUI\__construct(), ilAssOrderingQuestionAuthoringFormGUI\__construct(), ilObjOrgUnitSettingsFormGUI\__construct(), ilStudyProgrammeTypeAdvancedMetaDataFormGUI\__construct(), ilAsyncPropertyFormGUI\addJavaScript(), ilAsyncPropertyFormGUI\addOnLoadCode(), and ilAsyncPropertyFormGUI\getErrorMessageTemplate().
|
protected |
Definition at line 37 of file class.ilPropertyFormGUI.php.
Referenced by ilStudyProgrammeTypeCustomIconsFormGUI\__construct(), ilSCORM2004TrackingItemsPerUserFilterGUI\parse(), and ilSCORMTrackingItemsPerUserFilterGUI\parse().