|
ILIAS
Release_5_0_x_branch Revision 61816
|
Wiki page template gui class. More...
Collaboration diagram for ilWikiPageTemplateGUI: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().
Here is the call graph for this function:| ilWikiPageTemplateGUI::addPageTemplateFromPageAction | ( | ) |
Definition at line 174 of file class.ilWikiPageTemplateGUI.php.
References $_GET, ilWikiPageTemplate\save(), and ilUtil\sendSuccess().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| ilWikiPageTemplateGUI::remove | ( | ) |
Remove.
Definition at line 116 of file class.ilWikiPageTemplateGUI.php.
References $_POST, ilWikiPageTemplate\remove(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilWikiPageTemplateGUI::removePageTemplateFromPageAction | ( | ) |
Definition at line 160 of file class.ilWikiPageTemplateGUI.php.
References $_GET, ilWikiPageTemplate\remove(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilWikiPageTemplateGUI::saveTemplateSettings | ( | ) |
Save template settings.
Definition at line 136 of file class.ilWikiPageTemplateGUI.php.
References $_POST, ilWikiPageTemplate\save(), and ilUtil\sendSuccess().
Here is the call graph for this function:
|
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.