|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Class ilInfoScreenGUI. More...
Collaboration diagram for ilInfoScreenGUI:Public Member Functions | |
| __construct (?object $a_gui_object=null) | |
| executeCommand () | |
| setMessageBox (ILIAS\UI\Component\MessageBox\MessageBox $a_val) | |
| getMessageBox () | |
| setTableClass (string $a_val) | |
| getTableClass () | |
| enablePrivateNotes (bool $a_enable=true) | |
| enableLearningProgress (bool $a_enable=true) | |
| enableAvailability (bool $a_enable=true) | |
| enableBookingInfo (bool $a_enable=true) | |
| enableFeedback (bool $a_enable=true) | |
| enableNews (bool $a_enable=true) | |
| enableNewsEditing (bool $a_enable=true) | |
| setBlockProperty (string $a_block_type, string $a_property, string $a_value) | |
| This function is supposed to be used for block type specific properties, that should be passed to ilBlockGUI->setProperty. More... | |
| getAllBlockProperties () | |
| addSection (string $a_title) | |
| setFormAction (string $a_form_action) | |
| removeFormAction () | |
| addProperty (string $a_name, string $a_value, string $a_link="") | |
| add a property to current section More... | |
| addPropertyCheckbox (string $a_name, string $a_checkbox_name, string $a_checkbox_value, string $a_checkbox_label="", bool $a_checkbox_checked=false) | |
| addPropertyTextinput (string $a_name, string $a_input_name, string $a_input_value="", string $a_input_size="", string $direct_button_command="", string $direct_button_label="", bool $direct_button_primary=false) | |
| addButton (string $a_title, string $a_link, string $a_frame="", string $a_position="top", bool $a_primary=false) | |
| addFormButton (string $a_command, string $a_title, string $a_position="top") | |
| add a form button to the info screen the form buttons are only valid if a form action is set More... | |
| addHiddenElement (string $a_name, string $a_value) | |
| addMetaDataSections (int $a_rep_obj_id, int $a_obj_id, string $a_type) | |
| showSummary () | |
| getCenterColumnHTML () | |
| getRightColumnHTML () | |
| setColumnSettings (ilColumnGUI $column_gui) | |
| Set column settings. More... | |
| setOpenFormTag (bool $a_val) | |
| setCloseFormTag (bool $a_val) | |
| getHTML () | |
| getContextRefId () | |
| setContextRefId (int $contextRefId) | |
| getContextObjId () | |
| setContextObjId (int $contextObjId) | |
| getContentObjType () | |
| setContentObjType (string $contentObjType) | |
| showLearningProgress (ilTemplate $a_tpl) | |
| saveProgress (bool $redirect=true) | |
| showNotesSection () | |
| showLDAPRoleGroupMappingInfo (string $a_section='') | |
| setTabs () | |
| getTabs (ilTabsGUI $tabs_gui) | |
| addTagging () | |
| saveTags () | |
| hideFurtherSections (bool $a_add_toggle=true) | |
| getHiddenToggleButton () | |
| addAccessPeriodProperty () | |
Data Fields | |
| ilLanguage | $lng |
| ilCtrl | $ctrl |
| object | $gui_object |
| array | $top_buttons = array() |
| array | $top_formbuttons = array() |
| array | $hiddenelements = array() |
| string | $table_class = "il_InfoScreen" |
| bool | $open_form_tag = true |
| bool | $close_form_tag = true |
| string | $form_action |
Protected Member Functions | |
| addAvailability () | |
| addPreconditions () | |
| Add preconditions. More... | |
| addPreconditionSection (ilObject $obj, array $conditions, bool $obligatory=true) | |
Protected Attributes | |
| ILIAS Repository HTML HTMLUtil | $html |
| ILIAS DI UIServices | $ui |
| ILIAS UI Component MessageBox MessageBox | $mbox = null |
| ilTabsGUI | $tabs_gui |
| ilRbacSystem | $rbacsystem |
| ilGlobalPageTemplate | $tpl |
| ilAccessHandler | $access |
| ilObjUser | $user |
| ilTree | $tree |
| ilSetting | $settings |
| Metadata | $metadata |
| int | $contextRefId = null |
| int | $contextObjId = null |
| string | $contentObjType = null |
| bool | $booking_enabled = false |
| bool | $availability_enabled = true |
| bool | $hidden = false |
| array | $section = [] |
| array | $block_property = [] |
| bool | $news_editing = false |
| bool | $show_hidden_toggle = false |
| int | $sec_nr = 0 |
| bool | $private_notes_enabled = false |
| bool | $news_enabled = false |
| bool | $feedback_enabled = false |
| bool | $learning_progress_enabled = false |
| StandardGUIRequest | $request |
Class ilInfoScreenGUI.
Definition at line 31 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::__construct | ( | ?object | $a_gui_object = null | ) |
Definition at line 72 of file class.ilInfoScreenGUI.php.
References $DIC, $lng, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\html(), ILIAS\Repository\lng(), ILIAS\Repository\settings(), ILIAS\Repository\ui(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilInfoScreenGUI::addAccessPeriodProperty | ( | ) |
| ilDatabaseException | |
| ilDateTimeException |
Definition at line 1224 of file class.ilInfoScreenGUI.php.
References addProperty(), ilDatePresentation\formatPeriod(), IL_CAL_UNIX, ILIAS\Repository\lng(), and ilObjectActivation\TIMINGS_ACTIVATION.
Referenced by addAvailability().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| ilDatabaseException | |
| ilDateTimeException |
Definition at line 1085 of file class.ilInfoScreenGUI.php.
References addAccessPeriodProperty(), addSection(), ILIAS\Repository\lng(), and ilObjectActivation\TIMINGS_ACTIVATION.
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilInfoScreenGUI::addButton | ( | string | $a_title, |
| string | $a_link, | ||
| string | $a_frame = "", |
||
| string | $a_position = "top", |
||
| bool | $a_primary = false |
||
| ) |
Definition at line 306 of file class.ilInfoScreenGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilInfoScreenGUI::addFormButton | ( | string | $a_command, |
| string | $a_title, | ||
| string | $a_position = "top" |
||
| ) |
add a form button to the info screen the form buttons are only valid if a form action is set
Definition at line 323 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::addHiddenElement | ( | string | $a_name, |
| string | $a_value | ||
| ) |
Definition at line 333 of file class.ilInfoScreenGUI.php.
Referenced by ILIAS\Survey\InfoScreen\InfoScreenGUI\addStartResumeSection().
Here is the caller graph for this function:| ilInfoScreenGUI::addMetaDataSections | ( | int | $a_rep_obj_id, |
| int | $a_obj_id, | ||
| string | $a_type | ||
| ) |
Definition at line 338 of file class.ilInfoScreenGUI.php.
References $access, $ctrl, $lng, $r, $ref_id, $tree, $user, $webdav_dic, ilObject\_getAllReferences(), ilMDUtils\_getDefaultCopyright(), ilDAVActivationChecker\_isActive(), ilChangeEvent\_isActive(), ilChangeEvent\_lookupReadEvents(), ilMDUtils\_parseCopyright(), addProperty(), addSection(), ANONYMOUS_USER_ID, ilDatePresentation\formatDate(), ilECSServerSettings\getInstance(), ilObjectFactory\getInstanceByObjId(), ILIAS\Repository\html(), IL_CAL_DATETIME, ilTree\isInTree(), ILIAS\Repository\lng(), ilLanguage\loadLanguageModule(), ilLanguage\txt(), and ilObjUser\userExists().
Here is the call graph for this function:
|
protected |
Add preconditions.
Definition at line 1112 of file class.ilInfoScreenGUI.php.
References ilObject\_lookupTitle(), addPreconditionSection(), and ilArrayUtil\sortArray().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 1141 of file class.ilInfoScreenGUI.php.
References $lng, $tree, ilConditionHandler\_checkCondition(), ilObject\_lookupTitle(), addProperty(), addSection(), ilConditionHandler\calculateEffectiveRequiredTriggers(), ilConditionHandler\getEffectiveOptionalConditionsOfTarget(), ilObject\getId(), ilMemberViewSettings\getInstance(), ilObject\getRefId(), ILIAS\Repository\html(), ilTree\isDeleted(), ilConditionHandlerGUI\translateOperator(), and ilLanguage\txt().
Referenced by addPreconditions().
Here is the call graph for this function:
Here is the caller graph for this function:| ilInfoScreenGUI::addProperty | ( | string | $a_name, |
| string | $a_value, | ||
| string | $a_link = "" |
||
| ) |
add a property to current section
| string | $a_name | property name string |
| string | $a_value | property value |
| string | $a_link | link (will link the property value string) |
Definition at line 242 of file class.ilInfoScreenGUI.php.
References $sec_nr.
Referenced by ilLearningProgressBaseGUI\__appendLPDetails(), ilLearningProgressBaseGUI\__showObjectDetails(), addAccessPeriodProperty(), ILIAS\Survey\InfoScreen\InfoScreenGUI\addAppraiseeInfo(), ilObjIndividualAssessmentGUI\addContactDataToInfo(), ilObjRemoteCourseGUI\addCustomInfoFields(), ilObjRemoteGlossaryGUI\addCustomInfoFields(), ilObjRemoteGroupGUI\addCustomInfoFields(), ilObjRemoteTestGUI\addCustomInfoFields(), ilObjRemoteFileGUI\addCustomInfoFields(), ilObjRemoteLearningModuleGUI\addCustomInfoFields(), ilObjRemoteWikiGUI\addCustomInfoFields(), ilExAssignmentGUI\addFiles(), ilObjIndividualAssessmentGUI\addGeneralDataToInfo(), ilExAssignmentGUI\addInstructions(), ilObjIndividualAssessmentGUI\addMemberDataToInfo(), addMetaDataSections(), addPreconditionSection(), ILIAS\Survey\InfoScreen\InfoScreenGUI\addPrivacyInfo(), ilExAssignmentGUI\addPublicSubmissions(), ilExAssignmentGUI\addSchedule(), ILIAS\Survey\InfoScreen\InfoScreenGUI\addStartResumeSection(), ilExAssignmentGUI\addSubmission(), ilExAssignmentGUI\addSubmissionFeedback(), addTagging(), ilObjGlossaryGUI\addUsagesToInfo(), ilResourceStorageInfoGUI\append(), ilAppointmentPresentationGUI\getHTML(), ilExSubmissionTextGUI\getOverviewContent(), ilExSubmissionFileGUI\getOverviewContent(), ilExSubmissionTeamGUI\getOverviewContent(), ilExPeerReviewGUI\getOverviewContent(), ilExSubmissionObjectGUI\getOverviewContentBlog(), ilExSubmissionObjectGUI\getOverviewContentPortfolio(), ilExAssTypeWikiTeamGUI\renderOverviewContent(), and showLDAPRoleGroupMappingInfo().
Here is the caller graph for this function:| ilInfoScreenGUI::addPropertyCheckbox | ( | string | $a_name, |
| string | $a_checkbox_name, | ||
| string | $a_checkbox_value, | ||
| string | $a_checkbox_label = "", |
||
| bool | $a_checkbox_checked = false |
||
| ) |
Definition at line 252 of file class.ilInfoScreenGUI.php.
References $sec_nr.
| ilInfoScreenGUI::addPropertyTextinput | ( | string | $a_name, |
| string | $a_input_name, | ||
| string | $a_input_value = "", |
||
| string | $a_input_size = "", |
||
| string | $direct_button_command = "", |
||
| string | $direct_button_label = "", |
||
| bool | $direct_button_primary = false |
||
| ) |
Definition at line 274 of file class.ilInfoScreenGUI.php.
References $sec_nr, and ilLegacyFormElementsUtil\prepareFormOutput().
Here is the call graph for this function:| ilInfoScreenGUI::addSection | ( | string | $a_title | ) |
Definition at line 218 of file class.ilInfoScreenGUI.php.
References $hidden, and $sec_nr.
Referenced by ilLearningProgressBaseGUI\__appendLPDetails(), ilLearningProgressBaseGUI\__showObjectDetails(), ilBookingInfoScreenAdapter\add(), ILIAS\Survey\InfoScreen\InfoScreenGUI\addAppraiseeInfo(), addAvailability(), ilObjIndividualAssessmentGUI\addContactDataToInfo(), ilExAssignmentGUI\addFiles(), ilObjIndividualAssessmentGUI\addGeneralDataToInfo(), ilExAssignmentGUI\addInstructions(), ilObjIndividualAssessmentGUI\addMemberDataToInfo(), addMetaDataSections(), addPreconditionSection(), ilExAssignmentGUI\addSchedule(), ILIAS\Survey\InfoScreen\InfoScreenGUI\addStartResumeSection(), ilExAssignmentGUI\addSubmission(), ilExAssignmentGUI\addSubmissionFeedback(), addTagging(), ilObjGlossaryGUI\addUsagesToInfo(), ilResourceStorageInfoGUI\append(), ilAppointmentPresentationGUI\getHTML(), and showLDAPRoleGroupMappingInfo().
Here is the caller graph for this function:| ilInfoScreenGUI::addTagging | ( | ) |
Definition at line 1026 of file class.ilInfoScreenGUI.php.
References $lng, addProperty(), addSection(), ilLanguage\loadLanguageModule(), and ilLanguage\txt().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilInfoScreenGUI::enableAvailability | ( | bool | $a_enable = true | ) |
Definition at line 178 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::enableBookingInfo | ( | bool | $a_enable = true | ) |
Definition at line 183 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::enableFeedback | ( | bool | $a_enable = true | ) |
Definition at line 189 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::enableLearningProgress | ( | bool | $a_enable = true | ) |
Definition at line 173 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::enableNews | ( | bool | $a_enable = true | ) |
Definition at line 194 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::enableNewsEditing | ( | bool | $a_enable = true | ) |
Definition at line 199 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::enablePrivateNotes | ( | bool | $a_enable = true | ) |
Definition at line 168 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::executeCommand | ( | ) |
Definition at line 105 of file class.ilInfoScreenGUI.php.
References $tpl, ILIAS\Repository\ctrl(), ilCommonActionDispatcherGUI\getInstanceFromAjaxCall(), ilPublicUserProfileGUI\setBackUrl(), ilGlobalPageTemplate\setContent(), setTabs(), showNotesSection(), and showSummary().
Here is the call graph for this function:| ilInfoScreenGUI::getAllBlockProperties | ( | ) |
Definition at line 213 of file class.ilInfoScreenGUI.php.
References $block_property.
Referenced by setColumnSettings().
Here is the caller graph for this function:| ilInfoScreenGUI::getCenterColumnHTML | ( | ) |
Definition at line 586 of file class.ilInfoScreenGUI.php.
References $ctrl, $html, getHTML(), IL_COL_CENTER, IL_COL_LEFT, IL_COL_RIGHT, IL_SCREEN_SIDE, and setColumnSettings().
Referenced by showSummary().
Here is the call graph for this function:
Here is the caller graph for this function:| ilInfoScreenGUI::getContentObjType | ( | ) |
| ilInfoScreenGUI::getContextObjId | ( | ) |
Definition at line 835 of file class.ilInfoScreenGUI.php.
References $contextObjId.
Referenced by ilBookingInfoScreenAdapter\__construct(), saveProgress(), and showLearningProgress().
Here is the caller graph for this function:| ilInfoScreenGUI::getContextRefId | ( | ) |
Definition at line 821 of file class.ilInfoScreenGUI.php.
References $contextRefId.
Referenced by saveProgress().
Here is the caller graph for this function:| ilInfoScreenGUI::getHiddenToggleButton | ( | ) |
Definition at line 1073 of file class.ilInfoScreenGUI.php.
References $lng, and ilLanguage\txt().
Here is the call graph for this function:| ilInfoScreenGUI::getHTML | ( | ) |
Definition at line 665 of file class.ilInfoScreenGUI.php.
References $ctrl, $ilSetting, $lng, $sec_nr, $settings, $user, addAvailability(), ilGlobalPageTemplate\addBlockFile(), addButton(), addPreconditions(), addTagging(), ANONYMOUS_USER_ID, ilGlobalPageTemplate\get(), getTableClass(), iljQueryUtil\initjQuery(), ilGlobalPageTemplate\parseCurrentBlock(), ilGlobalPageTemplate\setCurrentBlock(), setFormAction(), ilGlobalPageTemplate\setVariable(), showLearningProgress(), showNotesSection(), ilGlobalPageTemplate\touchBlock(), ilLanguage\txt(), and ILIAS\Repository\ui().
Referenced by getCenterColumnHTML(), and ilCalendarAppointmentPresentationGUI\getModalHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilInfoScreenGUI::getMessageBox | ( | ) |
Definition at line 152 of file class.ilInfoScreenGUI.php.
References $mbox.
| ilInfoScreenGUI::getRightColumnHTML | ( | ) |
| ilCtrlException |
Definition at line 619 of file class.ilInfoScreenGUI.php.
References $ctrl, $html, $news_enabled, IL_COL_RIGHT, IL_SCREEN_SIDE, and setColumnSettings().
Referenced by showSummary().
Here is the call graph for this function:
Here is the caller graph for this function:| ilInfoScreenGUI::getTableClass | ( | ) |
Definition at line 163 of file class.ilInfoScreenGUI.php.
References $table_class.
Referenced by getHTML().
Here is the caller graph for this function:| ilInfoScreenGUI::getTabs | ( | ilTabsGUI | $tabs_gui | ) |
Definition at line 1010 of file class.ilInfoScreenGUI.php.
References ilTabsGUI\addSubTabTarget(), and ILIAS\Repository\ctrl().
Referenced by setTabs().
Here is the call graph for this function:
Here is the caller graph for this function:| ilInfoScreenGUI::hideFurtherSections | ( | bool | $a_add_toggle = true | ) |
Definition at line 1067 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::removeFormAction | ( | ) |
Definition at line 230 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::saveProgress | ( | bool | $redirect = true | ) |
Definition at line 901 of file class.ilInfoScreenGUI.php.
References $user, ilObject\_lookupType(), ilLearningProgress\_tracProgress(), ilLPStatusWrapper\_updateStatus(), ILIAS\Repository\ctrl(), getContextObjId(), getContextRefId(), ILIAS\Repository\lng(), and ilLPMarks\setCompleted().
Here is the call graph for this function:| ilInfoScreenGUI::saveTags | ( | ) |
Definition at line 1054 of file class.ilInfoScreenGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilInfoScreenGUI::setBlockProperty | ( | string | $a_block_type, |
| string | $a_property, | ||
| string | $a_value | ||
| ) |
This function is supposed to be used for block type specific properties, that should be passed to ilBlockGUI->setProperty.
Definition at line 208 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::setCloseFormTag | ( | bool | $a_val | ) |
Definition at line 653 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::setColumnSettings | ( | ilColumnGUI | $column_gui | ) |
Set column settings.
Definition at line 641 of file class.ilInfoScreenGUI.php.
References getAllBlockProperties(), ilColumnGUI\setAllBlockProperties(), ilColumnGUI\setEnableEdit(), and ilColumnGUI\setRepositoryMode().
Referenced by getCenterColumnHTML(), and getRightColumnHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilInfoScreenGUI::setContentObjType | ( | string | $contentObjType | ) |
| ilInfoScreenGUI::setContextObjId | ( | int | $contextObjId | ) |
| ilInfoScreenGUI::setContextRefId | ( | int | $contextRefId | ) |
| ilInfoScreenGUI::setFormAction | ( | string | $a_form_action | ) |
Definition at line 225 of file class.ilInfoScreenGUI.php.
Referenced by getHTML(), and ilCalendarAppointmentPresentationGUI\getModalHTML().
Here is the caller graph for this function:| ilInfoScreenGUI::setMessageBox | ( | ILIAS\UI\Component\MessageBox\MessageBox | $a_val | ) |
Definition at line 147 of file class.ilInfoScreenGUI.php.
Referenced by ILIAS\Survey\InfoScreen\InfoScreenGUI\displayNotStartableReasons().
Here is the caller graph for this function:| ilInfoScreenGUI::setOpenFormTag | ( | bool | $a_val | ) |
Definition at line 648 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::setTableClass | ( | string | $a_val | ) |
Definition at line 158 of file class.ilInfoScreenGUI.php.
| ilInfoScreenGUI::setTabs | ( | ) |
Definition at line 1005 of file class.ilInfoScreenGUI.php.
References getTabs().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilInfoScreenGUI::showLDAPRoleGroupMappingInfo | ( | string | $a_section = '' | ) |
| string | $a_section | section name. Leave empty to place this info string inside a section |
Definition at line 985 of file class.ilInfoScreenGUI.php.
References ilLDAPRoleGroupMapping\_getInstance(), addProperty(), addSection(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilInfoScreenGUI::showLearningProgress | ( | ilTemplate | $a_tpl | ) |
| ilTemplate | $a_tpl |
| ilDateTimeException |
Definition at line 867 of file class.ilInfoScreenGUI.php.
References $rbacsystem, $user, ilObjUserTracking\_enabledLearningProgress(), ANONYMOUS_USER_ID, ilRbacSystem\checkAccess(), getContextObjId(), ilObjectLP\getInstance(), ILIAS\Repository\lng(), ilLPObjSettings\LP_MODE_MANUAL, ilTemplate\parseCurrentBlock(), and HTML_Template_IT\setVariable().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilInfoScreenGUI::showNotesSection | ( | ) |
| ilCtrlException |
Definition at line 932 of file class.ilInfoScreenGUI.php.
References $access, $DIC, $html, $ilSetting, $ref_id, $settings, and ILIAS\Repository\ctrl().
Referenced by executeCommand(), and getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilInfoScreenGUI::showSummary | ( | ) |
Definition at line 570 of file class.ilInfoScreenGUI.php.
References $tpl, getCenterColumnHTML(), getRightColumnHTML(), ilGlobalPageTemplate\setContent(), and ilGlobalPageTemplate\setRightContent().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 39 of file class.ilInfoScreenGUI.php.
Referenced by addMetaDataSections(), and showNotesSection().
|
protected |
Definition at line 58 of file class.ilInfoScreenGUI.php.
|
protected |
Definition at line 61 of file class.ilInfoScreenGUI.php.
Referenced by getAllBlockProperties().
|
protected |
Definition at line 57 of file class.ilInfoScreenGUI.php.
| bool ilInfoScreenGUI::$close_form_tag = true |
Definition at line 52 of file class.ilInfoScreenGUI.php.
|
protected |
Definition at line 55 of file class.ilInfoScreenGUI.php.
Referenced by getContentObjType(), and setContentObjType().
|
protected |
Definition at line 54 of file class.ilInfoScreenGUI.php.
Referenced by getContextObjId(), and setContextObjId().
|
protected |
Definition at line 53 of file class.ilInfoScreenGUI.php.
Referenced by getContextRefId(), and setContextRefId().
| ilCtrl ilInfoScreenGUI::$ctrl |
Definition at line 45 of file class.ilInfoScreenGUI.php.
Referenced by addMetaDataSections(), getCenterColumnHTML(), getHTML(), and getRightColumnHTML().
|
protected |
Definition at line 67 of file class.ilInfoScreenGUI.php.
| string ilInfoScreenGUI::$form_action |
Definition at line 56 of file class.ilInfoScreenGUI.php.
| object ilInfoScreenGUI::$gui_object |
Definition at line 46 of file class.ilInfoScreenGUI.php.
|
protected |
Definition at line 59 of file class.ilInfoScreenGUI.php.
Referenced by addSection().
| array ilInfoScreenGUI::$hiddenelements = array() |
Definition at line 49 of file class.ilInfoScreenGUI.php.
|
protected |
Definition at line 33 of file class.ilInfoScreenGUI.php.
Referenced by getCenterColumnHTML(), getRightColumnHTML(), and showNotesSection().
|
protected |
Definition at line 68 of file class.ilInfoScreenGUI.php.
| ilLanguage ilInfoScreenGUI::$lng |
Definition at line 44 of file class.ilInfoScreenGUI.php.
Referenced by __construct(), addMetaDataSections(), addPreconditionSection(), addTagging(), getHiddenToggleButton(), and getHTML().
|
protected |
Definition at line 35 of file class.ilInfoScreenGUI.php.
Referenced by getMessageBox().
|
protected |
Definition at line 43 of file class.ilInfoScreenGUI.php.
|
protected |
Definition at line 62 of file class.ilInfoScreenGUI.php.
|
protected |
Definition at line 66 of file class.ilInfoScreenGUI.php.
Referenced by getRightColumnHTML().
| bool ilInfoScreenGUI::$open_form_tag = true |
Definition at line 51 of file class.ilInfoScreenGUI.php.
|
protected |
Definition at line 65 of file class.ilInfoScreenGUI.php.
|
protected |
Definition at line 37 of file class.ilInfoScreenGUI.php.
Referenced by showLearningProgress().
|
protected |
Definition at line 69 of file class.ilInfoScreenGUI.php.
|
protected |
Definition at line 64 of file class.ilInfoScreenGUI.php.
Referenced by addProperty(), addPropertyCheckbox(), addPropertyTextinput(), addSection(), and getHTML().
|
protected |
Definition at line 60 of file class.ilInfoScreenGUI.php.
|
protected |
Definition at line 42 of file class.ilInfoScreenGUI.php.
Referenced by getHTML(), and showNotesSection().
|
protected |
Definition at line 63 of file class.ilInfoScreenGUI.php.
| string ilInfoScreenGUI::$table_class = "il_InfoScreen" |
Definition at line 50 of file class.ilInfoScreenGUI.php.
Referenced by getTableClass().
|
protected |
Definition at line 36 of file class.ilInfoScreenGUI.php.
| array ilInfoScreenGUI::$top_buttons = array() |
Definition at line 47 of file class.ilInfoScreenGUI.php.
| array ilInfoScreenGUI::$top_formbuttons = array() |
Definition at line 48 of file class.ilInfoScreenGUI.php.
|
protected |
Definition at line 38 of file class.ilInfoScreenGUI.php.
Referenced by executeCommand(), and showSummary().
|
protected |
Definition at line 41 of file class.ilInfoScreenGUI.php.
Referenced by addMetaDataSections(), and addPreconditionSection().
|
protected |
Definition at line 34 of file class.ilInfoScreenGUI.php.
|
protected |
Definition at line 40 of file class.ilInfoScreenGUI.php.
Referenced by addMetaDataSections(), getHTML(), saveProgress(), and showLearningProgress().