ILIAS  release_4-3 Revision
 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)
 Constructor.
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.
 saveSettingsObject ()
 Display settings for learning module page JS editor (Currently HTMLArea)
 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.
 showGeneralPageEditorSettingsObject ()
 Show general page editor settings.
 initGeneralPageSettingsForm ()
 Init general page editor settings form.
 saveGeneralPageSettingsObject ()
 Save general page settings.
 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 ()
 confirmedDeleteObject ()
 confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled
 cancelDeleteObject ()
 cancel deletion of object
 cancelObject ($in_rep=false)
 cancel action and go back to previous page public
 createObject ()
 create new object form
 cancelCreation ()
 cancel create action and go back to repository parent
 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.
 cloneAllObject ()
 Clone single (not container object) Method is overwritten in ilContainerGUI.

Data Fields

 $conditions
- 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

- Static Public Member Functions inherited from ilObjectGUI
static _gotoRepositoryRoot ($a_raise_error=false)
 Goto repository root.
static _gotoRepositoryNode ($a_ref_id, $a_cmd="frameset")
 Goto repository root.
- Protected Member Functions inherited from ilObjectGUI
 assignObject ()
 prepareOutput ()
 prepare output
 setTitleAndDescription ()
 called by prepare output
 initHeaderAction ($a_sub_type=null, $a_sub_id=null)
 Add header action menu.
 insertHeaderAction ($a_list_gui)
 Insert header action into main template.
 addHeaderAction ()
 Add header action menu.
 redrawHeaderActionObject ()
 Ajax call: redraw action header only.
 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)
 initCreationForms ($a_new_type)
 Init creation froms.
 getCreationFormsHTML (array $a_forms)
 Get HTML for creation forms (accordion)
 initCreateForm ($a_new_type)
 Init object creation form.
 initDidacticTemplate (ilPropertyFormGUI $form)
 Show didactic template types.
 addDidacticTemplateOptions (array &$a_options)
 Add custom templates.
 getDidacticTemplateVar ($a_type)
 Get didactic template setting from creation screen.
 putObjectInTree (ilObject $a_obj, $a_parent_node_id=null)
 Add object to tree at given position.
 afterSave (ilObject $a_new_object)
 Post (successful) object creation hook.
 initEditForm ()
 Init object edit form.
 initEditCustomForm (ilPropertyFormGUI $a_form)
 Add custom fields to update form.
 getEditFormValues ()
 Get values for edit form.
 getEditFormCustomValues (array &$a_values)
 Add values to custom edit fields.
 updateCustom (ilPropertyFormGUI $a_form)
 Insert custom update form values into object.
 afterUpdate ()
 Post (successful) object update hook.
 initImportForm ($a_new_type)
 Init object import form.
 importFileObject ($parent_id=null)
 Import.
 afterImport (ilObject $a_new_object)
 Post (successful) object import hook.
 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)
 getTemplateFile ($a_cmd, $a_type="")
 get a template blockfile format: tpl.
 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.
 getCenterColumnHTML ()
 Get center column.
 getRightColumnHTML ()
 Display right column.
 setColumnSettings ($column_gui)
 May be overwritten in subclasses.
 checkPermission ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null)
 Check permission and redirect on error.
 checkPermissionBool ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null)
 Check permission.

Detailed Description

Member Function Documentation

ilObjAdvancedEditingGUI::addPageEditorSettingsSubtabs ( )

Show page editor settings subtabs.

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

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

