|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Class ilGlossaryGUI. More...
Inheritance diagram for ilObjGlossaryGUI:
Collaboration diagram for ilObjGlossaryGUI:Public Member Functions | |
| ilObjGlossaryGUI ($a_data, $a_id=0, $a_call_by_reference=true, $a_prepare_output=true) | |
| Constructor @access public. More... | |
| & | executeCommand () |
| execute command More... | |
| assignObject () | |
| initCreateForm ($a_new_type) | |
| Init object creation form. More... | |
| importObject () | |
| saveObject () | |
| save new content object to db More... | |
| importFileObject () | |
| display status information or report errors messages in case of error More... | |
| showInfoScreen () | |
| Show info screen. More... | |
| addUsagesToInfo ($info, $glo_id) | |
| Add usages to info. More... | |
| viewObject () | |
| list childs of current object More... | |
| properties () | |
| edit properties of object (admin form) More... | |
| initSettingsForm ($a_mode="edit") | |
| Init settings form. More... | |
| saveProperties () | |
| save properties More... | |
| frameset () | |
| glossary edit frameset More... | |
| quickList () | |
| quick term list More... | |
| listTerms () | |
| list terms More... | |
| actTaxonomy () | |
| Show Taxonomy. More... | |
| deactTaxonomy () | |
| Hide Taxonomy. More... | |
| showActions ($a_actions) | |
| show possible action (form buttons) More... | |
| addTerm () | |
| add term More... | |
| moveDefinitionUp () | |
| move a definiton up More... | |
| moveDefinitionDown () | |
| move a definiton down More... | |
| confirmDefinitionDeletion () | |
| deletion confirmation screen More... | |
| cancelDefinitionDeletion () | |
| deleteDefinition () | |
| editTerm () | |
| edit term More... | |
| updateTerm () | |
| update term More... | |
| export () | |
| export content object More... | |
| exportHTML () | |
| create html package More... | |
| publishExportFile () | |
| download export file More... | |
| viewExportLog () | |
| confirmTermDeletion () | |
| confirm term deletion More... | |
| cancelTermDeletion () | |
| cancel deletion of object More... | |
| deleteTerms () | |
| delete selected terms More... | |
| setLocator ($a_tree="", $a_id="") | |
| set Locator More... | |
| view () | |
| view content More... | |
| create () | |
| create new (subobject) in glossary More... | |
| saveTerm () | |
| addDefinition () | |
| add definition More... | |
| getTemplate () | |
| setTabs () | |
| output tabs More... | |
| getTabs (&$tabs_gui) | |
| get tabs More... | |
| setSettingsSubTabs ($a_active) | |
| Set sub tabs. More... | |
| applyFilter () | |
| Apply filter. More... | |
| resetFilter () | |
| Reset filter (note: this function existed before data table filter has been introduced. More... | |
| setContentStyleSheet ($a_tpl=null) | |
| Set content style sheet. More... | |
| editStyleProperties () | |
| Edit style properties. More... | |
| initStylePropertiesForm () | |
| Init style properties form. More... | |
| createStyle () | |
| Create Style. More... | |
| editStyle () | |
| Edit Style. More... | |
| deleteStyle () | |
| Delete Style. More... | |
| saveStyleSettings () | |
| Save style settings. More... | |
| getPublicAccessColValue ($a_type, $a_file) | |
| Get public access value for export table. More... | |
| showTaxonomy () | |
| Show taxonomy. 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... | |
| 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) |
| redirect script 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 | |
| $admin_tabs | |
| $mode | |
| $term | |
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 |
Additional Inherited Members | |
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) | |
| 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... | |
Class ilGlossaryGUI.
GUI class for ilGlossary
@ilCtrl_Calls ilObjGlossaryGUI: ilGlossaryTermGUI, ilMDEditorGUI, ilPermissionGUI @ilCtrl_Calls ilObjGlossaryGUI: ilInfoScreenGUI, ilCommonActionDispatcherGUI, ilObjStyleSheetGUI @ilCtrl_Calls ilObjGlossaryGUI: ilObjTaxonomyGUI, ilExportGUI, ilObjectCopyGUI
Definition at line 26 of file class.ilObjGlossaryGUI.php.
|
static |
redirect script
| string | $a_target |
Definition at line 1470 of file class.ilObjGlossaryGUI.php.
References $_GET, $ilErr, ilObjectGUI\$lng, ilObjectGUI\_gotoRepositoryRoot(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), exit, and ilUtil\sendFailure().
Here is the call graph for this function:| ilObjGlossaryGUI::actTaxonomy | ( | ) |
Show Taxonomy.
return
Definition at line 881 of file class.ilObjGlossaryGUI.php.
References $ilCtrl.
| ilObjGlossaryGUI::addDefinition | ( | ) |
add definition
Definition at line 1303 of file class.ilObjGlossaryGUI.php.
References $_GET, $ilCtrl, $term, ilGlossaryTerm\_lookGlossaryID(), ilUtil\sendFailure(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilObjGlossaryGUI::addTerm | ( | ) |
add term
Definition at line 940 of file class.ilObjGlossaryGUI.php.
References $_POST, $_SESSION, $ilCtrl, ilObjectGUI\$lng, $term, ilUtil\sendFailure(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilObjGlossaryGUI::addUsagesToInfo | ( | $info, | |
| $glo_id | |||
| ) |
Add usages to info.
return
Definition at line 510 of file class.ilObjGlossaryGUI.php.
References ilObjectGUI\$lng, ilObject\_getAllReferences(), ilLink\_getLink(), ilObject\_lookupTitle(), and ilObjSAHSLearningModule\getScormModulesForGlossary().
Referenced by ilGlossaryPresentationGUI\outputInfoScreen(), and showInfoScreen().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossaryGUI::applyFilter | ( | ) |
Apply filter.
Definition at line 1502 of file class.ilObjGlossaryGUI.php.
References listTerms().
Here is the call graph for this function:| ilObjGlossaryGUI::assignObject | ( | ) |
Reimplemented from ilObjectGUI.
Definition at line 265 of file class.ilObjGlossaryGUI.php.
| ilObjGlossaryGUI::cancelDefinitionDeletion | ( | ) |
Definition at line 1053 of file class.ilObjGlossaryGUI.php.
| ilObjGlossaryGUI::cancelTermDeletion | ( | ) |
cancel deletion of object
@access public
Definition at line 1215 of file class.ilObjGlossaryGUI.php.
| ilObjGlossaryGUI::confirmDefinitionDeletion | ( | ) |
deletion confirmation screen
Definition at line 1000 of file class.ilObjGlossaryGUI.php.
References $_GET, $ilCtrl, ilObjectGUI\$lng, $term, ilGlossaryTerm\getNumberOfUsages(), ilObjStyleSheet\getSyntaxStylePath(), and setContentStyleSheet().
Here is the call graph for this function:| ilObjGlossaryGUI::confirmTermDeletion | ( | ) |
confirm term deletion
Definition at line 1156 of file class.ilObjGlossaryGUI.php.
References $_POST, $ilCtrl, ilObjectGUI\$lng, $term, ilGlossaryTerm\_lookGlossaryID(), ilGlossaryTerm\getNumberOfUsages(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilObjGlossaryGUI::create | ( | ) |
create new (subobject) in glossary
Definition at line 1276 of file class.ilObjGlossaryGUI.php.
References $_POST.
| ilObjGlossaryGUI::createStyle | ( | ) |
Create Style.
Definition at line 1641 of file class.ilObjGlossaryGUI.php.
References $ilCtrl.
| ilObjGlossaryGUI::deactTaxonomy | ( | ) |
| ilObjGlossaryGUI::deleteDefinition | ( | ) |
Definition at line 1059 of file class.ilObjGlossaryGUI.php.
References $_REQUEST.
| ilObjGlossaryGUI::deleteStyle | ( | ) |
Delete Style.
Definition at line 1661 of file class.ilObjGlossaryGUI.php.
References $ilCtrl.
| ilObjGlossaryGUI::deleteTerms | ( | ) |
delete selected terms
Definition at line 1223 of file class.ilObjGlossaryGUI.php.
| ilObjGlossaryGUI::editStyle | ( | ) |
Edit Style.
Definition at line 1651 of file class.ilObjGlossaryGUI.php.
References $ilCtrl.
| ilObjGlossaryGUI::editStyleProperties | ( | ) |
Edit style properties.
Definition at line 1555 of file class.ilObjGlossaryGUI.php.
References ilObjectGUI\$tpl, ilObjectGUI\checkPermission(), initStylePropertiesForm(), and setSettingsSubTabs().
Here is the call graph for this function:| ilObjGlossaryGUI::editTerm | ( | ) |
edit term
Definition at line 1069 of file class.ilObjGlossaryGUI.php.
| & ilObjGlossaryGUI::executeCommand | ( | ) |
execute command
Reimplemented from ilObjectGUI.
Definition at line 74 of file class.ilObjGlossaryGUI.php.
References $_GET, $_POST, $cmd, $ilErr, ilObjectGUI\$lng, $ret, ilObjectGUI\addHeaderAction(), ilObjectGUI\checkPermission(), executeCommand(), ilObjectGUI\getCreationMode(), ilCommonActionDispatcherGUI\getInstanceFromAjaxCall(), getTemplate(), ilObjectGUI\prepareOutput(), ilObjectGUI\setLocator(), setSettingsSubTabs(), setTabs(), and showInfoScreen().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossaryGUI::export | ( | ) |
export content object
Definition at line 1094 of file class.ilObjGlossaryGUI.php.
References ilObjectGUI\checkPermission().
Here is the call graph for this function:| ilObjGlossaryGUI::exportHTML | ( | ) |
create html package
Definition at line 1107 of file class.ilObjGlossaryGUI.php.
| ilObjGlossaryGUI::frameset | ( | ) |
glossary edit frameset
Definition at line 781 of file class.ilObjGlossaryGUI.php.
| ilObjGlossaryGUI::getPublicAccessColValue | ( | $a_type, | |
| $a_file | |||
| ) |
Get public access value for export table.
Definition at line 1690 of file class.ilObjGlossaryGUI.php.
References $ilCtrl, and ilObjectGUI\$lng.
| ilObjGlossaryGUI::getTabs | ( | & | $tabs_gui | ) |
get tabs
Reimplemented from ilObjectGUI.
Definition at line 1365 of file class.ilObjGlossaryGUI.php.
References $_GET.
Referenced by setTabs().
Here is the caller graph for this function:| ilObjGlossaryGUI::getTemplate | ( | ) |
Definition at line 1334 of file class.ilObjGlossaryGUI.php.
References ilGlossaryTerm\_lookGlossaryTerm(), and ilUtil\getImagePath().
Referenced by executeCommand(), and showInfoScreen().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossaryGUI::ilObjGlossaryGUI | ( | $a_data, | |
$a_id = 0, |
|||
$a_call_by_reference = true, |
|||
$a_prepare_output = true |
|||
| ) |
Constructor @access public.
Definition at line 36 of file class.ilObjGlossaryGUI.php.
References $_GET, $ilCtrl, ilObjectGUI\$lng, and ilGlossaryTerm\_lookGlossaryID().
Here is the call graph for this function:| ilObjGlossaryGUI::importFileObject | ( | ) |
display status information or report errors messages in case of error
@access public
Definition at line 375 of file class.ilObjGlossaryGUI.php.
References $_GET, $_REQUEST, $file, $ilErr, ilObjectGUI\$tpl, ilObject\_writeImportId(), ilObjectGUI\checkPermissionBool(), ilUtil\delDir(), ilObjectGUI\initImportForm(), ilUtil\moveUploadedFile(), ilObjectGUI\putObjectInTree(), ilUtil\redirect(), ilUtil\sendSuccess(), and ilUtil\unzip().
Here is the call graph for this function:| ilObjGlossaryGUI::importObject | ( | ) |
Definition at line 321 of file class.ilObjGlossaryGUI.php.
References ilObjectGUI\createObject().
Here is the call graph for this function:| ilObjGlossaryGUI::initCreateForm | ( | $a_new_type | ) |
Init object creation form.
| string | $a_new_type |
Reimplemented from ilObjectGUI.
Definition at line 282 of file class.ilObjGlossaryGUI.php.
References ilObject\TITLE_LENGTH.
Referenced by saveObject().
Here is the caller graph for this function:| ilObjGlossaryGUI::initSettingsForm | ( | $a_mode = "edit" | ) |
Init settings form.
| int | $a_mode | Edit Mode |
Definition at line 589 of file class.ilObjGlossaryGUI.php.
References $ilCtrl, ilObjectGUI\$lng, $section, ilObjTaxonomy\getUsageOfObject(), and ilAdvancedMDRecordGUI\MODE_REC_SELECTION.
Referenced by properties(), and saveProperties().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossaryGUI::initStylePropertiesForm | ( | ) |
Init style properties form.
Definition at line 1571 of file class.ilObjGlossaryGUI.php.
References $_GET, $ilCtrl, $ilSetting, ilObjectGUI\$lng, ilObjStyleSheet\_getStandardStyles(), ilObjStyleSheet\_lookupStandard(), ilObject\_lookupTitle(), and ilUtil\formSelect().
Referenced by editStyleProperties().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossaryGUI::listTerms | ( | ) |
list terms
Definition at line 817 of file class.ilObjGlossaryGUI.php.
References $_GET, $_SESSION, $ilCtrl, $ilUser, $lang, ilObjectGUI\$lng, $si, $tab, ilObjectGUI\$tpl, ilMDLanguageItem\_getLanguages(), and showTaxonomy().
Referenced by applyFilter(), and resetFilter().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossaryGUI::moveDefinitionDown | ( | ) |
move a definiton down
Definition at line 987 of file class.ilObjGlossaryGUI.php.
References $_GET.
| ilObjGlossaryGUI::moveDefinitionUp | ( | ) |
move a definiton up
Definition at line 974 of file class.ilObjGlossaryGUI.php.
References $_GET.
| ilObjGlossaryGUI::properties | ( | ) |
edit properties of object (admin form)
@access public
Definition at line 566 of file class.ilObjGlossaryGUI.php.
References ilObjectGUI\$tpl, ilObjectGUI\checkPermission(), initSettingsForm(), and setSettingsSubTabs().
Here is the call graph for this function:| ilObjGlossaryGUI::publishExportFile | ( | ) |
download export file
Definition at line 1119 of file class.ilObjGlossaryGUI.php.
| ilObjGlossaryGUI::quickList | ( | ) |
quick term list
Definition at line 807 of file class.ilObjGlossaryGUI.php.
References $ilUser, and ilObjectGUI\$tpl.
| ilObjGlossaryGUI::resetFilter | ( | ) |
Reset filter (note: this function existed before data table filter has been introduced.
Definition at line 1515 of file class.ilObjGlossaryGUI.php.
References listTerms().
Here is the call graph for this function:| ilObjGlossaryGUI::saveObject | ( | ) |
save new content object to db
Reimplemented from ilObjectGUI.
Definition at line 329 of file class.ilObjGlossaryGUI.php.
References $_REQUEST, ilObjectGUI\$tpl, ilObjectGUI\checkPermissionBool(), initCreateForm(), ilObjectGUI\putObjectInTree(), ilUtil\redirect(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilObjGlossaryGUI::saveProperties | ( | ) |
save properties
Definition at line 728 of file class.ilObjGlossaryGUI.php.
References $_POST, ilObjectGUI\$tpl, initSettingsForm(), ilAdvancedMDRecordGUI\MODE_REC_SELECTION, ilUtil\sendSuccess(), ilGlossaryDefinition\setShortTextsDirty(), and ilUtil\yn2tf().
Here is the call graph for this function:| ilObjGlossaryGUI::saveStyleSettings | ( | ) |
Save style settings.
Definition at line 1671 of file class.ilObjGlossaryGUI.php.
References $_POST, $ilSetting, ilObjStyleSheet\_lookupStandard(), ilUtil\sendSuccess(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilObjGlossaryGUI::saveTerm | ( | ) |
Definition at line 1287 of file class.ilObjGlossaryGUI.php.
References $ilCtrl, and ilUtil\sendSuccess().
Here is the call graph for this function:| ilObjGlossaryGUI::setContentStyleSheet | ( | $a_tpl = null | ) |
Set content style sheet.
Definition at line 1532 of file class.ilObjGlossaryGUI.php.
References ilObjectGUI\$tpl, and ilObjStyleSheet\getContentStylePath().
Referenced by confirmDefinitionDeletion().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossaryGUI::setLocator | ( | $a_tree = "", |
|
$a_id = "" |
|||
| ) |
set Locator
| object | tree object |
| integer | reference id @access public |
Definition at line 1240 of file class.ilObjGlossaryGUI.php.
References $_GET.
| ilObjGlossaryGUI::setSettingsSubTabs | ( | $a_active | ) |
Set sub tabs.
Definition at line 1436 of file class.ilObjGlossaryGUI.php.
References $ilCtrl, ilObjectGUI\$lng, and ilObjTaxonomy\loadLanguageModule().
Referenced by editStyleProperties(), executeCommand(), and properties().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossaryGUI::setTabs | ( | ) |
output tabs
Reimplemented from ilObjectGUI.
Definition at line 1357 of file class.ilObjGlossaryGUI.php.
References getTabs().
Referenced by executeCommand(), and showInfoScreen().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossaryGUI::showActions | ( | $a_actions | ) |
show possible action (form buttons)
@access public
Definition at line 909 of file class.ilObjGlossaryGUI.php.
References $d, ilObjectGUI\$lng, and ilUtil\getImagePath().
Here is the call graph for this function:| ilObjGlossaryGUI::showInfoScreen | ( | ) |
Show info screen.
return
Definition at line 474 of file class.ilObjGlossaryGUI.php.
References $_GET, addUsagesToInfo(), getTemplate(), ilObjectGUI\setLocator(), and setTabs().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossaryGUI::showTaxonomy | ( | ) |
Show taxonomy.
return
Definition at line 1708 of file class.ilObjGlossaryGUI.php.
References ilObjectGUI\$lng, ilObjectGUI\$tpl, and ilObjTaxonomy\getUsageOfObject().
Referenced by listTerms().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjGlossaryGUI::updateTerm | ( | ) |
update term
Definition at line 1078 of file class.ilObjGlossaryGUI.php.
References $_POST, $term, ilUtil\sendSuccess(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilObjGlossaryGUI::view | ( | ) |
view content
Definition at line 1267 of file class.ilObjGlossaryGUI.php.
References viewObject().
Here is the call graph for this function:| ilObjGlossaryGUI::viewExportLog | ( | ) |
Definition at line 1149 of file class.ilObjGlossaryGUI.php.
| ilObjGlossaryGUI::viewObject | ( | ) |
list childs of current object
@access public
Reimplemented from ilObjectGUI.
Definition at line 544 of file class.ilObjGlossaryGUI.php.
References $_GET.
Referenced by view().
Here is the caller graph for this function:| ilObjGlossaryGUI::$admin_tabs |
Definition at line 28 of file class.ilObjGlossaryGUI.php.
| ilObjGlossaryGUI::$mode |
Definition at line 29 of file class.ilObjGlossaryGUI.php.
| ilObjGlossaryGUI::$term |
Definition at line 30 of file class.ilObjGlossaryGUI.php.
Referenced by addDefinition(), addTerm(), confirmDefinitionDeletion(), confirmTermDeletion(), deleteTerms(), and updateTerm().