ILIAS
Release_5_0_x_branch Revision 61816
|
Wiki page template gui class. More...
Public Member Functions | |
__construct (ilObjWikiGUI $a_wiki_gui) | |
Constructor. | |
executeCommand () | |
Execute command. | |
listTemplates () | |
List templates. | |
add () | |
Add page as template page. | |
remove () | |
Remove. | |
saveTemplateSettings () | |
Save template settings. | |
removePageTemplateFromPageAction () | |
addPageTemplateFromPageAction () |
Protected Attributes | |
$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 23 of file class.ilWikiPageTemplateGUI.php.
ilWikiPageTemplateGUI::add | ( | ) |
Add page as template page.
Definition at line 104 of file class.ilWikiPageTemplateGUI.php.
References $_POST, ilWikiPageTemplate\save(), and ilUtil\sendSuccess().
ilWikiPageTemplateGUI::addPageTemplateFromPageAction | ( | ) |
Definition at line 174 of file class.ilWikiPageTemplateGUI.php.
References $_GET, ilWikiPageTemplate\save(), and ilUtil\sendSuccess().
ilWikiPageTemplateGUI::executeCommand | ( | ) |
ilWikiPageTemplateGUI::listTemplates | ( | ) |
List templates.
Definition at line 57 of file class.ilWikiPageTemplateGUI.php.
References $options, $si, $tab, ilWikiPage\getAllPages(), ilCheckboxInputGUI\setChecked(), and ilUtil\shortenText().
ilWikiPageTemplateGUI::remove | ( | ) |
Remove.
Definition at line 116 of file class.ilWikiPageTemplateGUI.php.
References $_POST, ilWikiPageTemplate\remove(), and ilUtil\sendSuccess().
ilWikiPageTemplateGUI::removePageTemplateFromPageAction | ( | ) |
Definition at line 160 of file class.ilWikiPageTemplateGUI.php.
References $_GET, ilWikiPageTemplate\remove(), and ilUtil\sendSuccess().
ilWikiPageTemplateGUI::saveTemplateSettings | ( | ) |
Save template settings.
Definition at line 136 of file class.ilWikiPageTemplateGUI.php.
References $_POST, ilWikiPageTemplate\save(), and ilUtil\sendSuccess().
|
protected |
Definition at line 15 of file class.ilWikiPageTemplateGUI.php.
|
protected |
Definition at line 16 of file class.ilWikiPageTemplateGUI.php.
Referenced by __construct().
|
protected |
Definition at line 14 of file class.ilWikiPageTemplateGUI.php.