|
ILIAS
release_8 Revision v8.24
|
Settings UI class for system styles. More...
Collaboration diagram for ilContentStyleSettingsGUI:Public Member Functions | |
| __construct (ilObjStyleSettingsGUI $a_parent_gui) | |
| executeCommand () | |
| checkPermission (string $a_perm, bool $a_throw_exc=true) | |
| Check permission. More... | |
| createStyle () | |
| edit () | |
| List styles. More... | |
| moveLMStyles () | |
| move learning modules from one style to another More... | |
| moveIndividualStyles () | |
| move all learning modules with individual styles to new style More... | |
| confirmDeleteIndividualStyles () | |
| deleteStyle () | |
| display deletion confirmation screen More... | |
| confirmedDelete () | |
| delete selected style objects More... | |
| toggleGlobalDefault () | |
| Toggle global default style. More... | |
| toggleGlobalFixed () | |
| Toggle global fixed style. More... | |
| saveActiveStyles () | |
| showActions (bool $with_subobjects=false) | |
| show possible action (form buttons) More... | |
| cancelDelete () | |
| setScope () | |
| saveScope () | |
Protected Attributes | |
| ilContentStyleSettings | $cs_settings |
| ilObjStyleSettingsGUI | $parent_gui |
| int | $obj_id |
| StandardGUIRequest | $request |
| ilSetting | $settings |
| ilTree | $tree |
| ilCtrl | $ctrl |
| ilRbacSystem | $rbacsystem |
| ilToolbarGUI | $toolbar |
| ilLanguage | $lng |
| ilGlobalTemplateInterface | $tpl |
| ILIAS DI Container | $DIC |
| int | $ref_id |
Settings UI class for system styles.
Definition at line 28 of file class.ilContentStyleSettingsGUI.php.
| ilContentStyleSettingsGUI::__construct | ( | ilObjStyleSettingsGUI | $a_parent_gui | ) |
Definition at line 44 of file class.ilContentStyleSettingsGUI.php.
References $DIC, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\settings(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:| ilContentStyleSettingsGUI::cancelDelete | ( | ) |
Definition at line 385 of file class.ilContentStyleSettingsGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilContentStyleSettingsGUI::checkPermission | ( | string | $a_perm, |
| bool | $a_throw_exc = true |
||
| ) |
Check permission.
| ilObjectException |
Definition at line 96 of file class.ilContentStyleSettingsGUI.php.
References ILIAS\Repository\lng().
Referenced by confirmDeleteIndividualStyles(), confirmedDelete(), deleteStyle(), edit(), moveIndividualStyles(), moveLMStyles(), saveScope(), setScope(), toggleGlobalDefault(), and toggleGlobalFixed().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContentStyleSettingsGUI::confirmDeleteIndividualStyles | ( | ) |
Definition at line 215 of file class.ilContentStyleSettingsGUI.php.
References ilObject\_lookupTitle(), checkPermission(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by moveLMStyles().
Here is the call graph for this function:
Here is the caller graph for this function:| ilContentStyleSettingsGUI::confirmedDelete | ( | ) |
delete selected style objects
Definition at line 267 of file class.ilContentStyleSettingsGUI.php.
References $id, checkPermission(), ILIAS\Repository\ctrl(), and ilObjectFactory\getInstanceByObjId().
Here is the call graph for this function:| ilContentStyleSettingsGUI::createStyle | ( | ) |
Definition at line 107 of file class.ilContentStyleSettingsGUI.php.
References $ctrl, and ilCtrl\redirectByClass().
Here is the call graph for this function:| ilContentStyleSettingsGUI::deleteStyle | ( | ) |
display deletion confirmation screen
Definition at line 237 of file class.ilContentStyleSettingsGUI.php.
References $id, ilObject\_lookupTitle(), checkPermission(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilContentStyleSettingsGUI::edit | ( | ) |
List styles.
Definition at line 118 of file class.ilContentStyleSettingsGUI.php.
References $data, ilObjContentObject\_getNrLMsIndividualStyles(), ilObjContentObject\_getNrLMsNoStyle(), ilObjContentObject\_getNrOfAssignedLMs(), ilObjStyleSheet\_lookupActive(), checkPermission(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:| ilContentStyleSettingsGUI::executeCommand | ( | ) |
Definition at line 69 of file class.ilContentStyleSettingsGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilContentStyleSettingsGUI::moveIndividualStyles | ( | ) |
move all learning modules with individual styles to new style
Definition at line 207 of file class.ilContentStyleSettingsGUI.php.
References ilObjContentObject\_moveLMStyles(), checkPermission(), and ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilContentStyleSettingsGUI::moveLMStyles | ( | ) |
move learning modules from one style to another
Definition at line 187 of file class.ilContentStyleSettingsGUI.php.
References ilObjContentObject\_moveLMStyles(), checkPermission(), confirmDeleteIndividualStyles(), and ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilContentStyleSettingsGUI::saveActiveStyles | ( | ) |
Definition at line 332 of file class.ilContentStyleSettingsGUI.php.
References ilObjStyleSheet\_writeActive(), ILIAS\Repository\ctrl(), and ilUtil\redirect().
Here is the call graph for this function:| ilContentStyleSettingsGUI::saveScope | ( | ) |
Definition at line 412 of file class.ilContentStyleSettingsGUI.php.
References $tree, ilObjStyleSheet\_writeScope(), checkPermission(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ilTree\readRootId(), and ilUtil\redirect().
Here is the call graph for this function:| ilContentStyleSettingsGUI::setScope | ( | ) |
Definition at line 391 of file class.ilContentStyleSettingsGUI.php.
References $ctrl, $tpl, checkPermission(), and ilGlobalTemplateInterface\setContent().
Here is the call graph for this function:| ilContentStyleSettingsGUI::showActions | ( | bool | $with_subobjects = false | ) |
show possible action (form buttons)
Definition at line 348 of file class.ilContentStyleSettingsGUI.php.
References ilUtil\getImagePath(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilContentStyleSettingsGUI::toggleGlobalDefault | ( | ) |
Toggle global default style.
Definition at line 288 of file class.ilContentStyleSettingsGUI.php.
References $ilSetting, $lng, $settings, checkPermission(), ILIAS\Repository\ctrl(), ilUtil\redirect(), and ilLanguage\txt().
Here is the call graph for this function:| ilContentStyleSettingsGUI::toggleGlobalFixed | ( | ) |
Toggle global fixed style.
Definition at line 312 of file class.ilContentStyleSettingsGUI.php.
References $ilSetting, $lng, $settings, checkPermission(), ILIAS\Repository\ctrl(), ilUtil\redirect(), and ilLanguage\txt().
Here is the call graph for this function:
|
protected |
Definition at line 30 of file class.ilContentStyleSettingsGUI.php.
|
protected |
Definition at line 36 of file class.ilContentStyleSettingsGUI.php.
Referenced by createStyle(), and setScope().
|
protected |
Definition at line 41 of file class.ilContentStyleSettingsGUI.php.
Referenced by __construct().
|
protected |
Definition at line 39 of file class.ilContentStyleSettingsGUI.php.
Referenced by toggleGlobalDefault(), and toggleGlobalFixed().
|
protected |
Definition at line 32 of file class.ilContentStyleSettingsGUI.php.
|
protected |
Definition at line 31 of file class.ilContentStyleSettingsGUI.php.
|
protected |
Definition at line 37 of file class.ilContentStyleSettingsGUI.php.
|
protected |
Definition at line 42 of file class.ilContentStyleSettingsGUI.php.
|
protected |
Definition at line 33 of file class.ilContentStyleSettingsGUI.php.
|
protected |
Definition at line 34 of file class.ilContentStyleSettingsGUI.php.
Referenced by toggleGlobalDefault(), and toggleGlobalFixed().
|
protected |
Definition at line 38 of file class.ilContentStyleSettingsGUI.php.
|
protected |
Definition at line 40 of file class.ilContentStyleSettingsGUI.php.
Referenced by setScope().
|
protected |
Definition at line 35 of file class.ilContentStyleSettingsGUI.php.
Referenced by saveScope().