|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
User Interface class for media pool objects. More...
Inheritance diagram for ilObjMediaPoolGUI:
Collaboration diagram for ilObjMediaPoolGUI:Public Member Functions | |
| getType () | |
| Get type. More... | |
| & | executeCommand () |
| execute command More... | |
| createMediaObject () | |
| obsolete? More... | |
| afterSave ($newObj) | |
| save object More... | |
| edit () | |
| Edit. More... | |
| listMedia () | |
| list media objects More... | |
| allMedia () | |
| list all objects More... | |
| applyFilter () | |
| Apply filter. More... | |
| resetFilter () | |
| Reset filter. More... | |
| getTemplate () | |
| Get standard template. More... | |
| getParentFolderId () | |
| Get folder parent ID. More... | |
| showPage () | |
| Show page. More... | |
| showPreview () | |
| Show content snippet. More... | |
| showFullscreen () | |
| show fullscreen More... | |
| confirmRemove () | |
| confirm remove of mobs More... | |
| openClipboard () | |
| paste from clipboard More... | |
| insertFromClipboard () | |
| insert media object from clipboard More... | |
| cancelRemove () | |
| cancel deletion of media objects/folders More... | |
| remove () | |
| confirm deletion of More... | |
| copyToClipboard () | |
| copy media objects to clipboard More... | |
| addLocatorItems () | |
| add locator items for media pool More... | |
| createFolderForm () | |
| create folder form More... | |
| editFolder () | |
| Edit folder. More... | |
| getFolderValues () | |
| Get current values for folder from. More... | |
| saveFolder () | |
| Save folder form. More... | |
| updateFolder () | |
| Update folder. More... | |
| initFolderForm ($a_mode="edit") | |
| Init folder form. More... | |
| cancelFolderUpdate () | |
| Cancel save. More... | |
| cancelSave () | |
| Cancel save. More... | |
| createMediaPoolPage () | |
| Create new content snippet. More... | |
| editMediaPoolPage () | |
| Edit media pool page. More... | |
| saveMediaPoolPage () | |
| Save media pool page. More... | |
| updateMediaPoolPage () | |
| Update media pool page. More... | |
| initMediaPoolPageForm ($a_mode="edit") | |
| Init page form. More... | |
| getMediaPoolPageValues () | |
| Get current values for media pool page from. More... | |
| setMediaPoolPageTabs () | |
| Set media pool page tabs. More... | |
| showAllMediaPoolPageUsages () | |
| List usages of the contnet snippet. More... | |
| showMediaPoolPageUsages ($a_all=false) | |
| List usages of the contnet snippet. More... | |
| setTabs () | |
| Set tabs. More... | |
| setSettingsSubTabs ($a_active) | |
| Set setting sub tabs. More... | |
| infoScreenObject () | |
| this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually, if everything works through ilCtrl in the future this may be changed More... | |
| infoScreen () | |
| show information screen More... | |
| selectUploadDirFiles ($a_files=null) | |
| Select files from upload directory. More... | |
| createMediaFromUploadDir () | |
| Create media object from upload directory. More... | |
| export () | |
| export content object More... | |
Public Member Functions inherited from ilObject2GUI | |
| __construct ($a_id=0, $a_id_type=self::REPOSITORY_NODE_ID, $a_parent_node_id=0) | |
| Constructor. More... | |
| & | executeCommand () |
| execute command More... | |
| delete () | |
| Display delete confirmation form (repository/workspace switch) More... | |
| confirmedDelete () | |
| Delete objects (repository/workspace switch) More... | |
| getHTML () | |
| withReferences () | |
| Final/Private declaration of unchanged parent methods. More... | |
| setCreationMode ($a_mode=true) | |
| if true, a creation screen is displayed the current $_GET[ref_id] don't belong to the current class! the mode is determined in ilrepositorygui More... | |
| getCreationMode () | |
| get creation mode More... | |
| isVisible () | |
| trash () | |
| undelete () | |
| cancelDelete () | |
| removeFromSystem () | |
| cloneAll () | |
| view () | |
| view object content (repository/workspace switch) More... | |
| getType () | |
| Functions that must be overwritten. More... | |
| create () | |
| Deleted in ilObject. More... | |
| save () | |
| edit () | |
| update () | |
| cancel () | |
| importFile () | |
| Import. More... | |
Public Member Functions inherited from ilObjectGUI | |
| ilObjectGUI ($a_data, $a_id=0, $a_call_by_reference=true, $a_prepare_output=true) | |
| Constructor @access public. More... | |
| & | executeCommand () |
| execute command More... | |
| withReferences () | |
| determines wether objects are referenced or not (got ref ids or not) More... | |
| setCreationMode ($a_mode=true) | |
| if true, a creation screen is displayed the current $_GET[ref_id] don't belong to the current class! the mode is determined in ilrepositorygui More... | |
| getCreationMode () | |
| get creation mode More... | |
| getAdminTabs (&$tabs_gui) | |
| 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... | |
| cancelDeleteObject () | |
| cancel deletion of object More... | |
| cancelObject ($in_rep=false) | |
| cancel action and go back to previous page @access public More... | |
| createObject () | |
| create new object form More... | |
| cancelCreation () | |
| cancel create action and go back to repository parent More... | |
| saveObject () | |
| save object More... | |
| editObject () | |
| edit object More... | |
| addExternalEditFormCustom (ilPropertyFormGUI $a_form) | |
| updateObject () | |
| updates object entry in object_data More... | |
| getFormAction ($a_cmd, $a_formaction="") | |
| get form action for command (command is method name without "Object", e.g. More... | |
| isVisible ($a_ref_id, $a_type) | |
| viewObject () | |
| list childs of current object More... | |
| deleteObject ($a_error=false) | |
| Display deletion confirmation screen. More... | |
| cloneAllObject () | |
| Clone single (not container object) Method is overwritten in ilContainerGUI. More... | |
Static Public Member Functions | |
| static | _goto ($a_target) |
| goto target media pool More... | |
| static | getPreviewModalHTML ($a_mpool_ref_id, $a_tpl) |
| Get preview modal html. More... | |
Static Public Member Functions inherited from ilObject2GUI | |
| static | handleAfterSaveCallback (ilObject $a_obj, $a_callback_ref_id) |
| After creation callback. More... | |
Static Public Member Functions inherited from ilObjectGUI | |
| static | _gotoRepositoryRoot ($a_raise_error=false) |
| Goto repository root. More... | |
| static | _gotoRepositoryNode ($a_ref_id, $a_cmd="frameset") |
| Goto repository root. More... | |
Data Fields | |
| $output_prepared | |
Data Fields inherited from ilObject2GUI | |
| $tree | |
| const | OBJECT_ID = 0 |
| const | REPOSITORY_NODE_ID = 1 |
| const | WORKSPACE_NODE_ID = 2 |
| const | REPOSITORY_OBJECT_ID = 3 |
| const | WORKSPACE_OBJECT_ID = 4 |
| const | PORTFOLIO_OBJECT_ID = 5 |
Data Fields inherited from ilObjectGUI | |
| const | COPY_WIZARD_NEEDS_PAGE = 1 |
| $ilias | |
| $objDefinition | |
| $tpl | |
| $tree | |
| $lng | |
| $data | |
| $object | |
| $ref_id | |
| $obj_id | |
| $maxcount | |
| $formaction | |
| $return_location | |
| $target_frame | |
| $tab_target_script | |
| $actions | |
| $sub_objects | |
| $omit_locator = false | |
| const | CFORM_NEW = 1 |
| const | CFORM_IMPORT = 2 |
| const | CFORM_CLONE = 3 |
Protected Member Functions | |
| afterConstructor () | |
| Initialisation. More... | |
| initCreationForms ($a_new_type) | |
| Init creation froms. More... | |
| initEditCustomForm (ilPropertyFormGUI $a_form) | |
| Add custom fields to update form. More... | |
| getEditFormCustomValues (array &$a_values) | |
| Add values to custom edit fields. More... | |
| updateCustom (ilPropertyFormGUI $a_form) | |
| Insert custom update form values into object. More... | |
| showMedia () | |
| show media object More... | |
Protected Member Functions inherited from ilObject2GUI | |
| afterConstructor () | |
| Do anything that should be done after constructor in here. More... | |
| assignObject () | |
| create object instance as internal property (repository/workspace switch) More... | |
| getAccessHandler () | |
| Get access handler. More... | |
| setLocator () | |
| set Locator More... | |
| deleteConfirmation () | |
| Display delete confirmation form (workspace specific) More... | |
| deleteConfirmedObjects () | |
| Delete objects (workspace specific) More... | |
| prepareOutput () | |
| prepare output More... | |
| setTitleAndDescription () | |
| called by prepare output More... | |
| showUpperIcon () | |
| omitLocator ($a_omit=true) | |
| getTargetFrame ($a_cmd, $a_target_frame="") | |
| get target frame for command (command is method name without "Object", e.g. More... | |
| setTargetFrame ($a_cmd, $a_target_frame) | |
| set specific target frame for command More... | |
| getCenterColumnHTML () | |
| Get center column. More... | |
| getRightColumnHTML () | |
| Display right column. More... | |
| setColumnSettings ($column_gui) | |
| May be overwritten in subclasses. More... | |
| checkPermission ($a_perm, $a_cmd="") | |
| showPossibleSubObjects () | |
| show possible subobjects (pulldown menu) More... | |
| redirectToRefId () | |
| fillCloneTemplate ($a_tpl_varname, $a_type) | |
| Fill object clone template This method can be called from any object GUI class that wants to offer object cloning. More... | |
| fillCloneSearchTemplate ($a_tpl_varname, $a_type) | |
| searchCloneSource () | |
| buildCloneSelect ($existing_objs) | |
| addAdminLocatorItems () | |
| setTabs () | |
| create tabs (repository/workspace switch) More... | |
| getReturnLocation () | |
| Deprecated functions. More... | |
| setReturnLocation () | |
| showActions () | |
| getTitlesByRefId () | |
| getTabs () | |
| __showButton () | |
| hitsperpageObject () | |
| __initTableGUI () | |
| __setTableGUIBasicData () | |
| addLocatorItems () | |
| Functions to be overwritten. More... | |
| initCreationForms ($a_new_type) | |
| Init creation froms. More... | |
| putObjectInTree (ilObject $a_obj, $a_parent_node_id=null) | |
| Add object to tree at given position. More... | |
| checkPermissionBool ($a_perm, $a_cmd="", $a_type="", $a_node_id=null) | |
| Check permission. More... | |
| initHeaderAction ($a_sub_type=null, $a_sub_id=null) | |
| Add header action menu. More... | |
| redrawHeaderAction () | |
| Updating icons after ajax call. More... | |
| getPermanentLinkWidget ($a_append=null, $a_center=false) | |
| handleAutoRating (ilObject $a_new_obj) | |
| Activate rating automatically if parent container setting. More... | |
Protected Member Functions inherited from ilObjectGUI | |
| assignObject () | |
| prepareOutput () | |
| prepare output More... | |
| setTitleAndDescription () | |
| called by prepare output More... | |
| initHeaderAction ($a_sub_type=null, $a_sub_id=null) | |
| Add header action menu. More... | |
| insertHeaderAction ($a_list_gui) | |
| Insert header action into main template. More... | |
| addHeaderAction () | |
| Add header action menu. More... | |
| redrawHeaderActionObject () | |
| Ajax call: redraw action header only. More... | |
| showMountWebfolderIcon () | |
| setTabs () | |
| set admin tabs @access public More... | |
| setAdminTabs () | |
| set admin tabs @access public More... | |
| setLocator () | |
| set Locator More... | |
| addLocatorItems () | |
| should be overwritten to add object specific items (repository items are preloaded) More... | |
| omitLocator ($a_omit=true) | |
| addAdminLocatorItems ($a_do_not_add_object=false) | |
| should be overwritten to add object specific items (repository items are preloaded) More... | |
| initCreationForms ($a_new_type) | |
| Init creation froms. More... | |
| getCreationFormsHTML (array $a_forms) | |
| Get HTML for creation forms (accordion) More... | |
| initCreateForm ($a_new_type) | |
| Init object creation form. More... | |
| initDidacticTemplate (ilPropertyFormGUI $form) | |
| Show didactic template types. More... | |
| addDidacticTemplateOptions (array &$a_options) | |
| Add custom templates. More... | |
| getDidacticTemplateVar ($a_type) | |
| Get didactic template setting from creation screen. More... | |
| putObjectInTree (ilObject $a_obj, $a_parent_node_id=null) | |
| Add object to tree at given position. More... | |
| afterSave (ilObject $a_new_object) | |
| Post (successful) object creation hook. More... | |
| initEditForm () | |
| Init object edit form. More... | |
| initEditCustomForm (ilPropertyFormGUI $a_form) | |
| Add custom fields to update form. More... | |
| getEditFormValues () | |
| Get values for edit form. More... | |
| getEditFormCustomValues (array &$a_values) | |
| Add values to custom edit fields. More... | |
| validateCustom (ilPropertyFormGUI $a_form) | |
| Validate custom values (if not possible with checkInput()) More... | |
| updateCustom (ilPropertyFormGUI $a_form) | |
| Insert custom update form values into object. More... | |
| afterUpdate () | |
| Post (successful) object update hook. More... | |
| initImportForm ($a_new_type) | |
| Init object import form. More... | |
| importFileObject ($parent_id=null, $a_catch_errors=true) | |
| Import. More... | |
| afterImport (ilObject $a_new_object) | |
| Post (successful) object import hook. More... | |
| setFormAction ($a_cmd, $a_formaction) | |
| set specific form action for command More... | |
| getReturnLocation ($a_cmd, $a_location="") | |
| get return location for command (command is method name without "Object", e.g. More... | |
| setReturnLocation ($a_cmd, $a_location) | |
| set specific return location for command More... | |
| getTargetFrame ($a_cmd, $a_target_frame="") | |
| get target frame for command (command is method name without "Object", e.g. More... | |
| setTargetFrame ($a_cmd, $a_target_frame) | |
| set specific target frame for command More... | |
| showPossibleSubObjects () | |
| show possible subobjects (pulldown menu) More... | |
| getTemplateFile ($a_cmd, $a_type="") | |
| get a template blockfile format: tpl. More... | |
| getTitlesByRefId ($a_ref_ids) | |
| get Titles of objects this method is used for error messages in methods cut/copy/paste More... | |
| getTabs (&$tabs_gui) | |
| get tabs abstract method. More... | |
| __showButton ($a_cmd, $a_text, $a_target='') | |
| hitsperpageObject () | |
| & | __initTableGUI () |
| __setTableGUIBasicData (&$tbl, &$result_set, $a_from="") | |
| standard implementation for tables use 'from' variable use different initial setting of table More... | |
| redirectToRefId ($a_ref_id, $a_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 $_GET["ref_id"] value More... | |
| fillCloneTemplate ($a_tpl_varname, $a_type) | |
| Fill object clone template This method can be called from any object GUI class that wants to offer object cloning. More... | |
| getCenterColumnHTML () | |
| Get center column. More... | |
| getRightColumnHTML () | |
| Display right column. More... | |
| setColumnSettings ($column_gui) | |
| May be overwritten in subclasses. More... | |
| checkPermission ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null) | |
| Check permission and redirect on error. More... | |
| checkPermissionBool ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null) | |
| Check permission. More... | |
| enableDragDropFileUpload () | |
| Enables the file upload into this object by dropping files. More... | |
| handleAutoRating (ilObject $a_new_obj) | |
| Activate rating automatically if parent container setting. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ilObject2GUI | |
| $object_id | |
| $node_id | |
| $creation_forms = array() | |
| $id_type = array() | |
| $parent_id | |
| $access_handler | |
Protected Attributes inherited from ilObjectGUI | |
| $tmp_import_dir | |
User Interface class for media pool objects.
$Id$
@ilCtrl_Calls ilObjMediaPoolGUI: ilObjMediaObjectGUI, ilObjFolderGUI, ilEditClipboardGUI, ilPermissionGUI @ilCtrl_Calls ilObjMediaPoolGUI: ilInfoScreenGUI, ilMediaPoolPageGUI, ilExportGUI, ilFileSystemGUI @ilCtrl_Calls ilObjMediaPoolGUI: ilCommonActionDispatcherGUI, ilObjectCopyGUI, ilObjectTranslationGUI, ilMediaPoolImportGUI
Definition at line 25 of file class.ilObjMediaPoolGUI.php.
|
static |
goto target media pool
Definition at line 1472 of file class.ilObjMediaPoolGUI.php.
References $_GET, $ilErr, ilObjectGUI\$lng, ilObjectGUI\$ref_id, ilObjectGUI\_gotoRepositoryRoot(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), exit, and ilUtil\sendFailure().
Here is the call graph for this function:| ilObjMediaPoolGUI::addLocatorItems | ( | ) |
add locator items for media pool
Reimplemented from ilObject2GUI.
Definition at line 952 of file class.ilObjMediaPoolGUI.php.
References $_GET, ilObjectGUI\$obj_id, $path, ilObject2GUI\$tree, and ilObject2GUI\getCreationMode().
Here is the call graph for this function:
|
protected |
Initialisation.
Reimplemented from ilObject2GUI.
Definition at line 32 of file class.ilObjMediaPoolGUI.php.
References ilObjectGUI\$lng.
| ilObjMediaPoolGUI::afterSave | ( | $newObj | ) |
save object
Definition at line 372 of file class.ilObjMediaPoolGUI.php.
References ilUtil\redirect(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilObjMediaPoolGUI::allMedia | ( | ) |
list all objects
Definition at line 488 of file class.ilObjMediaPoolGUI.php.
References $_GET, $_POST, $ilCtrl, $ilUser, ilObjectGUI\$tpl, ilObject2GUI\$tree, ilObject2GUI\checkPermission(), ilMediaPoolTableGUI\IL_MEP_EDIT, and ilMediaPoolItem\lookupTitle().
Referenced by applyFilter(), and resetFilter().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjMediaPoolGUI::applyFilter | ( | ) |
Apply filter.
Definition at line 531 of file class.ilObjMediaPoolGUI.php.
References allMedia(), and ilMediaPoolTableGUI\IL_MEP_EDIT.
Here is the call graph for this function:| ilObjMediaPoolGUI::cancelFolderUpdate | ( | ) |
| ilObjMediaPoolGUI::cancelRemove | ( | ) |
cancel deletion of media objects/folders
Definition at line 884 of file class.ilObjMediaPoolGUI.php.
References $_GET.
| ilObjMediaPoolGUI::cancelSave | ( | ) |
| ilObjMediaPoolGUI::confirmRemove | ( | ) |
confirm remove of mobs
Definition at line 721 of file class.ilObjMediaPoolGUI.php.
References $_POST, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$obj_id, ilObject2GUI\checkPermission(), ilUtil\getImageTagByType(), ilPageContentUsage\getUsages(), ilMediaPoolItem\lookupTitle(), ilMediaPoolItem\lookupType(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilObjMediaPoolGUI::copyToClipboard | ( | ) |
copy media objects to clipboard
Definition at line 911 of file class.ilObjMediaPoolGUI.php.
References $_GET, $_POST, $ilUser, ilObjectGUI\$obj_id, ilObject2GUI\checkPermission(), ilMediaPoolItem\lookupForeignId(), ilMediaPoolItem\lookupType(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilObjMediaPoolGUI::createFolderForm | ( | ) |
create folder form
Definition at line 991 of file class.ilObjMediaPoolGUI.php.
References ilObjectGUI\$tpl, ilObject2GUI\checkPermission(), and initFolderForm().
Here is the call graph for this function:| ilObjMediaPoolGUI::createMediaFromUploadDir | ( | ) |
Create media object from upload directory.
Definition at line 1628 of file class.ilObjMediaPoolGUI.php.
References $_GET, $_POST, $file, $location, ilObject2GUI\$tree, ilMainMenuGUI\_checkAdministrationPermission(), ilObjMediaObject\_determineWidthHeight(), ilObjMediaObject\_getDirectory(), ilObject2GUI\checkPermission(), ilObjMediaObject\getMimeType(), ilUtil\moveUploadedFile(), ilUtil\redirect(), and ilUtil\renameExecutables().
Here is the call graph for this function:| ilObjMediaPoolGUI::createMediaObject | ( | ) |
obsolete?
Definition at line 356 of file class.ilObjMediaPoolGUI.php.
| ilObjMediaPoolGUI::createMediaPoolPage | ( | ) |
Create new content snippet.
Definition at line 1147 of file class.ilObjMediaPoolGUI.php.
References ilObjectGUI\$tpl, ilObject2GUI\checkPermission(), and initMediaPoolPageForm().
Here is the call graph for this function:| ilObjMediaPoolGUI::edit | ( | ) |
Edit.
return
Reimplemented from ilObject2GUI.
Definition at line 407 of file class.ilObjMediaPoolGUI.php.
References setSettingsSubTabs().
Here is the call graph for this function:| ilObjMediaPoolGUI::editFolder | ( | ) |
Edit folder.
return
Definition at line 1014 of file class.ilObjMediaPoolGUI.php.
References ilObjectGUI\$tpl, ilObject2GUI\checkPermission(), getFolderValues(), and initFolderForm().
Here is the call graph for this function:| ilObjMediaPoolGUI::editMediaPoolPage | ( | ) |
Edit media pool page.
return
Definition at line 1163 of file class.ilObjMediaPoolGUI.php.
References $_GET, ilObjectGUI\$tpl, ilObject2GUI\checkPermission(), getMediaPoolPageValues(), initMediaPoolPageForm(), and setMediaPoolPageTabs().
Here is the call graph for this function:| & ilObjMediaPoolGUI::executeCommand | ( | ) |
execute command
Reimplemented from ilObject2GUI.
Definition at line 62 of file class.ilObjMediaPoolGUI.php.
References $_GET, $_POST, $cmd, $ilCtrl, ilObjectGUI\$lng, $ret, ilObjectGUI\$tpl, ilObject2GUI\$tree, ilObjectGUI\addHeaderAction(), ilObject2GUI\checkPermission(), ilObject2GUI\getCreationMode(), ilObjectTranslation\getInstance(), ilCommonActionDispatcherGUI\getInstanceFromAjaxCall(), getParentFolderId(), getTemplate(), infoScreen(), ilMediaPoolItem\lookupForeignId(), ilObject2GUI\prepareOutput(), ilUtil\redirect(), ilObject2GUI\setCreationMode(), ilObject2GUI\setLocator(), setMediaPoolPageTabs(), and setSettingsSubTabs().
Here is the call graph for this function:| ilObjMediaPoolGUI::export | ( | ) |
export content object
Definition at line 1738 of file class.ilObjMediaPoolGUI.php.
References $_POST, ilObjectTranslation\getInstance(), and ilUtil\stripSlashes().
Here is the call graph for this function:
|
protected |
Add values to custom edit fields.
| array | $a_values |
Reimplemented from ilObjectGUI.
Definition at line 414 of file class.ilObjMediaPoolGUI.php.
| ilObjMediaPoolGUI::getFolderValues | ( | ) |
Get current values for folder from.
Definition at line 1028 of file class.ilObjMediaPoolGUI.php.
References $_GET, and ilMediaPoolItem\lookupTitle().
Referenced by editFolder().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjMediaPoolGUI::getMediaPoolPageValues | ( | ) |
Get current values for media pool page from.
Definition at line 1285 of file class.ilObjMediaPoolGUI.php.
References $_GET, and ilMediaPoolItem\lookupTitle().
Referenced by editMediaPoolPage().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjMediaPoolGUI::getParentFolderId | ( | ) |
Get folder parent ID.
Definition at line 566 of file class.ilObjMediaPoolGUI.php.
References $_GET.
Referenced by executeCommand().
Here is the caller graph for this function:
|
static |
Get preview modal html.
Definition at line 1710 of file class.ilObjMediaPoolGUI.php.
References $_GET, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, ilModalGUI\getInstance(), ilObjMediaObjectGUI\includePresentationJS(), and ilModalGUI\TYPE_LARGE.
Referenced by ilMediaPoolTableGUI\getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjMediaPoolGUI::getTemplate | ( | ) |
Get standard template.
Definition at line 557 of file class.ilObjMediaPoolGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
final |
Get type.
Reimplemented from ilObject2GUI.
Definition at line 54 of file class.ilObjMediaPoolGUI.php.
| ilObjMediaPoolGUI::infoScreen | ( | ) |
show information screen
Definition at line 1527 of file class.ilObjMediaPoolGUI.php.
Referenced by executeCommand(), and infoScreenObject().
Here is the caller graph for this function:| ilObjMediaPoolGUI::infoScreenObject | ( | ) |
this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually, if everything works through ilCtrl in the future this may be changed
Definition at line 1517 of file class.ilObjMediaPoolGUI.php.
References infoScreen().
Here is the call graph for this function:
|
protected |
Init creation froms.
this will create the default creation forms: new, import, clone
| string | $a_new_type |
Reimplemented from ilObject2GUI.
Definition at line 361 of file class.ilObjMediaPoolGUI.php.
References ilObjectGUI\initCreateForm(), and ilObjectGUI\initImportForm().
Here is the call graph for this function:
|
protected |
Add custom fields to update form.
| ilPropertyFormGUI | $a_form |
Reimplemented from ilObjectGUI.
Definition at line 381 of file class.ilObjMediaPoolGUI.php.
References ilPropertyFormGUI\addItem().
Here is the call graph for this function:| ilObjMediaPoolGUI::initFolderForm | ( | $a_mode = "edit" | ) |
Init folder form.
| int | $a_mode | Edit Mode |
Definition at line 1090 of file class.ilObjMediaPoolGUI.php.
References $ilCtrl, and ilObjectGUI\$lng.
Referenced by createFolderForm(), editFolder(), saveFolder(), and updateFolder().
Here is the caller graph for this function:| ilObjMediaPoolGUI::initMediaPoolPageForm | ( | $a_mode = "edit" | ) |
Init page form.
| int | $a_mode | Edit Mode |
Definition at line 1253 of file class.ilObjMediaPoolGUI.php.
References $ilCtrl, and ilObjectGUI\$lng.
Referenced by createMediaPoolPage(), editMediaPoolPage(), saveMediaPoolPage(), and updateMediaPoolPage().
Here is the caller graph for this function:| ilObjMediaPoolGUI::insertFromClipboard | ( | ) |
insert media object from clipboard
Definition at line 795 of file class.ilObjMediaPoolGUI.php.
References $_GET, ilEditClipboardGUI\_getSelectedIDs(), ilObject\_lookupTitle(), ilObject2GUI\checkPermission(), ilMediaPoolItem\lookupTitle(), ilMediaPoolPage\lookupTitle(), and ilUtil\sendInfo().
Here is the call graph for this function:| ilObjMediaPoolGUI::listMedia | ( | ) |
list media objects
Definition at line 435 of file class.ilObjMediaPoolGUI.php.
References $ilCtrl, $ilErr, ilObjectGUI\$lng, ilObjectGUI\$tpl, ilObject2GUI\$tree, ilMainMenuGUI\_checkAdministrationPermission(), and ilObject2GUI\checkPermission().
Here is the call graph for this function:| ilObjMediaPoolGUI::openClipboard | ( | ) |
paste from clipboard
Definition at line 779 of file class.ilObjMediaPoolGUI.php.
References $ilCtrl, and ilObject2GUI\checkPermission().
Here is the call graph for this function:| ilObjMediaPoolGUI::remove | ( | ) |
confirm deletion of
Definition at line 892 of file class.ilObjMediaPoolGUI.php.
References $_GET, $_POST, ilObjectGUI\$obj_id, ilObject2GUI\checkPermission(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilObjMediaPoolGUI::resetFilter | ( | ) |
Reset filter.
Definition at line 544 of file class.ilObjMediaPoolGUI.php.
References allMedia(), and ilMediaPoolTableGUI\IL_MEP_EDIT.
Here is the call graph for this function:| ilObjMediaPoolGUI::saveFolder | ( | ) |
Save folder form.
Definition at line 1040 of file class.ilObjMediaPoolGUI.php.
References $_GET, $_POST, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, ilObject2GUI\checkPermission(), initFolderForm(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilObjMediaPoolGUI::saveMediaPoolPage | ( | ) |
Save media pool page.
Definition at line 1183 of file class.ilObjMediaPoolGUI.php.
References $_GET, $_POST, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, ilObject2GUI\$tree, ilObject2GUI\checkPermission(), and initMediaPoolPageForm().
Here is the call graph for this function:| ilObjMediaPoolGUI::selectUploadDirFiles | ( | $a_files = null | ) |
Select files from upload directory.
Definition at line 1586 of file class.ilObjMediaPoolGUI.php.
References $_POST, $ilCtrl, ilObjectGUI\$lng, $options, $si, $tab, ilObjectGUI\$tpl, ilMainMenuGUI\_checkAdministrationPermission(), and ilObject2GUI\checkPermission().
Here is the call graph for this function:| ilObjMediaPoolGUI::setMediaPoolPageTabs | ( | ) |
Set media pool page tabs.
return
Definition at line 1301 of file class.ilObjMediaPoolGUI.php.
References $_GET, $ilCtrl, and ilObjectGUI\$lng.
Referenced by editMediaPoolPage(), executeCommand(), and showMediaPoolPageUsages().
Here is the caller graph for this function:| ilObjMediaPoolGUI::setSettingsSubTabs | ( | $a_active | ) |
Set setting sub tabs.
return
Definition at line 1447 of file class.ilObjMediaPoolGUI.php.
References ilObjectGUI\$lng.
Referenced by edit(), and executeCommand().
Here is the caller graph for this function:| ilObjMediaPoolGUI::setTabs | ( | ) |
Set tabs.
Reimplemented from ilObject2GUI.
Definition at line 1377 of file class.ilObjMediaPoolGUI.php.
| ilObjMediaPoolGUI::showAllMediaPoolPageUsages | ( | ) |
List usages of the contnet snippet.
Definition at line 1320 of file class.ilObjMediaPoolGUI.php.
References showMediaPoolPageUsages().
Here is the call graph for this function:| ilObjMediaPoolGUI::showFullscreen | ( | ) |
show fullscreen
Definition at line 713 of file class.ilObjMediaPoolGUI.php.
References showMedia().
Here is the call graph for this function:
|
protected |
show media object
Definition at line 586 of file class.ilObjMediaPoolGUI.php.
References $_GET, $params, ilObject2GUI\checkPermission(), ilObjStyleSheet\getContentStylePath(), ilUtil\getImagePath(), ilUtil\getStyleSheetLocation(), ilUtil\getWebspaceDir(), IL_MODE_ALIAS, IL_MODE_OUTPUT, ilObjMediaObjectGUI\includePresentationJS(), xslt_create(), xslt_error(), and xslt_free().
Referenced by showFullscreen(), and showPreview().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjMediaPoolGUI::showMediaPoolPageUsages | ( | $a_all = false | ) |
List usages of the contnet snippet.
Definition at line 1329 of file class.ilObjMediaPoolGUI.php.
References $_GET, $cmd, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, ilObject2GUI\checkPermission(), and setMediaPoolPageTabs().
Referenced by showAllMediaPoolPageUsages().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjMediaPoolGUI::showPage | ( | ) |
Show page.
return
Definition at line 646 of file class.ilObjMediaPoolGUI.php.
References $_GET, $ret, ilObjectGUI\$tpl, exit, ilObjStyleSheet\getContentStylePath(), ilUtil\getStyleSheetLocation(), and ilObjStyleSheet\getSyntaxStylePath().
Referenced by showPreview().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjMediaPoolGUI::showPreview | ( | ) |
Show content snippet.
Definition at line 691 of file class.ilObjMediaPoolGUI.php.
References $_GET, ilObject2GUI\checkPermission(), showMedia(), and showPage().
Here is the call graph for this function:
|
protected |
Insert custom update form values into object.
| ilPropertyFormGUI | $a_form |
Reimplemented from ilObjectGUI.
Definition at line 426 of file class.ilObjMediaPoolGUI.php.
References ilPropertyFormGUI\getInput().
Here is the call graph for this function:| ilObjMediaPoolGUI::updateFolder | ( | ) |
Update folder.
Definition at line 1063 of file class.ilObjMediaPoolGUI.php.
References $_GET, $_POST, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, ilObject2GUI\checkPermission(), initFolderForm(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilObjMediaPoolGUI::updateMediaPoolPage | ( | ) |
Update media pool page.
Definition at line 1229 of file class.ilObjMediaPoolGUI.php.
References $_GET, $_POST, $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, ilObject2GUI\checkPermission(), initMediaPoolPageForm(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilObjMediaPoolGUI::$output_prepared |
Definition at line 27 of file class.ilObjMediaPoolGUI.php.