ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilObjAdvancedEditingGUI Class Reference

Class ilObjAdvancedEditingGUI. More...

+ Inheritance diagram for ilObjAdvancedEditingGUI:
+ Collaboration diagram for ilObjAdvancedEditingGUI:

Public Member Functions

 ilObjAdvancedEditingGUI ($a_data, $a_id, $a_call_by_reference)
executeCommand ()
 execute command
 saveObject ()
 save object public
 settingsObject ()
 display assessment folder settings form
 assessmentObject ()
 Display settings for test and assessment.
 surveyObject ()
 Display settings for surveys.
 learningModuleObject ()
 Display settings for learning module page JS editor (Currently HTMLArea)
 saveLearningModuleSettingsObject ()
 Save settings for learning module JS editing.
 repositorySettingsObject ()
 Display settings for categories.
 saveRepositorySettingsObject ()
 Save settings for repository editing.
 saveSettingsObject ()
 Save settings for category editing.
 saveAssessmentSettingsObject ()
 saveSurveySettingsObject ()
 getAdminTabs (&$tabs_gui)
 administration tabs show only permissions and trash folder
 showPageEditorSettingsObject ()
 Show page editor settings.
 initPageEditorForm ($a_mode="edit")
 Init page editor form.
 savePageEditorSettingsObject ()
 Save page editor settings form.
 addSubtabs (&$tabs_gui)
 Add rte subtabs.
 saveFrmPostSettingsObject ()
 frmPostObject ()
 addPageEditorSettingsSubtabs ()
 Show page editor settings subtabs.
 getTabs (&$tabs_gui)
 get tabs public