{
global $ilCtrl, $ilTabs;
$ilTabs->addSubTabTarget("adve_pe_general",
$ilCtrl->getLinkTarget($this, "showGeneralPageEditorSettings"),
array("showGeneralPageEditorSettings", "", "view"));
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 446 of file class.ilObjAdvancedEditingGUI.php.

References $ilCtrl.

Referenced by getTabs().

{
global $ilCtrl;
if ($ilCtrl->getNextClass() != "ilpermissiongui" &&
!in_array($ilCtrl->getCmd(), array("showPageEditorSettings",
"showGeneralPageEditorSettings", "", "view")))
{
$tabs_gui->addSubTabTarget("adve_general_settings",
$this->ctrl->getLinkTarget($this, "settings"),
array("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_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 117 of file class.ilObjAdvancedEditingGUI.php.

{
global $ilAccess;
$this->tpl->addBlockFile("ADM_CONTENT", "adm_content", "tpl.advanced_editing_assessment.html",
"Services/AdvancedEditing");
$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 39 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 = "showGeneralPageEditorSettings";
}
$cmd .= "Object";
$this->$cmd();
break;
}
return true;
}

+ Here is the call graph for this function:

ilObjAdvancedEditingGUI::frmPostObject ( )

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

{
$this->tpl->addBlockFile("ADM_CONTENT", "adm_content", "tpl.advanced_editing_frm_post.html",
"Services/AdvancedEditing");
$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 270 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 554 of file class.ilObjAdvancedEditingGUI.php.

References addSubtabs().

Referenced by getAdminTabs().

{
global $rbacsystem;
if ($rbacsystem->checkAccess("visible,read",$this->object->getRefId()))
{
$tabs_gui->addTarget("adve_page_editor_settings",
$this->ctrl->getLinkTarget($this, "showGeneralPageEditorSettings"),
array("showPageEditorSettings", "","view"));
$tabs_gui->addTarget("adve_rte_settings",
$this->ctrl->getLinkTarget($this, "settings"),
array("settings","assessment", "survey", "learningModule",
"frmPost"), "", "");
}
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 
)

Constructor.

Definition at line 24 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::initGeneralPageSettingsForm ( )

Init general page editor settings form.

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

References $ilCtrl, ilObjectGUI\$lng, and ilFormPropertyGUI\setInfo().

Referenced by saveGeneralPageSettingsObject(), and showGeneralPageEditorSettingsObject().

{
global $lng, $ilCtrl;
include_once("Services/Form/classes/class.ilPropertyFormGUI.php");
$form = new ilPropertyFormGUI();
$aset = new ilSetting("adve");
// use physical character styles
$cb = new ilCheckboxInputGUI($this->lng->txt("adve_use_physical"), "use_physical");
$cb->setInfo($this->lng->txt("adve_use_physical_info"));
$cb->setChecked($aset->get("use_physical"));
$form->addItem($cb);
$form->addCommandButton("saveGeneralPageSettings", $lng->txt("save"));
$form->setTitle($lng->txt("adve_pe_general"));
$form->setFormAction($ilCtrl->getFormAction($this));
return $form;
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Init page editor form.

Parameters
int$a_modeEdit Mode

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

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

Referenced by savePageEditorSettingsObject(), and showPageEditorSettingsObject().

{
global $lng, $ilSetting;
$lng->loadLanguageModule("content");
include_once("Services/Form/classes/class.ilPropertyFormGUI.php");
$this->form = new ilPropertyFormGUI();
if ($this->cgrp == "rep")
{
$this->form->setTitle($lng->txt("adve_activation"));
$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);
$sh->setTitle($lng->txt("adve_text_content_features"));
$this->form->addItem($sh);
}
else
{
$this->form->setTitle($lng->txt("adve_text_content_features"));
}
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->setFormAction($this->ctrl->getFormAction($this));
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjAdvancedEditingGUI::saveAssessmentSettingsObject ( )

Definition at line 254 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 477 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::saveGeneralPageSettingsObject ( )

Save general page settings.

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

References $_POST, $ilCtrl, ilObjectGUI\$lng, initGeneralPageSettingsForm(), and ilUtil\sendSuccess().

{
global $ilCtrl, $lng;
$form = $this->initGeneralPageSettingsForm();
if ($form->checkInput())
{
$aset = new ilSetting("adve");
$aset->set("use_physical", $_POST["use_physical"]);
}
ilUtil::sendSuccess($lng->txt("msg_obj_modified"), true);
$ilCtrl->redirect($this, "showGeneralPageEditorSettings");
}

+ Here is the call graph for this function:

ilObjAdvancedEditingGUI::saveObject ( )

save object public

Reimplemented from ilObjectGUI.

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

References ilUtil\sendSuccess().

{
global $rbacadmin;
// create and insert forum in objecttree
$newObj = parent::saveObject();
// 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 358 of file class.ilObjAdvancedEditingGUI.php.

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

{
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));
}
if ($_GET["grp"] == "rep")
{
$ilSetting->set("enable_cat_page_edit", (int) $_POST["cat_page_edit"]);
}
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::saveSettingsObject ( )

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

Save settings for learning module JS editing. Save Assessment settings

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

References $_POST, and ilUtil\sendSuccess().

{
if ($_POST["use_tiny"])
{
$this->object->_setRichTextEditor("tinymce");
}
else
{
$this->object->_setRichTextEditor("");
}
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 262 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 93 of file class.ilObjAdvancedEditingGUI.php.

References $ilCtrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, and ilCheckboxInputGUI\setChecked().

{
global $ilAccess, $tpl, $ilCtrl, $lng;
$editor = $this->object->_getRichTextEditor();
include_once("Services/Form/classes/class.ilPropertyFormGUI.php");
$this->form = new ilPropertyFormGUI();
$this->form->setFormAction($ilCtrl->getFormAction($this));
$this->form->setTitle($lng->txt("adve_activation"));
$cb = new ilCheckboxInputGUI($this->lng->txt("adve_use_tiny_mce"), "use_tiny");
if ($editor == "tinymce")
{
$cb->setChecked(true);
}
$this->form->addItem($cb);
$this->form->addCommandButton("saveSettings", $lng->txt("save"));
$tpl->setContent($this->form->getHTML());
}

+ Here is the call graph for this function:

ilObjAdvancedEditingGUI::showGeneralPageEditorSettingsObject ( )

Show general page editor settings.

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

References ilObjectGUI\$tpl, and initGeneralPageSettingsForm().

{
global $tpl, $ilTabs;
$this->addPageEditorSettingsSubTabs();
$ilTabs->activateTab("adve_page_editor_settings");
$form = $this->initGeneralPageSettingsForm();
$tpl->setContent($form->getHTML());
}

+ Here is the call graph for this function:

ilObjAdvancedEditingGUI::showPageEditorSettingsObject ( )

Show page editor settings.

Definition at line 278 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 159 of file class.ilObjAdvancedEditingGUI.php.

{
global $ilAccess;
$this->tpl->addBlockFile("ADM_CONTENT", "adm_content", "tpl.advanced_editing_survey.html",
"Services/AdvancedEditing");
$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

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


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