|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Settings UI class for system styles. More...
Collaboration diagram for ilContentStyleSettingsGUI:Public Member Functions | |
| __construct (ilObjStyleSettingsGUI $a_parent_gui) | |
| Constructor. More... | |
| executeCommand () | |
| Execute command. More... | |
| checkPermission ($a_perm, $a_throw_exc=true) | |
| Check permission. More... | |
| createStyle () | |
| Create new style. More... | |
| edit () | |
| Show 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 () | |
| Save active styles. More... | |
| showActions ($with_subobjects=false) | |
| show possible action (form buttons) More... | |
| cancelDelete () | |
| cancel deletion of object More... | |
| setScope () | |
| Set scope. More... | |
| saveScope () | |
| Save scope for style. More... | |
Protected Attributes | |
| $settings | |
| $tree | |
| $ctrl | |
| $rbacsystem | |
| $toolbar | |
| $lng | |
| $tpl | |
| $DIC | |
| $ref_id | |
Settings UI class for system styles.
Definition at line 13 of file class.ilContentStyleSettingsGUI.php.
| ilContentStyleSettingsGUI::__construct | ( | ilObjStyleSettingsGUI | $a_parent_gui | ) |
Constructor.
Definition at line 63 of file class.ilContentStyleSettingsGUI.php.
References $_GET, $DIC, and settings().
Here is the call graph for this function:| ilContentStyleSettingsGUI::cancelDelete | ( | ) |
cancel deletion of object
@access public
Definition at line 437 of file class.ilContentStyleSettingsGUI.php.
References ilUtil\sendInfo().
Here is the call graph for this function:| ilContentStyleSettingsGUI::checkPermission | ( | $a_perm, | |
$a_throw_exc = true |
|||
| ) |
Check permission.
| string | $a_perm | permission(s) |
| ilObjectException |
Definition at line 119 of file class.ilContentStyleSettingsGUI.php.
Referenced by confirmDeleteIndividualStyles(), confirmedDelete(), deleteStyle(), edit(), moveIndividualStyles(), moveLMStyles(), saveScope(), setScope(), toggleGlobalDefault(), and toggleGlobalFixed().
Here is the caller graph for this function:| ilContentStyleSettingsGUI::confirmDeleteIndividualStyles | ( | ) |
Definition at line 245 of file class.ilContentStyleSettingsGUI.php.
References $_POST, ilObject\_lookupTitle(), checkPermission(), and sprintf.
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 301 of file class.ilContentStyleSettingsGUI.php.
References $_POST, $id, checkPermission(), and ilObjectFactory\getInstanceByObjId().
Here is the call graph for this function:| ilContentStyleSettingsGUI::createStyle | ( | ) |
Create new style.
Definition at line 134 of file class.ilContentStyleSettingsGUI.php.
| ilContentStyleSettingsGUI::deleteStyle | ( | ) |
display deletion confirmation screen
Definition at line 270 of file class.ilContentStyleSettingsGUI.php.
References $_POST, $id, ilObject\_lookupTitle(), checkPermission(), ilUtil\getImageTagByType(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilContentStyleSettingsGUI::edit | ( | ) |
Show styles.
Definition at line 145 of file class.ilContentStyleSettingsGUI.php.
References $data, $si, $style, $styles, $table, ilObjContentObject\_getNrLMsIndividualStyles(), ilObjContentObject\_getNrLMsNoStyle(), ilObjContentObject\_getNrOfAssignedLMs(), ilObjStyleSheet\_lookupActive(), and checkPermission().
Here is the call graph for this function:| ilContentStyleSettingsGUI::executeCommand | ( | ) |
Execute command.
Definition at line 88 of file class.ilContentStyleSettingsGUI.php.
| ilContentStyleSettingsGUI::moveIndividualStyles | ( | ) |
move all learning modules with individual styles to new style
Definition at line 233 of file class.ilContentStyleSettingsGUI.php.
References $_GET, ilObjContentObject\_moveLMStyles(), and checkPermission().
Here is the call graph for this function:| ilContentStyleSettingsGUI::moveLMStyles | ( | ) |
move learning modules from one style to another
Definition at line 215 of file class.ilContentStyleSettingsGUI.php.
References $_POST, ilObjContentObject\_moveLMStyles(), checkPermission(), and confirmDeleteIndividualStyles().
Here is the call graph for this function:| ilContentStyleSettingsGUI::saveActiveStyles | ( | ) |
Save active styles.
Definition at line 370 of file class.ilContentStyleSettingsGUI.php.
References $_POST, $style, $styles, ilObjStyleSheet\_writeActive(), and ilUtil\redirect().
Here is the call graph for this function:| ilContentStyleSettingsGUI::saveScope | ( | ) |
Save scope for style.
Definition at line 471 of file class.ilContentStyleSettingsGUI.php.
References $_GET, $tree, ilObjStyleSheet\_writeScope(), checkPermission(), ilUtil\redirect(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilContentStyleSettingsGUI::setScope | ( | ) |
Set scope.
Definition at line 446 of file class.ilContentStyleSettingsGUI.php.
References $ctrl, $ilCtrl, $tpl, and checkPermission().
Here is the call graph for this function:| ilContentStyleSettingsGUI::showActions | ( | $with_subobjects = false | ) |
show possible action (form buttons)
| boolean | @access public |
Definition at line 390 of file class.ilContentStyleSettingsGUI.php.
References ilUtil\getImagePath().
Here is the call graph for this function:| ilContentStyleSettingsGUI::toggleGlobalDefault | ( | ) |
Toggle global default style.
Definition at line 322 of file class.ilContentStyleSettingsGUI.php.
References $_GET, $ilSetting, $lng, $settings, checkPermission(), ilUtil\redirect(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilContentStyleSettingsGUI::toggleGlobalFixed | ( | ) |
Toggle global fixed style.
Definition at line 346 of file class.ilContentStyleSettingsGUI.php.
References $_GET, $ilSetting, $lng, $settings, checkPermission(), ilUtil\redirect(), and ilUtil\sendSuccess().
Here is the call graph for this function:
|
protected |
Definition at line 28 of file class.ilContentStyleSettingsGUI.php.
Referenced by createStyle(), and setScope().
|
protected |
Definition at line 53 of file class.ilContentStyleSettingsGUI.php.
Referenced by __construct().
|
protected |
Definition at line 43 of file class.ilContentStyleSettingsGUI.php.
Referenced by toggleGlobalDefault(), and toggleGlobalFixed().
|
protected |
Definition at line 33 of file class.ilContentStyleSettingsGUI.php.
|
protected |
Definition at line 58 of file class.ilContentStyleSettingsGUI.php.
|
protected |
Definition at line 18 of file class.ilContentStyleSettingsGUI.php.
Referenced by toggleGlobalDefault(), and toggleGlobalFixed().
|
protected |
Definition at line 38 of file class.ilContentStyleSettingsGUI.php.
|
protected |
Definition at line 48 of file class.ilContentStyleSettingsGUI.php.
Referenced by setScope().
|
protected |
Definition at line 23 of file class.ilContentStyleSettingsGUI.php.
Referenced by saveScope().