|
ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
|
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 () | |
| viewObject container presentation for "administration -> repository, trash, permissions" More... | |
| createObject () | |
| create new object form More... | |
| 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 () | |
| updates object entry in object_data More... | |
| 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 () | |
| cancel action and go back to previous page More... | |
| getAdminTabs () | |
| administration tabs show only permissions and trash folder More... | |
| 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 () | |
| @abstract overwrite in derived GUI class of your object type More... | |
| 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 () | |
| @abstract 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 1261 of file class.ilObjStyleSheetGUI.php.
|
protected |
should be overwritten to add object specific items (repository items are preloaded)
Reimplemented from ilObjectGUI.
Definition at line 716 of file class.ilObjStyleSheetGUI.php.
References ILIAS\Repository\lng(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilObjStyleSheetGUI::addColorObject | ( | ) |
Definition at line 809 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::addMediaQueryObject | ( | ) |
Definition at line 1018 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::addTemplateObject | ( | ) |
Definition at line 1222 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::cancelColorDeletionObject | ( | ) |
Cancel color deletion.
Definition at line 974 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::cancelColorSavingObject | ( | ) |
Cancel color saving.
Definition at line 879 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::cancelDeleteObject | ( | ) |
Definition at line 441 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::cancelObject | ( | ) |
cancel action and go back to previous page
Reimplemented from ilObjectGUI.
Definition at line 609 of file class.ilObjStyleSheetGUI.php.
References $lng, and ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilObjStyleSheetGUI::cancelTemplateDeletionObject | ( | ) |
Cancel table template deletion.
Definition at line 1603 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::cancelTemplateSavingObject | ( | ) |
Cancel color saving.
Definition at line 1424 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::confirmedDeleteObject | ( | ) |
delete selected style objects
Reimplemented from ilObjectGUI.
Definition at line 449 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::copyStyleObject | ( | ) |
Definition at line 511 of file class.ilObjStyleSheetGUI.php.
References ilObjStyleSheet\_writeStandard(), ilPropertyFormGUI\checkInput(), ilPropertyFormGUI\getInput(), ilObjectFactory\getInstanceByObjId(), and ilObjectFactory\getInstanceByRefId().
Here is the call graph for this function:| ilObjStyleSheetGUI::createObject | ( | ) |
create new object form
Reimplemented from ilObjectGUI.
Definition at line 179 of file class.ilObjStyleSheetGUI.php.
References $help, ilObjectGUI\$tpl, getCloneForm(), getCreateForm(), getImportForm(), getRenderedCreationFormsHTML(), ilHelpGUI\ID_PART_SCREEN, and ILIAS\UICore\GlobalTemplate\setContent().
Here is the call graph for this function:| ilObjStyleSheetGUI::deleteColorConfirmationObject | ( | ) |
Delete color confirmation.
Definition at line 946 of file class.ilObjStyleSheetGUI.php.
References $c, $lng, and ilLegacyFormElementsUtil\prepareFormOutput().
Here is the call graph for this function:| ilObjStyleSheetGUI::deleteColorObject | ( | ) |
Definition at line 980 of file class.ilObjStyleSheetGUI.php.
References $c.
| ilObjStyleSheetGUI::deleteMediaQueriesObject | ( | ) |
Definition at line 1147 of file class.ilObjStyleSheetGUI.php.
References $id.
| ilObjStyleSheetGUI::deleteMediaQueryConfirmationObject | ( | ) |
Definition at line 1121 of file class.ilObjStyleSheetGUI.php.
References $lng.
| ilObjStyleSheetGUI::deleteObject | ( | $a_error = false | ) |
display deletion confirmation screen
Definition at line 422 of file class.ilObjStyleSheetGUI.php.
References ilObject\_lookupTitle(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilObjStyleSheetGUI::deleteTemplateConfirmationObject | ( | ) |
Delete table template confirmation.
Definition at line 1559 of file class.ilObjStyleSheetGUI.php.
References $lng, and ILIAS\Repository\object().
Here is the call graph for this function:| ilObjStyleSheetGUI::deleteTemplateKeepClassesObject | ( | ) |
Definition at line 1610 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::deleteTemplateObject | ( | ) |
Delete template.
| Content |
ContentStyleNoPermissionException
| Content |
ContentStyleNoPermissionException
| ilCtrlException |
Definition at line 1628 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::displayTemplateEditForm | ( | ) |
Definition at line 1509 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::editColorObject | ( | ) |
Definition at line 817 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::editMediaQueryObject | ( | ) |
Definition at line 1026 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::editObject | ( | ) |
Edit -> List characteristics.
Reimplemented from ilObjectGUI.
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 1230 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::enableWrite | ( | bool | $a_write | ) |
Enable writing.
Definition at line 108 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::executeCommand | ( | ) |
Reimplemented from ilObjectGUI.
Definition at line 113 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, 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 ilFileDelivery\deliverFileLegacy(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilObjStyleSheetGUI::generateTemplateObject | ( | ) |
Definition at line 1648 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::getAdminTabs | ( | ) |
administration tabs show only permissions and trash folder
Reimplemented from ilObjectGUI.
Definition at line 617 of file class.ilObjStyleSheetGUI.php.
|
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(), and ilPropertyFormGUI\setTitle().
Referenced by 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 866 of file class.ilObjStyleSheetGUI.php.
|
protected |
Definition at line 243 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$ctrl, $form, ilPropertyFormGUI\addCommandButton(), ilPropertyFormGUI\addItem(), ilCtrl\getFormAction(), ILIAS\Repository\lng(), ilFormGUI\setFormAction(), and ilPropertyFormGUI\setTitle().
Referenced by createObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented from ilObjectGUI.
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(), 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 1070 of file class.ilObjStyleSheetGUI.php.
References ILIAS\Repository\object().
Here is the call 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 $form, 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 745 of file class.ilObjStyleSheetGUI.php.
Referenced by ILIAS\Style\Content\CharacteristicTableGUI\fillRow(), and ilStyleCharacteristicGUI\outputTagStyleEditScreen().
Here is the caller graph for this function:
|
protected |
@abstract overwrite in derived GUI class of your object type
Reimplemented from ilObjectGUI.
Definition at line 622 of file class.ilObjStyleSheetGUI.php.
References $lng, and ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilObjStyleSheetGUI::getTemplateFormValues | ( | ) |
Set values for table template editing.
Definition at line 1539 of file class.ilObjStyleSheetGUI.php.
References ilObjStyleSheet\_getTemplateClassTypes().
Here is the call graph for this function:| ilObjStyleSheetGUI::getTemplatePreview | ( | string | $a_type, |
| int | $a_t_id, | ||
| bool | $a_small_mode = false |
||
| ) |
Definition at line 1245 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::handleImport | ( | \ILIAS\FileUpload\FileUpload | $upload, |
| \ILIAS\FileUpload\DTO\UploadResult | $result | ||
| ) |
Definition at line 593 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::importStyleObject | ( | ) |
Import style sheet.
Definition at line 544 of file class.ilObjStyleSheetGUI.php.
References $info, 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, ILIAS\UICore\GlobalTemplate\addCss(), ilObjStyleSheet\getContentStylePath(), and ILIAS\Repository\object().
Referenced by executeCommand().
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 829 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::initMediaQueryForm | ( | string | $a_mode = "create" | ) |
Init media query form.
Definition at line 1041 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::initPropertiesForm | ( | string | $a_mode = "edit" | ) |
FORM: Init properties form.
Definition at line 346 of file class.ilObjStyleSheetGUI.php.
Referenced by propertiesObject().
Here is the caller graph for this function:| ilObjStyleSheetGUI::initTemplateForm | ( | string | $a_mode = "create" | ) |
Init table template form.
Definition at line 1373 of file class.ilObjStyleSheetGUI.php.
References $lng, ILIAS\UI\Implementation\Component\Input\Field\$options, and ilObjStyleSheet\_getTemplateClassTypes().
Here is the call graph for this function:| ilObjStyleSheetGUI::initTemplateGenerationForm | ( | ) |
Init table template generation form.
Definition at line 1659 of file class.ilObjStyleSheetGUI.php.
References $c, $lng, and ILIAS\UI\Implementation\Component\Input\Field\$options.
| ilObjStyleSheetGUI::listColorsObject | ( | ) |
List colors of style.
Definition at line 787 of file class.ilObjStyleSheetGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjStyleSheetGUI::listMediaQueriesObject | ( | ) |
Definition at line 996 of file class.ilObjStyleSheetGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjStyleSheetGUI::listTemplatesObject | ( | ) |
List templates.
Definition at line 1179 of file class.ilObjStyleSheetGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjStyleSheetGUI::propertiesObject | ( | ) |
Definition at line 319 of file class.ilObjStyleSheetGUI.php.
References ilObjectGUI\$tpl, ILIAS\UICore\GlobalTemplate\addCss(), ILIAS\Repository\form(), ilObjStyleSheet\getContentStylePath(), getPropertiesValues(), initPropertiesForm(), ILIAS\Repository\object(), and ILIAS\UICore\GlobalTemplate\setContent().
Here is the call graph for this function:| ilObjStyleSheetGUI::refreshTemplateObject | ( | ) |
Refresh table template.
Definition at line 1531 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::returnToUpperContextObject | ( | ) |
Definition at line 1960 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::saveColorObject | ( | ) |
Save color.
Definition at line 889 of file class.ilObjStyleSheetGUI.php.
References $lng.
| ilObjStyleSheetGUI::saveMediaQueryObject | ( | ) |
Save media query.
Definition at line 1086 of file class.ilObjStyleSheetGUI.php.
References $lng.
| ilObjStyleSheetGUI::saveMediaQueryOrderObject | ( | ) |
Definition at line 1160 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::saveObject | ( | ) |
Reimplemented from ilObjectGUI.
Definition at line 455 of file class.ilObjStyleSheetGUI.php.
References ilObjStyleSheet\_addMissingStyleClassesToStyle(), ilObject\_lookupType(), ilObjStyleSheet\_writeStandard(), ilPropertyFormGUI\checkInput(), ILIAS\Repository\ctrl(), ilObjStyleSheet\getBasicZipPath(), ilPropertyFormGUI\getInput(), ilObjectFactory\getInstanceByObjId(), ILIAS\Repository\lng(), and ILIAS\Repository\settings().
Here is the call graph for this function:| ilObjStyleSheetGUI::saveTemplateObject | ( | ) |
Save table template.
Definition at line 1434 of file class.ilObjStyleSheetGUI.php.
References $lng, ilObjStyleSheet\_getTemplateClassTypes(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilObjStyleSheetGUI::setTemplatesSubTabs | ( | ) |
Definition at line 692 of file class.ilObjStyleSheetGUI.php.
References $c, ilObjStyleSheet\_getTemplateClassTypes(), and ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilObjStyleSheetGUI::templateGenerationObject | ( | ) |
Table template generation.
Definition at line 1730 of file class.ilObjStyleSheetGUI.php.
References Vendor\Package\$b, $lng, and ILIAS\Repository\object().
Here is the call graph for this function:| ilObjStyleSheetGUI::updateColorObject | ( | ) |
Update color.
Definition at line 915 of file class.ilObjStyleSheetGUI.php.
References $lng.
| ilObjStyleSheetGUI::updateMediaQueryObject | ( | ) |
Definition at line 1102 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::updateObject | ( | ) |
updates object entry in object_data
Reimplemented from ilObjectGUI.
Definition at line 387 of file class.ilObjStyleSheetGUI.php.
References $lng, and ILIAS\Repository\form().
Here is the call graph for this function:| ilObjStyleSheetGUI::updateTemplateObject | ( | bool | $a_refresh = false | ) |
Definition at line 1468 of file class.ilObjStyleSheetGUI.php.
| ilObjStyleSheetGUI::viewObject | ( | ) |
viewObject container presentation for "administration -> repository, trash, permissions"
Reimplemented from ilObjectGUI.
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(), getImportForm(), and getRenderedCreationFormsHTML().
|
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().
|
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.