|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Class ilObjStyleSheetGUI. More...
Inheritance diagram for ilObjStyleSheetGUI:
Collaboration diagram for ilObjStyleSheetGUI:Public Member Functions | |
| __construct ( $a_data, int $a_id, bool $a_call_by_reference) | |
| enableWrite (bool $a_write) | |
| Enable writing. More... | |
| executeCommand () | |
| viewObject () | |
| createObject () | |
| includeCSS () | |
| editObject () | |
| Edit -> List characteristics. More... | |
| propertiesObject () | |
| getPropertiesValues () | |
| Get current values for properties from. More... | |
| initPropertiesForm (string $a_mode="edit") | |
| FORM: Init properties form. More... | |
| updateObject () | |
| exportStyleObject () | |
| deleteObject ($a_error=false) | |
| display deletion confirmation screen More... | |
| cancelDeleteObject () | |
| confirmedDeleteObject () | |
| delete selected style objects More... | |
| saveObject () | |
| copyStyleObject () | |
| importStyleObject () | |
| Import style sheet. More... | |
| handleImport (\ILIAS\FileUpload\FileUpload $upload, \ILIAS\FileUpload\DTO\UploadResult $result) | |
| cancelObject () | |
| getAdminTabs () | |
| setTemplatesSubTabs () | |
| listColorsObject () | |
| List colors of style. More... | |
| addColorObject () | |
| editColorObject () | |
| initColorForm (string $a_mode="create") | |
| getColorFormValues () | |
| Set values for color editing. More... | |
| cancelColorSavingObject () | |
| Cancel color saving. More... | |
| saveColorObject () | |
| Save color. More... | |
| updateColorObject () | |
| Update color. More... | |
| deleteColorConfirmationObject () | |
| Delete color confirmation. More... | |
| cancelColorDeletionObject () | |
| Cancel color deletion. More... | |
| deleteColorObject () | |
| listMediaQueriesObject () | |
| addMediaQueryObject () | |
| editMediaQueryObject () | |
| initMediaQueryForm (string $a_mode="create") | |
| Init media query form. More... | |
| getMediaQueryFormValues () | |
| Set values for media query editing. More... | |
| saveMediaQueryObject () | |
| Save media query. More... | |
| updateMediaQueryObject () | |
| deleteMediaQueryConfirmationObject () | |
| deleteMediaQueriesObject () | |
| saveMediaQueryOrderObject () | |
| listTemplatesObject () | |
| List templates. More... | |
| addTemplateObject () | |
| editTemplateObject () | |
| getTemplatePreview (string $a_type, int $a_t_id, bool $a_small_mode=false) | |
| initTemplateForm (string $a_mode="create") | |
| Init table template form. More... | |
| cancelTemplateSavingObject () | |
| Cancel color saving. More... | |
| saveTemplateObject () | |
| Save table template. More... | |
| updateTemplateObject (bool $a_refresh=false) | |
| displayTemplateEditForm () | |
| refreshTemplateObject () | |
| Refresh table template. More... | |
| getTemplateFormValues () | |
| Set values for table template editing. More... | |
| deleteTemplateConfirmationObject () | |
| Delete table template confirmation. More... | |
| cancelTemplateDeletionObject () | |
| Cancel table template deletion. More... | |
| deleteTemplateKeepClassesObject () | |
| deleteTemplateObject () | |
| Delete template. More... | |
| generateTemplateObject () | |
| initTemplateGenerationForm () | |
| Init table template generation form. More... | |
| templateGenerationObject () | |
| Table template generation. More... | |
| returnToUpperContextObject () | |
Public Member Functions inherited from ilObjectGUI | |
| getRefId () | |
| setAdminMode (string $mode) | |
| getAdminMode () | |
| getObject () | |
| executeCommand () | |
| withReferences () | |
| determines whether objects are referenced or not (got ref ids or not) More... | |
| setCreationMode (bool $mode=true) | |
| If true, a creation screen is displayed the current [ref_id] does belong to the parent class The mode is determined in ilRepositoryGUI. More... | |
| getCreationMode () | |
| prepareOutput (bool $show_sub_objects=true) | |
| getAdminTabs () | |
| administration tabs show only permissions and trash folder More... | |
| getHTML () | |
| confirmedDeleteObject () | |
| confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled More... | |
| cancelObject () | |
| cancel action and go back to previous page More... | |
| createObject () | |
| create new object form More... | |
| editAvailabilityPeriodObject () | |
| saveAvailabilityPeriodObject () | |
| cancelCreation () | |
| cancel create action and go back to repository parent More... | |
| saveObject () | |
| getDidacticTemplateVar (string $type) | |
| Get didactic template setting from creation screen. More... | |
| putObjectInTree (ilObject $obj, int $parent_node_id=null) | |
| Add object to tree at given position. More... | |
| editObject () | |
| addExternalEditFormCustom (ilPropertyFormGUI $form) | |
| updateObject () | |
| updates object entry in object_data More... | |
| getFormAction (string $cmd, string $default_form_action="") | |
| Get form action for command (command is method name without "Object", e.g. More... | |
| isVisible (int $ref_id, string $type) | |
| viewObject () | |
| viewObject container presentation for "administration -> repository, trash, permissions" More... | |
| deleteObject (bool $error=false) | |
| Display deletion confirmation screen. More... | |
| setColumnSettings (ilColumnGUI $column_gui) | |
| addToDeskObject () | |
| removeFromDeskObject () | |
Public Member Functions inherited from ILIAS\Object\ImplementsCreationCallback | |
| callCreationCallback (\ilObject $object, \ilObjectDefinition $obj_definition, int $requested_crtcb) | |
Static Public Member Functions | |
| static | getStyleExampleHTML (string $a_type, string $a_class) |
| Get style example HTML. More... | |
| static | _getTemplatePreview (ilObjStyleSheet $a_style, string $a_type, int $a_t_id, bool $a_small_mode=false) |
| Get table template preview. More... | |
Static Public Member Functions inherited from ilObjectGUI | |
| static | _gotoRepositoryRoot (bool $raise_error=false) |
| Goto repository root. More... | |
| static | _gotoRepositoryNode (int $ref_id, string $cmd="") |
| static | _gotoSharedWorkspaceNode (int $wsp_id) |
Data Fields | |
| string | $cmd_update |
| string | $cmd_new_par |
| string | $cmd_delete |
Data Fields inherited from ilObjectGUI | |
| const | ADMIN_MODE_NONE = "" |
| const | ADMIN_MODE_SETTINGS = "settings" |
| const | ADMIN_MODE_REPOSITORY = "repository" |
| const | UPLOAD_TYPE_LOCAL = 1 |
| const | UPLOAD_TYPE_UPLOAD_DIRECTORY = 2 |
| const | CFORM_NEW = 1 |
| const | CFORM_IMPORT = 2 |
| const | CFORM_CLONE = 3 |
| const | SUPPORTED_IMPORT_MIME_TYPES = [MimeType::APPLICATION__ZIP, MimeType::APPLICATION__X_ZIP_COMPRESSED] |
Protected Member Functions | |
| getRenderedCreationFormsHTML (array $forms) | |
| getCreationFormTitle () | |
| getCreateForm () | |
| getImportForm () | |
| getCloneForm () | |
| getTabs () | |
| addAdminLocatorItems (bool $do_not_add_object=false) | |
| should be overwritten to add object specific items (repository items are preloaded) More... | |
Protected Member Functions inherited from ilObjectGUI | |
| getObjectService () | |
| assignObject () | |
| setTitleAndDescription () | |
| createActionDispatcherGUI () | |
| initHeaderAction (?string $sub_type=null, ?int $sub_id=null) | |
| Add header action menu. More... | |
| insertHeaderAction (?ilObjectListGUI $list_gui=null) | |
| Insert header action into main template. More... | |
| addHeaderAction () | |
| Add header action menu. More... | |
| redrawHeaderActionObject () | |
| Ajax call: redraw action header only. More... | |
| setTabs () | |
| set admin tabs More... | |
| setAdminTabs () | |
| set admin tabs More... | |
| setLocator () | |
| addLocatorItems () | |
| should be overwritten to add object specific items (repository items are preloaded) More... | |
| omitLocator (bool $omit=true) | |
| addAdminLocatorItems (bool $do_not_add_object=false) | |
| should be overwritten to add object specific items (repository items are preloaded) More... | |
| getCreationFormsHTML (StandardForm|ilPropertyFormGUI|array $form) | |
| getTitleForCreationFormPage () | |
| getCreationFormTitle () | |
| initCreateForm (string $new_type) | |
| didacticTemplatesToForm () | |
| initDidacticTemplate (ilPropertyFormGUI $form) | |
| retrieveAdditionalDidacticTemplateOptions () | |
| addAdoptContentLinkToToolbar () | |
| addImportButtonToToolbar () | |
| addAvailabilityPeriodButtonToToolbar (ilToolbarGUI $toolbar) | |
| parseDidacticTemplateVar (string $var, string $type) | |
| afterSave (ilObject $new_object) | |
| Post (successful) object creation hook. More... | |
| initEditForm () | |
| initEditCustomForm (ilPropertyFormGUI $a_form) | |
| Add custom fields to update form. More... | |
| getEditFormValues () | |
| getEditFormCustomValues (array &$a_values) | |
| Add values to custom edit fields. More... | |
| validateCustom (ilPropertyFormGUI $form) | |
| Validate custom values (if not possible with checkInput()) More... | |
| updateCustom (ilPropertyFormGUI $form) | |
| Insert custom update form values into object. More... | |
| afterUpdate () | |
| Post (successful) object update hook. More... | |
| routeImportCmdObject () | |
| importFile (string $file_to_import, string $path_to_uploaded_file_in_temp_dir) | |
| deleteUploadedImportFile (string $path_to_uploaded_file_in_temp_dir) | |
| afterImport (ilObject $new_object) | |
| Post (successful) object import hook. More... | |
| setFormAction (string $cmd, string $form_action) | |
| getReturnLocation (string $cmd, string $default_location="") | |
| Get return location for command (command is method name without "Object", e.g. More... | |
| setReturnLocation (string $cmd, string $location) | |
| set specific return location for command More... | |
| getTargetFrame (string $cmd, string $default_target_frame="") | |
| get target frame for command (command is method name without "Object", e.g. More... | |
| setTargetFrame (string $cmd, string $target_frame) | |
| Set specific target frame for command. More... | |
| showPossibleSubObjects () | |
| show possible sub objects (pull down menu) More... | |
| getTabs () | |
| overwrite in derived GUI class of your object type More... | |
| redirectToRefId (int $ref_id, string $cmd="") | |
| redirects to (repository) view per ref id usually to a container and usually used at the end of a save/import method where the object gui type (of the new object) doesn't match with the type of the current ["ref_id"] value of the request More... | |
| getCenterColumnHTML () | |
| Get center column. More... | |
| getRightColumnHTML () | |
| Display right column. More... | |
| checkPermission (string $perm, string $cmd="", string $type="", ?int $ref_id=null) | |
| checkPermissionBool (string $perm, string $cmd="", string $type="", ?int $ref_id=null) | |
| enableDragDropFileUpload () | |
| Enables the file upload into this object by dropping files. More... | |
| getCreatableObjectTypes () | |
| buildAddNewItemElements (array $subtypes, string $create_target_class=ilRepositoryGUI::class, ?int $redirect_target_ref_id=null,) | |
| buildGroup (string $create_target_class, array $obj_types_in_group, string $title, array $subtypes) | |
Class ilObjStyleSheetGUI.
Definition at line 30 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::__construct | ( | $a_data, | |
| int | $a_id, | ||
| bool | $a_call_by_reference | ||
| ) |
Definition at line 51 of file class.ilObjStyleSheetGUI.php.
References $DIC, ilObjectGUI\$ref_id, ILIAS\GlobalScreen\Provider\__construct(), ilObjStyleSheet\_getStyleSuperTypeForType(), ILIAS\Repository\ctrl(), ILIAS\Repository\help(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and ILIAS\Repository\user().
Here is the call graph for this function:
|
static |
Get table template preview.
Definition at line 1263 of file class.ilObjStyleSheetGUI.php.
References $c, $DIC, ilObjectGUI\$lng, ilPCTableGUI\_renderTable(), ilAccordionGUI\addCss(), ilObjStyleSheet\getTemplate(), ilObjStyleSheet\getTemplateXML(), ilObjStyleSheet\lookupTemplateName(), and ilLanguage\txt().
Referenced by ilObjStyleSheet\addTemplate(), and getTemplatePreview().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
should be overwritten to add object specific items (repository items are preloaded)
Definition at line 718 of file class.ilObjStyleSheetGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilObjStyleSheetGUI::addColorObject | ( | ) |
Definition at line 811 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$tpl, initColorForm(), and ilGlobalTemplateInterface\setContent().
Here is the call graph for this function:| ilObjStyleSheetGUI::addMediaQueryObject | ( | ) |
Definition at line 1020 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$tpl, initMediaQueryForm(), and ilGlobalTemplateInterface\setContent().
Here is the call graph for this function:| ilObjStyleSheetGUI::addTemplateObject | ( | ) |
Definition at line 1224 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$tpl, initTemplateForm(), and ilGlobalTemplateInterface\setContent().
Here is the call graph for this function:| ilObjStyleSheetGUI::cancelColorDeletionObject | ( | ) |
Cancel color deletion.
Definition at line 976 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, and ilCtrl\redirect().
Here is the call graph for this function:| ilObjStyleSheetGUI::cancelColorSavingObject | ( | ) |
Cancel color saving.
Definition at line 881 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, and ilCtrl\redirect().
Here is the call graph for this function:| ilObjStyleSheetGUI::cancelDeleteObject | ( | ) |
Definition at line 441 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::cancelObject | ( | ) |
Definition at line 611 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$lng, ILIAS\Repository\ctrl(), and ilLanguage\txt().
Here is the call graph for this function:| ilObjStyleSheetGUI::cancelTemplateDeletionObject | ( | ) |
Cancel table template deletion.
Definition at line 1605 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, and ilCtrl\redirect().
Here is the call graph for this function:| ilObjStyleSheetGUI::cancelTemplateSavingObject | ( | ) |
Cancel color saving.
Definition at line 1426 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, and ilCtrl\redirect().
Here is the call graph for this function:| ilObjStyleSheetGUI::confirmedDeleteObject | ( | ) |
delete selected style objects
Definition at line 449 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::copyStyleObject | ( | ) |
Definition at line 513 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, ilObjStyleSheet\_writeStandard(), ilPropertyFormGUI\checkInput(), getCloneForm(), ilPropertyFormGUI\getInput(), ilObjectFactory\getInstanceByObjId(), ilObjectFactory\getInstanceByRefId(), and ilCtrl\returnToParent().
Here is the call graph for this function:| ilObjStyleSheetGUI::createObject | ( | ) |
Definition at line 179 of file class.ilObjStyleSheetGUI.php.
References $help, ilObjectGUI\$tpl, getCloneForm(), getCreateForm(), getImportForm(), getRenderedCreationFormsHTML(), ilHelpGUI\ID_PART_SCREEN, and ilGlobalTemplateInterface\setContent().
Here is the call graph for this function:| ilObjStyleSheetGUI::deleteColorConfirmationObject | ( | ) |
Delete color confirmation.
Definition at line 948 of file class.ilObjStyleSheetGUI.php.
References $c, ilObjectGUI\$ctrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, ilLegacyFormElementsUtil\prepareFormOutput(), ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
Here is the call graph for this function:| ilObjStyleSheetGUI::deleteColorObject | ( | ) |
Definition at line 982 of file class.ilObjStyleSheetGUI.php.
References $c, ilObjectGUI\$ctrl, and ilCtrl\redirect().
Here is the call graph for this function:| ilObjStyleSheetGUI::deleteMediaQueriesObject | ( | ) |
Definition at line 1149 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$id, and ilCtrl\redirect().
Here is the call graph for this function:| ilObjStyleSheetGUI::deleteMediaQueryConfirmationObject | ( | ) |
Definition at line 1123 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
Here is the call graph for this function:| ilObjStyleSheetGUI::deleteObject | ( | $a_error = false | ) |
display deletion confirmation screen
Definition at line 422 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$tpl, ilObject\_lookupTitle(), ilCtrl\getFormAction(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and ilGlobalTemplateInterface\setContent().
Here is the call graph for this function:| ilObjStyleSheetGUI::deleteTemplateConfirmationObject | ( | ) |
Delete table template confirmation.
Definition at line 1561 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, ILIAS\Repository\object(), ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
Here is the call graph for this function:| ilObjStyleSheetGUI::deleteTemplateKeepClassesObject | ( | ) |
Definition at line 1612 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, and ilCtrl\redirect().
Here is the call graph for this function:| ilObjStyleSheetGUI::deleteTemplateObject | ( | ) |
Delete template.
| Content |
Definition at line 1630 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, and ilCtrl\redirect().
Here is the call graph for this function:| ilObjStyleSheetGUI::displayTemplateEditForm | ( | ) |
Definition at line 1511 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$tpl, getTemplatePreview(), includeCSS(), and ilGlobalTemplateInterface\setContent().
Referenced by editTemplateObject(), and updateTemplateObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjStyleSheetGUI::editColorObject | ( | ) |
Definition at line 819 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$tpl, getColorFormValues(), initColorForm(), ilGlobalTemplateInterface\setContent(), and ilCtrl\setParameter().
Here is the call graph for this function:| ilObjStyleSheetGUI::editMediaQueryObject | ( | ) |
Definition at line 1028 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$tpl, getMediaQueryFormValues(), initMediaQueryForm(), ilGlobalTemplateInterface\setContent(), and ilCtrl\setParameter().
Here is the call graph for this function:| ilObjStyleSheetGUI::editObject | ( | ) |
Edit -> List characteristics.
Definition at line 313 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, and ilCtrl\redirectByClass().
Referenced by viewObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjStyleSheetGUI::editTemplateObject | ( | ) |
Definition at line 1232 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, displayTemplateEditForm(), getTemplateFormValues(), initTemplateForm(), and ilCtrl\setParameter().
Here is the call graph for this function:| ilObjStyleSheetGUI::enableWrite | ( | bool | $a_write | ) |
Enable writing.
Definition at line 108 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::executeCommand | ( | ) |
Definition at line 113 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$object, ilCtrl\forwardCommand(), ilCtrl\getCmd(), ilCtrl\getNextClass(), includeCSS(), ilObjectGUI\prepareOutput(), and ilObjectGUI\setCreationMode().
Here is the call graph for this function:| ilObjStyleSheetGUI::exportStyleObject | ( | ) |
Definition at line 411 of file class.ilObjStyleSheetGUI.php.
References $r, ilFileDelivery\deliverFileLegacy(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilObjStyleSheetGUI::generateTemplateObject | ( | ) |
Definition at line 1650 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$tpl, initTemplateGenerationForm(), and ilGlobalTemplateInterface\setContent().
Here is the call graph for this function:| ilObjStyleSheetGUI::getAdminTabs | ( | ) |
Definition at line 619 of file class.ilObjStyleSheetGUI.php.
References getTabs().
Here is the call graph for this function:
|
protected |
Definition at line 285 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, $form, ilObjStyleSheet\_getClonableContentStyles(), ilPropertyFormGUI\addCommandButton(), ilPropertyFormGUI\addItem(), ilCtrl\getFormAction(), ILIAS\Repository\lng(), ilFormGUI\setFormAction(), ilFormPropertyGUI\setRequired(), and ilPropertyFormGUI\setTitle().
Referenced by copyStyleObject(), and createObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjStyleSheetGUI::getColorFormValues | ( | ) |
Set values for color editing.
Definition at line 868 of file class.ilObjStyleSheetGUI.php.
Referenced by editColorObject().
Here is the caller graph for this function:
|
protected |
Definition at line 243 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, $form, ilPropertyFormGUI\addCommandButton(), ilPropertyFormGUI\addItem(), ilCtrl\getFormAction(), ILIAS\Repository\lng(), ilTextAreaInputGUI\setCols(), ilFormGUI\setFormAction(), and ilPropertyFormGUI\setTitle().
Referenced by createObject(), and saveObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 237 of file class.ilObjStyleSheetGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 268 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, $form, ilPropertyFormGUI\addCommandButton(), ilPropertyFormGUI\addItem(), ilCtrl\getFormAction(), ILIAS\Repository\lng(), ilFormGUI\setFormAction(), ilFormPropertyGUI\setRequired(), and ilPropertyFormGUI\setTitle().
Referenced by createObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjStyleSheetGUI::getMediaQueryFormValues | ( | ) |
Set values for media query editing.
Definition at line 1072 of file class.ilObjStyleSheetGUI.php.
References ILIAS\Repository\object().
Referenced by editMediaQueryObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjStyleSheetGUI::getPropertiesValues | ( | ) |
Get current values for properties from.
Definition at line 332 of file class.ilObjStyleSheetGUI.php.
References ILIAS\Repository\form(), ILIAS\Repository\int(), and ILIAS\Repository\object().
Referenced by propertiesObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 198 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$id, ilAccordionGUI\FIRST_OPEN, and ILIAS\Repository\lng().
Referenced by createObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Get style example HTML.
Definition at line 747 of file class.ilObjStyleSheetGUI.php.
References $c, $DIC, ilObjectGUI\$lng, and ilLanguage\txt().
Referenced by ILIAS\Style\Content\CharacteristicTableGUI\fillRow(), and ilStyleCharacteristicGUI\outputTagStyleEditScreen().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 624 of file class.ilObjStyleSheetGUI.php.
References $help, ilObjectGUI\$lng, ILIAS\Repository\ctrl(), ilHelpGUI\setScreenIdComponent(), and ilLanguage\txt().
Referenced by getAdminTabs().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjStyleSheetGUI::getTemplateFormValues | ( | ) |
Set values for table template editing.
Definition at line 1541 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$type, and ilObjStyleSheet\_getTemplateClassTypes().
Referenced by editTemplateObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjStyleSheetGUI::getTemplatePreview | ( | string | $a_type, |
| int | $a_t_id, | ||
| bool | $a_small_mode = false |
||
| ) |
Definition at line 1247 of file class.ilObjStyleSheetGUI.php.
References _getTemplatePreview().
Referenced by displayTemplateEditForm(), saveTemplateObject(), templateGenerationObject(), and updateTemplateObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjStyleSheetGUI::handleImport | ( | \ILIAS\FileUpload\FileUpload | $upload, |
| \ILIAS\FileUpload\DTO\UploadResult | $result | ||
| ) |
Definition at line 595 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::importStyleObject | ( | ) |
Import style sheet.
Definition at line 546 of file class.ilObjStyleSheetGUI.php.
References ilObjStyleSheet\_writeStandard(), ILIAS\Repository\ctrl(), ilObjectFactory\getInstanceByObjId(), and ilObjectFactory\getInstanceByRefId().
Here is the call graph for this function:| ilObjStyleSheetGUI::includeCSS | ( | ) |
Definition at line 303 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$tpl, ilGlobalTemplateInterface\addCss(), ilObjStyleSheet\getContentStylePath(), and ILIAS\Repository\object().
Referenced by displayTemplateEditForm(), executeCommand(), and listTemplatesObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjStyleSheetGUI::initColorForm | ( | string | $a_mode = "create" | ) |
Definition at line 831 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, ilRegExpInputGUI\setPattern(), ilFormPropertyGUI\setRequired(), and ilLanguage\txt().
Referenced by addColorObject(), editColorObject(), saveColorObject(), and updateColorObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjStyleSheetGUI::initMediaQueryForm | ( | string | $a_mode = "create" | ) |
Init media query form.
Definition at line 1043 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, and ilLanguage\txt().
Referenced by addMediaQueryObject(), editMediaQueryObject(), saveMediaQueryObject(), and updateMediaQueryObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjStyleSheetGUI::initPropertiesForm | ( | string | $a_mode = "edit" | ) |
FORM: Init properties form.
Definition at line 346 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, ILIAS\Repository\form(), ilCtrl\getFormAction(), ILIAS\Repository\lng(), and ilLanguage\txt().
Referenced by propertiesObject(), and updateObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjStyleSheetGUI::initTemplateForm | ( | string | $a_mode = "create" | ) |
Init table template form.
Definition at line 1375 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, ilObjStyleSheet\_getTemplateClassTypes(), ilRegExpInputGUI\setPattern(), and ilLanguage\txt().
Referenced by addTemplateObject(), editTemplateObject(), saveTemplateObject(), and updateTemplateObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjStyleSheetGUI::initTemplateGenerationForm | ( | ) |
Init table template generation form.
Definition at line 1661 of file class.ilObjStyleSheetGUI.php.
References $c, ilObjectGUI\$ctrl, ilObjectGUI\$lng, ilNumericStyleValueInputGUI\setAllowPercentage(), ilSelectInputGUI\setOptions(), ilRegExpInputGUI\setPattern(), and ilLanguage\txt().
Referenced by generateTemplateObject(), and templateGenerationObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjStyleSheetGUI::listColorsObject | ( | ) |
List colors of style.
Definition at line 789 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$tpl, ILIAS\Repository\lng(), and ilGlobalTemplateInterface\setContent().
Here is the call graph for this function:| ilObjStyleSheetGUI::listMediaQueriesObject | ( | ) |
Definition at line 998 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$tpl, ILIAS\Repository\lng(), and ilGlobalTemplateInterface\setContent().
Here is the call graph for this function:| ilObjStyleSheetGUI::listTemplatesObject | ( | ) |
List templates.
Definition at line 1181 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$tpl, includeCSS(), ILIAS\Repository\lng(), ilGlobalTemplateInterface\setContent(), and setTemplatesSubTabs().
Here is the call graph for this function:| ilObjStyleSheetGUI::propertiesObject | ( | ) |
Definition at line 319 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$tpl, ilGlobalTemplateInterface\addCss(), ILIAS\Repository\form(), ilObjStyleSheet\getContentStylePath(), getPropertiesValues(), initPropertiesForm(), ILIAS\Repository\object(), and ilGlobalTemplateInterface\setContent().
Here is the call graph for this function:| ilObjStyleSheetGUI::refreshTemplateObject | ( | ) |
Refresh table template.
Definition at line 1533 of file class.ilObjStyleSheetGUI.php.
References updateTemplateObject().
Here is the call graph for this function:| ilObjStyleSheetGUI::returnToUpperContextObject | ( | ) |
Definition at line 1962 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, and ilCtrl\returnToParent().
Here is the call graph for this function:| ilObjStyleSheetGUI::saveColorObject | ( | ) |
Save color.
Definition at line 891 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, initColorForm(), ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
Here is the call graph for this function:| ilObjStyleSheetGUI::saveMediaQueryObject | ( | ) |
Save media query.
Definition at line 1088 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, initMediaQueryForm(), and ilGlobalTemplateInterface\setContent().
Here is the call graph for this function:| ilObjStyleSheetGUI::saveMediaQueryOrderObject | ( | ) |
Definition at line 1162 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, and ilCtrl\redirect().
Here is the call graph for this function:| ilObjStyleSheetGUI::saveObject | ( | ) |
Definition at line 455 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, ilObjStyleSheet\_addMissingStyleClassesToStyle(), ilObject\_lookupType(), ilObjStyleSheet\_writeStandard(), ilPropertyFormGUI\checkInput(), ILIAS\Repository\ctrl(), ilObjStyleSheet\getBasicZipPath(), getCreateForm(), ilPropertyFormGUI\getInput(), ilObjectFactory\getInstanceByObjId(), ilObjectFactory\getInstanceByRefId(), ILIAS\Repository\lng(), ilCtrl\redirect(), and ILIAS\Repository\settings().
Here is the call graph for this function:| ilObjStyleSheetGUI::saveTemplateObject | ( | ) |
Save table template.
Definition at line 1436 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, ilObjStyleSheet\_getTemplateClassTypes(), getTemplatePreview(), initTemplateForm(), ILIAS\Repository\object(), ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
Here is the call graph for this function:| ilObjStyleSheetGUI::setTemplatesSubTabs | ( | ) |
Definition at line 694 of file class.ilObjStyleSheetGUI.php.
References $c, ilObjectGUI\$ctrl, ilObjStyleSheet\_getTemplateClassTypes(), and ILIAS\Repository\ctrl().
Referenced by listTemplatesObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjStyleSheetGUI::templateGenerationObject | ( | ) |
Table template generation.
Definition at line 1732 of file class.ilObjStyleSheetGUI.php.
References Vendor\Package\$b, ilObjectGUI\$ctrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, getTemplatePreview(), initTemplateGenerationForm(), ILIAS\Repository\object(), ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
Here is the call graph for this function:| ilObjStyleSheetGUI::updateColorObject | ( | ) |
Update color.
Definition at line 917 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, initColorForm(), ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
Here is the call graph for this function:| ilObjStyleSheetGUI::updateMediaQueryObject | ( | ) |
Definition at line 1104 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$tpl, initMediaQueryForm(), and ilGlobalTemplateInterface\setContent().
Here is the call graph for this function:| ilObjStyleSheetGUI::updateObject | ( | ) |
Definition at line 387 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, ILIAS\Repository\form(), initPropertiesForm(), ilCtrl\redirect(), ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
Here is the call graph for this function:| ilObjStyleSheetGUI::updateTemplateObject | ( | bool | $a_refresh = false | ) |
Definition at line 1470 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, ilObjStyleSheet\_getTemplateClassTypes(), ilObjStyleSheet\_lookupTemplateName(), displayTemplateEditForm(), getTemplatePreview(), initTemplateForm(), ILIAS\Repository\object(), and ilLanguage\txt().
Referenced by refreshTemplateObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjStyleSheetGUI::viewObject | ( | ) |
Definition at line 174 of file class.ilObjStyleSheetGUI.php.
References editObject().
Here is the call graph for this function:
|
protected |
Definition at line 44 of file class.ilObjStyleSheetGUI.php.
|
protected |
Definition at line 45 of file class.ilObjStyleSheetGUI.php.
| string ilObjStyleSheetGUI::$cmd_delete |
Definition at line 41 of file class.ilObjStyleSheetGUI.php.
| string ilObjStyleSheetGUI::$cmd_new_par |
Definition at line 40 of file class.ilObjStyleSheetGUI.php.
| string ilObjStyleSheetGUI::$cmd_update |
Definition at line 39 of file class.ilObjStyleSheetGUI.php.
|
protected |
Definition at line 46 of file class.ilObjStyleSheetGUI.php.
|
protected |
Definition at line 32 of file class.ilObjStyleSheetGUI.php.
|
protected |
Definition at line 42 of file class.ilObjStyleSheetGUI.php.
|
protected |
Definition at line 34 of file class.ilObjStyleSheetGUI.php.
Referenced by getCloneForm(), getCreateForm(), and getImportForm().
|
protected |
Definition at line 33 of file class.ilObjStyleSheetGUI.php.
|
protected |
Definition at line 48 of file class.ilObjStyleSheetGUI.php.
|
protected |
Definition at line 37 of file class.ilObjStyleSheetGUI.php.
Referenced by createObject(), and getTabs().
|
protected |
Definition at line 47 of file class.ilObjStyleSheetGUI.php.
|
protected |
Definition at line 38 of file class.ilObjStyleSheetGUI.php.
|
protected |
Definition at line 36 of file class.ilObjStyleSheetGUI.php.
|
protected |
Definition at line 35 of file class.ilObjStyleSheetGUI.php.
|
protected |
Definition at line 43 of file class.ilObjStyleSheetGUI.php.