ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Wiki page template gui class. More...
Public Member Functions | |
__construct (ilObjWikiGUI $a_wiki_gui) | |
Constructor. More... | |
executeCommand () | |
Execute command. More... | |
listTemplates () | |
List templates. More... | |
add () | |
Add page as template page. More... | |
remove () | |
Remove. More... | |
saveTemplateSettings () | |
Save template settings. More... | |
removePageTemplateFromPageAction () | |
addPageTemplateFromPageAction () | |
Protected Attributes | |
$toolbar | |
$lng | |
$wiki_gui | |
$ctrl | |
$tpl | |
Wiki page template gui class.
Definition at line 12 of file class.ilWikiPageTemplateGUI.php.
ilWikiPageTemplateGUI::__construct | ( | ilObjWikiGUI | $a_wiki_gui | ) |
Constructor.
ilObjWikiGUI | $a_wiki_gui | wiki gui object |
Definition at line 33 of file class.ilWikiPageTemplateGUI.php.
References $DIC, $ilCtrl, $lng, and $tpl.
ilWikiPageTemplateGUI::add | ( | ) |
Add page as template page.
Definition at line 114 of file class.ilWikiPageTemplateGUI.php.
References $_POST, ilWikiPageTemplate\save(), and ilUtil\sendSuccess().
ilWikiPageTemplateGUI::addPageTemplateFromPageAction | ( | ) |
Definition at line 179 of file class.ilWikiPageTemplateGUI.php.
References $_GET, ilWikiPageTemplate\save(), and ilUtil\sendSuccess().
ilWikiPageTemplateGUI::executeCommand | ( | ) |
Execute command.
Definition at line 53 of file class.ilWikiPageTemplateGUI.php.
References array.
ilWikiPageTemplateGUI::listTemplates | ( | ) |
List templates.
Definition at line 70 of file class.ilWikiPageTemplateGUI.php.
References $options, $si, $tab, array, ilWikiPage\getAllWikiPages(), ilCheckboxInputGUI\setChecked(), and ilUtil\shortenText().
ilWikiPageTemplateGUI::remove | ( | ) |
Remove.
Definition at line 126 of file class.ilWikiPageTemplateGUI.php.
References $_POST, $id, ilWikiPageTemplate\remove(), and ilUtil\sendSuccess().
ilWikiPageTemplateGUI::removePageTemplateFromPageAction | ( | ) |
Definition at line 166 of file class.ilWikiPageTemplateGUI.php.
References $_GET, ilWikiPageTemplate\remove(), and ilUtil\sendSuccess().
ilWikiPageTemplateGUI::saveTemplateSettings | ( | ) |
Save template settings.
Definition at line 144 of file class.ilWikiPageTemplateGUI.php.
References $_POST, $id, ilWikiPageTemplate\save(), and ilUtil\sendSuccess().
|
protected |
Definition at line 25 of file class.ilWikiPageTemplateGUI.php.
|
protected |
Definition at line 22 of file class.ilWikiPageTemplateGUI.php.
Referenced by __construct().
|
protected |
Definition at line 17 of file class.ilWikiPageTemplateGUI.php.
|
protected |
Definition at line 26 of file class.ilWikiPageTemplateGUI.php.
Referenced by __construct().
|
protected |
Definition at line 24 of file class.ilWikiPageTemplateGUI.php.