- Public Member Functions inherited from ilObjectGUI
 ilObjectGUI ($a_data, $a_id=0, $a_call_by_reference=true, $a_prepare_output=true)
 Constructor public.
 withReferences ()
 determines wether objects are referenced or not (got ref ids or not)
 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
 getCreationMode ()
 get creation mode
 getHTML ()
 undeleteObject ()
 Get objects back from trash.
 confirmedDeleteObject ()
 confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled
 cancelDeleteObject ()
 cancel deletion of object
 removeFromSystemObject ()
 remove objects from trash bin and all entries therefore every object needs a specific deleteObject() method
 createObject ()
 create new object form
 cancelObject ($in_rep=false)
 cancel action and go back to previous page public
 editObject ()
 edit object
 updateObject ()
 updates object entry in object_data
 getFormAction ($a_cmd, $a_formaction="")
 get form action for command (command is method name without "Object", e.g.
 isVisible ($a_ref_id, $a_type)
 viewObject ()
 list childs of current object
 deleteObject ($a_error=false)
 Display deletion confirmation screen.
 trashObject ()
 Show trash content of object.
 getTemplateFile ($a_cmd, $a_type="")
 get a template blockfile format: tpl.
 cloneAllObject ()
 Clone single (not container object) Method is overwritten in ilContainerGUI.
 copyWizardHasOptions ($a_mode)
 Check if there is any modules specific option.

Data Fields

 $conditions
 Constructor public.
- 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

Additional Inherited Members

- Protected Member Functions inherited from ilObjectGUI
 assignObject ()
 prepareOutput ()
 prepare output
 setTitleAndDescription ()
 called by prepare output
 showUpperIcon ()
 setTabs ()
 set admin tabs public
 setAdminTabs ()
 set admin tabs public
 setLocator ()
 set Locator
 addLocatorItems ()
 should be overwritten to add object specific items (repository items are preloaded)
 omitLocator ($a_omit=true)
 addAdminLocatorItems ()
 should be overwritten to add object specific items (repository items are preloaded)
 displayEditForm ($fields)
 display edit form (usually called by editObject)
 afterUpdate ()
 setFormAction ($a_cmd, $a_formaction)
 set specific form action for command
 getReturnLocation ($a_cmd, $a_location="")
 get return location for command (command is method name without "Object", e.g.
 setReturnLocation ($a_cmd, $a_location)
 set specific return location for command
 getTargetFrame ($a_cmd, $a_target_frame="")
 get target frame for command (command is method name without "Object", e.g.
 setTargetFrame ($a_cmd, $a_target_frame)
 set specific target frame for command
 showPossibleSubObjects ()
 show possible subobjects (pulldown menu)
 getTitlesByRefId ($a_ref_ids)
 get Titles of objects this method is used for error messages in methods cut/copy/paste
 __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
 __showClipboardTable ($a_result_set, $a_from="")
 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
 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.
 fillCloneSearchTemplate ($a_tpl_varname, $a_type)
 Add an object search in case the number of existing objects is too big to offer a selection list.
 searchCloneSourceObject ()
 Search clone source by title.
 buildCloneSelect ($existing_objs)
 Build a select box for clonable objects (permission write)
 getCenterColumnHTML ()
 Get center column.
 getRightColumnHTML ()
 Display right column.
 setColumnSettings ($column_gui)
 May be overwritten in subclasses.
 checkPermission ($a_perm, $a_cmd="")

Detailed Description

Class ilObjAdvancedEditingGUI.

Author
Helmut Schottmüller hscho.nosp@m.ttm@.nosp@m.gmx.d.nosp@m.e
Version
Id:
class.ilObjAdvancedEditingGUI.php 21171 2009-08-19 22:48:11Z hschottm

ilObjAdvancedEditingGUI: ilPermissionGUI

Definition at line 37 of file class.ilObjAdvancedEditingGUI.php.

Member Function Documentation

ilObjAdvancedEditingGUI::addPageEditorSettingsSubtabs ( )

Show page editor settings subtabs.

Definition at line 593 of file class.ilObjAdvancedEditingGUI.php.

References $_GET, $ilCtrl, and ilPageEditorSettings\getGroups().

{
global $ilCtrl, $ilTabs;
include_once("./Services/COPage/classes/class.ilPageEditorSettings.php");
foreach ($grps as $g => $types)
{
$ilCtrl->setParameter($this, "grp", $g);
$ilTabs->addSubTabTarget("adve_grp_".$g,
$ilCtrl->getLinkTarget($this, "showPageEditorSettings"),
array("showPageEditorSettings"));
}
$ilCtrl->setParameter($this, "grp", $_GET["grp"]);
}

+ Here is the call graph for this function:

ilObjAdvancedEditingGUI::addSubtabs ( $tabs_gui)

Add rte subtabs.

Definition at line 510 of file class.ilObjAdvancedEditingGUI.php.

References $ilCtrl.

Referenced by getTabs().

{
global $ilCtrl;
if ($ilCtrl->getNextClass() != "ilpermissiongui" &&
$ilCtrl->getCmd() != "showPageEditorSettings")
{
$tabs_gui->addSubTabTarget("adve_general_settings",
$this->ctrl->getLinkTarget($this, "settings"),
array("", "view", "settings", "saveSettings"),
"", "");
$tabs_gui->addSubTabTarget("adve_assessment_settings",
$this->ctrl->getLinkTarget($this, "assessment"),
array("assessment", "saveAssessmentSettings"),
"", "");
$tabs_gui->addSubTabTarget("adve_survey_settings",
$this->ctrl->getLinkTarget($this, "survey"),
array("survey", "saveSurveySettings"),
"", "");
$tabs_gui->addSubTabTarget("adve_rep_settings",
$this->ctrl->getLinkTarget($this, "repositorySettings"),
array("repositorySettings"),
"", "");
$tabs_gui->addSubTabTarget("adve_lm_settings",
$this->ctrl->getLinkTarget($this, "learningModule"),
array("learningModule", "saveLearningModuleSettings"),
"", "");
$tabs_gui->addSubTabTarget("adve_frm_post_settings",
$this->ctrl->getLinkTarget($this, "frmPost"),
array("frmPost", "saveFrmPostSettings"),
"", "");
}
}

+ Here is the caller graph for this function:

ilObjAdvancedEditingGUI::assessmentObject ( )

Display settings for test and assessment.

Definition at line 149 of file class.ilObjAdvancedEditingGUI.php.

{
global $ilAccess;
$this->tpl->addBlockFile("ADM_CONTENT", "adm_content", "tpl.advanced_editing_assessment.html");
$alltags =& $this->object->getHTMLTags();
$usedtags =& $this->object->_getUsedHTMLTags("assessment");
foreach ($alltags as $tag)
{
$this->tpl->setCurrentBlock("html_tag_row");
$this->tpl->setVariable("HTML_TAG", $tag);
if (is_array($usedtags))
{
if (in_array($tag, $usedtags))
{
$this->tpl->setVariable("HTML_TAG_SELECTED", " selected=\"selected\"");
}
}
$this->tpl->parseCurrentBlock();
}
if ($ilAccess->checkAccess("write", "", $this->object->getRefId()))
{
$this->tpl->setCurrentBlock("save");
$this->tpl->setVariable("TXT_SAVE", $this->lng->txt("save"));
$this->tpl->parseCurrentBlock();
}
$this->tpl->setCurrentBlock("adm_content");
$this->tpl->setVariable("FORMACTION", $this->ctrl->getFormAction($this));
$this->tpl->setVariable("TXT_ASSESSMENT_SETTINGS", $this->lng->txt("advanced_editing_assessment_settings"));
$this->tpl->setVariable("TXT_ALLOW_HTML_TAGS", $this->lng->txt("advanced_editing_allow_html_tags"));
$this->tpl->parseCurrentBlock();
}
& ilObjAdvancedEditingGUI::executeCommand ( )

execute command

Reimplemented from ilObjectGUI.

Definition at line 60 of file class.ilObjAdvancedEditingGUI.php.

References $cmd, $ret, and ilObjectGUI\prepareOutput().

{
$next_class = $this->ctrl->getNextClass($this);
$cmd = $this->ctrl->getCmd();
$this->prepareOutput();
switch($next_class)
{
case 'ilpermissiongui':
include_once("Services/AccessControl/classes/class.ilPermissionGUI.php");
$perm_gui =& new ilPermissionGUI($this);
$ret =& $this->ctrl->forwardCommand($perm_gui);
break;
default:
if($cmd == "" || $cmd == "view")
{
$cmd = "settings";
}
$cmd .= "Object";
$this->$cmd();
break;
}
return true;
}

+ Here is the call graph for this function:

ilObjAdvancedEditingGUI::frmPostObject ( )

Definition at line 560 of file class.ilObjAdvancedEditingGUI.php.

{
$this->tpl->addBlockFile("ADM_CONTENT", "adm_content", "tpl.advanced_editing_frm_post.html");
$alltags =& $this->object->getHTMLTags();
$usedtags =& $this->object->_getUsedHTMLTags("frm_post");
foreach ($alltags as $tag)
{
$this->tpl->setCurrentBlock("html_tag_row");
$this->tpl->setVariable("HTML_TAG", $tag);
if (is_array($usedtags))
{
if (in_array($tag, $usedtags))
{
$this->tpl->setVariable("HTML_TAG_SELECTED", " selected=\"selected\"");
}
}
$this->tpl->parseCurrentBlock();
}
$this->tpl->setCurrentBlock("adm_content");
$this->tpl->setVariable("FORMACTION", $this->ctrl->getFormAction($this));
$this->tpl->setVariable("TXT_FRM_POST_SETTINGS", $this->lng->txt("advanced_editing_frm_post_settings"));
$this->tpl->setVariable("TXT_ALLOW_HTML_TAGS", $this->lng->txt("advanced_editing_allow_html_tags"));
$this->tpl->setVariable("TXT_SAVE", $this->lng->txt("save"));
$this->tpl->parseCurrentBlock();
}
ilObjAdvancedEditingGUI::getAdminTabs ( $tabs_gui)

administration tabs show only permissions and trash folder

Reimplemented from ilObjectGUI.

Definition at line 417 of file class.ilObjAdvancedEditingGUI.php.

References getTabs().

{
$this->getTabs($tabs_gui);
}

+ Here is the call graph for this function:

ilObjAdvancedEditingGUI::getTabs ( $tabs_gui)

get tabs public

Parameters
objecttabs gui object

Reimplemented from ilObjectGUI.

Definition at line 616 of file class.ilObjAdvancedEditingGUI.php.

References addSubtabs().

Referenced by getAdminTabs().

{
global $rbacsystem;
if ($rbacsystem->checkAccess("visible,read",$this->object->getRefId()))
{
$tabs_gui->addTarget("adve_rte_settings",
$this->ctrl->getLinkTarget($this, "settings"),
array("settings","","view", "assessment", "survey", "learningModule",
"category"), "", "");
$tabs_gui->addTarget("adve_page_editor_settings",
$this->ctrl->getLinkTarget($this, "showPageEditorSettings"),
array("showPageEditorSettings"));
}
if ($rbacsystem->checkAccess('edit_permission',$this->object->getRefId()))
{
$tabs_gui->addTarget("perm_settings",
$this->ctrl->getLinkTargetByClass(array(get_class($this),'ilpermissiongui'), "perm"), array("perm","info","owner"), 'ilpermissiongui');
}
$this->addSubtabs($tabs_gui);
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjAdvancedEditingGUI::ilObjAdvancedEditingGUI (   $a_data,
  $a_id,
  $a_call_by_reference 
)

Definition at line 45 of file class.ilObjAdvancedEditingGUI.php.

References ilObjectGUI\$lng, and ilObjectGUI\ilObjectGUI().

{
global $rbacsystem, $lng;
$this->type = "adve";
$this->ilObjectGUI($a_data,$a_id,$a_call_by_reference,false);
$this->lng->loadLanguageModule('adve');
$this->lng->loadLanguageModule('meta');
if (!$rbacsystem->checkAccess('read',$this->object->getRefId()))
{
$this->ilias->raiseError($this->lng->txt("msg_no_perm_read_adve"),$this->ilias->error_obj->WARNING);
}
}

+ Here is the call graph for this function:

ilObjAdvancedEditingGUI::initPageEditorForm (   $a_mode = "edit")

Init page editor form.

Parameters
int$a_modeEdit Mode

Definition at line 452 of file class.ilObjAdvancedEditingGUI.php.

References ilObjectGUI\$lng, $t, ilPageContentGUI\_getCommonBBButtons(), and ilPageEditorSettings\lookupSetting().

Referenced by savePageEditorSettingsObject(), and showPageEditorSettingsObject().

{
global $lng;
$lng->loadLanguageModule("content");
include_once("Services/Form/classes/class.ilPropertyFormGUI.php");
$this->form = new ilPropertyFormGUI();
include_once("./Services/COPage/classes/class.ilPageEditorSettings.php");
include_once("./Services/COPage/classes/class.ilPageContentGUI.php");
foreach ($buttons as $b => $t)
{
// command button activation
$cb = new ilCheckboxInputGUI(str_replace(":", "", $this->lng->txt("cont_text_".$b)), "active_".$b);
$cb->setChecked(ilPageEditorSettings::lookupSetting($this->cgrp, "active_".$b, true));
$this->form->addItem($cb);
}
// save and cancel commands
$this->form->addCommandButton("savePageEditorSettings", $lng->txt("save"));
$this->form->setTitle($lng->txt("adve_text_content_features"));
$this->form->setFormAction($this->ctrl->getFormAction($this));
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjAdvancedEditingGUI::learningModuleObject ( )

Display settings for learning module page JS editor (Currently HTMLArea)

Definition at line 230 of file class.ilObjAdvancedEditingGUI.php.

References $ilSetting.

{
global $ilSetting;
$this->tpl->addBlockFile("ADM_CONTENT", "adm_content", "tpl.advanced_editing_learning_module.html");
$this->tpl->setCurrentBlock("adm_content");
$this->tpl->setVariable("FORMACTION", $this->ctrl->getFormAction($this));
$this->tpl->setVariable("TXT_LM_SETTINGS", $this->lng->txt("advanced_editing_lm_settings"));
$this->tpl->setVariable("TXT_LM_JS_EDITING", $this->lng->txt("advanced_editing_lm_js_editing"));
$this->tpl->setVariable("TXT_LM_JS_EDITING_DESC", $this->lng->txt("advanced_editing_lm_js_editing_desc"));
$this->tpl->setVariable("TXT_SAVE", $this->lng->txt("save"));
if ($ilSetting->get("enable_js_edit", 1))
{
$this->tpl->setVariable("JS_EDIT", "checked=\"checked\"");
}
$this->tpl->parseCurrentBlock();
}
ilObjAdvancedEditingGUI::repositorySettingsObject ( )

Display settings for categories.

Definition at line 266 of file class.ilObjAdvancedEditingGUI.php.

References $ilCtrl, $ilSetting, ilObjectGUI\$lng, ilObjectGUI\$tpl, ilObjectGUI\$tree, ilUtil\formSelect(), and ilFormPropertyGUI\setInfo().

{
include_once("Services/Form/classes/class.ilPropertyFormGUI.php");
$this->form = new ilPropertyFormGUI();
// allow editing
$cb = new ilCheckboxInputGUI($this->lng->txt("advanced_editing_rep_page_editing"), "cat_page_edit");
$cb->setInfo($this->lng->txt("advanced_editing_rep_page_editing_desc"));
if ($ilSetting->get("enable_cat_page_edit"))
{
$cb->setChecked(true);
}
$this->form->addItem($cb);
$this->form->addCommandButton("saveRepositorySettings", $lng->txt("save"));
$this->form->setTitle($lng->txt("adve_rep_settings"));
$this->form->setFormAction($ilCtrl->getFormAction($this));
$tpl->setContent($this->form->getHTML());
return;
$this->tpl->addBlockFile("ADM_CONTENT", "adm_content", "tpl.advanced_editing_category.html");
$this->tpl->setCurrentBlock("adm_content");
$this->tpl->setVariable("FORMACTION", $this->ctrl->getFormAction($this));
$this->tpl->setVariable("TXT_CAT_SETTINGS", $this->lng->txt("adve_cat_settings"));
$this->tpl->setVariable("TXT_CAT_PAGE_EDITING", $this->lng->txt("advanced_editing_cat_page_editing"));
$this->tpl->setVariable("TXT_CAT_PAGE_EDITING_DESC", $this->lng->txt("advanced_editing_cat_page_editing_desc"));
$this->tpl->setVariable("TXT_SAVE", $this->lng->txt("save"));
$this->tpl->setVariable("TXT_CAT_PAGES",
$this->lng->txt("cat_pages"));
$this->tpl->setVariable("TXT_UNDO_LAST_CAT_CHANGES",
$this->lng->txt("cat_undo_last_page_changes"));
$this->tpl->setVariable("TXT_CLEAR_CAT_PAGE",
$this->lng->txt("cat_clear_page"));
$root_node = $tree->getNodeData(ROOT_FOLDER_ID);
$nodes = $tree->getSubTree($root_node, true, "cat");
$cats[0] = $this->lng->txt("please_select");
$cats[$root_node["ref_id"]] = "- ".$this->lng->txt("repository");
foreach($nodes as $node)
{
$cats[$node["ref_id"]] = str_repeat("    ",($node["depth"]-1))."- ".$node["title"];
}
$this->tpl->setVariable("SELECT_CATEGORY",
ilUtil::formSelect("", "cat_id", $cats, false, true));
if ($ilSetting->get("enable_cat_page_edit"))
{
$this->tpl->setVariable("CAT_PAGE_EDIT", "checked=\"checked\"");
}
$this->tpl->parseCurrentBlock();
}

+ Here is the call graph for this function:

ilObjAdvancedEditingGUI::saveAssessmentSettingsObject ( )

Definition at line 401 of file class.ilObjAdvancedEditingGUI.php.

References $_POST, and ilUtil\sendSuccess().

{
ilUtil::sendSuccess($this->lng->txt("msg_obj_modified"),true);
$this->object->_setUsedHTMLTags($_POST["html_tags"], "assessment");
$this->ctrl->redirect($this,'assessment');
}

+ Here is the call graph for this function:

ilObjAdvancedEditingGUI::saveFrmPostSettingsObject ( )

Definition at line 544 of file class.ilObjAdvancedEditingGUI.php.

References $_POST, ilUtil\sendInfo(), and ilUtil\sendSuccess().

{
ilUtil::sendSuccess($this->lng->txt('msg_obj_modified'), true);
try
{
$this->object->_setUsedHTMLTags((array)$_POST['html_tags'], 'frm_post');
}
{
ilUtil::sendInfo($e->getMessage(), true);
}
$this->ctrl->redirect($this,'frmPost');
}

+ Here is the call graph for this function:

ilObjAdvancedEditingGUI::saveLearningModuleSettingsObject ( )

Save settings for learning module JS editing.

Definition at line 254 of file class.ilObjAdvancedEditingGUI.php.

References $_POST, $ilSetting, and ilUtil\sendSuccess().

{
global $ilSetting;
ilUtil::sendSuccess($this->lng->txt("msg_obj_modified"),true);
$ilSetting->set("enable_js_edit", $_POST["js_edit"]);
$this->ctrl->redirect($this, 'learningmodule');
}

+ Here is the call graph for this function:

ilObjAdvancedEditingGUI::saveObject ( )

save object public

Reimplemented from ilObjectGUI.

Definition at line 93 of file class.ilObjAdvancedEditingGUI.php.

References ilUtil\sendSuccess().

{
global $rbacadmin;
// create and insert forum in objecttree
$newObj = parent::saveObject();
// setup rolefolder & default local roles
//$roles = $newObj->initDefaultRoles();
// put here object specific stuff
// always send a message
ilUtil::sendSuccess($this->lng->txt("object_added"),true);
$this->ctrl->redirect($this);
//header("Location:".$this->getReturnLocation("save","adm_object.php?".$this->link_params));
//exit();
}

+ Here is the call graph for this function:

ilObjAdvancedEditingGUI::savePageEditorSettingsObject ( )

Save page editor settings form.

Definition at line 485 of file class.ilObjAdvancedEditingGUI.php.

References $_GET, $ilCtrl, ilObjectGUI\$lng, $t, ilObjectGUI\$tpl, ilPageContentGUI\_getCommonBBButtons(), initPageEditorForm(), ilUtil\sendInfo(), and ilPageEditorSettings\writeSetting().

{
global $tpl, $lng, $ilCtrl;
if ($this->form->checkInput())
{
include_once("./Services/COPage/classes/class.ilPageEditorSettings.php");
include_once("./Services/COPage/classes/class.ilPageContentGUI.php");
foreach ($buttons as $b => $t)
{
$this->form->getInput("active_".$b));
}
ilUtil::sendInfo($lng->txt("msg_obj_modified"), true);
}
$ilCtrl->setParameter($this, "grp", $_GET["grp"]);
$ilCtrl->redirect($this, "showPageEditorSettings");
}

+ Here is the call graph for this function:

ilObjAdvancedEditingGUI::saveRepositorySettingsObject ( )

Save settings for repository editing.

Definition at line 327 of file class.ilObjAdvancedEditingGUI.php.

References $_POST, $ilSetting, and ilUtil\sendSuccess().

{
global $ilSetting;
ilUtil::sendSuccess($this->lng->txt("msg_obj_modified"), true);
$ilSetting->set("enable_cat_page_edit", $_POST["cat_page_edit"]);
$this->ctrl->redirect($this, 'repositorySettings');
}

+ Here is the call graph for this function:

ilObjAdvancedEditingGUI::saveSettingsObject ( )

Save settings for category editing.

Save settings for category editing Save Assessment settings

Definition at line 393 of file class.ilObjAdvancedEditingGUI.php.

References $_POST, and ilUtil\sendSuccess().

{
$this->object->_setRichTextEditor($_POST["rte"]);
ilUtil::sendSuccess($this->lng->txt("msg_obj_modified"),true);
$this->ctrl->redirect($this,'settings');
}

+ Here is the call graph for this function:

ilObjAdvancedEditingGUI::saveSurveySettingsObject ( )

Definition at line 409 of file class.ilObjAdvancedEditingGUI.php.

References $_POST, and ilUtil\sendSuccess().

{
ilUtil::sendSuccess($this->lng->txt("msg_obj_modified"),true);
$this->object->_setUsedHTMLTags($_POST["html_tags"], "survey");
$this->ctrl->redirect($this,'survey');
}

+ Here is the call graph for this function:

ilObjAdvancedEditingGUI::settingsObject ( )

display assessment folder settings form

Definition at line 117 of file class.ilObjAdvancedEditingGUI.php.

{
global $ilAccess;
$this->tpl->addBlockFile("ADM_CONTENT", "adm_content", "tpl.advanced_editing.html");
if ($ilAccess->checkAccess("write", "", $this->object->getRefId()))
{
$this->tpl->setCurrentBlock("save");
$this->tpl->setVariable("TXT_SAVE", $this->lng->txt("save"));
$this->tpl->parseCurrentBlock();
}
$this->tpl->setCurrentBlock("adm_content");
$this->tpl->setVariable("FORMACTION", $this->ctrl->getFormAction($this));
$this->tpl->setVariable("TXT_ADVANCED_EDITING_SETTINGS", $this->lng->txt("advanced_editing_settings"));
$this->tpl->setVariable("TXT_ALLOW_JAVASCRIPT_EDITOR", $this->lng->txt("advanced_editing_allow_javascript_editor"));
$this->tpl->setVariable("NO_RTE_EDITOR", $this->lng->txt("advanced_editing_no_rte"));
$this->tpl->setVariable("TINY_MCE_EDITOR", $this->lng->txt("advanced_editing_tinymce"));
$editor = $this->object->_getRichTextEditor();
switch ($editor)
{
case "tinymce":
$this->tpl->setVariable("SELECTED_TINY_MCE_EDITOR", " selected=\"selected\"");
break;
}
$this->tpl->parseCurrentBlock();
}
ilObjAdvancedEditingGUI::showPageEditorSettingsObject ( )

Show page editor settings.

Definition at line 425 of file class.ilObjAdvancedEditingGUI.php.

References $_GET, $ilCtrl, ilObjectGUI\$tpl, ilPageEditorSettings\getGroups(), and initPageEditorForm().

{
global $tpl, $ilTabs, $ilCtrl;
$this->addPageEditorSettingsSubTabs();
include_once("./Services/COPage/classes/class.ilPageEditorSettings.php");
$this->cgrp = $_GET["grp"];
if ($this->cgrp == "")
{
$this->cgrp = key($grps);
}
$ilCtrl->setParameter($this, "grp", $this->cgrp);
$ilTabs->setSubTabActive("adve_grp_".$this->cgrp);
$tpl->setContent($this->form->getHtml());
}

+ Here is the call graph for this function:

ilObjAdvancedEditingGUI::surveyObject ( )

Display settings for surveys.

Definition at line 190 of file class.ilObjAdvancedEditingGUI.php.

{
global $ilAccess;
$this->tpl->addBlockFile("ADM_CONTENT", "adm_content", "tpl.advanced_editing_survey.html");
$alltags =& $this->object->getHTMLTags();
$usedtags =& $this->object->_getUsedHTMLTags("survey");
foreach ($alltags as $tag)
{
$this->tpl->setCurrentBlock("html_tag_row");
$this->tpl->setVariable("HTML_TAG", $tag);
if (is_array($usedtags))
{
if (in_array($tag, $usedtags))
{
$this->tpl->setVariable("HTML_TAG_SELECTED", " selected=\"selected\"");
}
}
$this->tpl->parseCurrentBlock();
}
if ($ilAccess->checkAccess("write", "", $this->object->getRefId()))
{
$this->tpl->setCurrentBlock("save");
$this->tpl->setVariable("TXT_SAVE", $this->lng->txt("save"));
$this->tpl->parseCurrentBlock();
}
$this->tpl->setCurrentBlock("adm_content");
$this->tpl->setVariable("FORMACTION", $this->ctrl->getFormAction($this));
$this->tpl->setVariable("TXT_SURVEY_SETTINGS", $this->lng->txt("advanced_editing_survey_settings"));
$this->tpl->setVariable("TXT_ALLOW_HTML_TAGS", $this->lng->txt("advanced_editing_allow_html_tags"));
$this->tpl->parseCurrentBlock();
}

Field Documentation

ilObjAdvancedEditingGUI::$conditions

Constructor public.

Definition at line 43 of file class.ilObjAdvancedEditingGUI.php.


The documentation for this class was generated from the following file: