[ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
DokuWiki Plugin extension (Helper Component)
Author: | Andreas Gohr |
License: | GPL 2 http://www.gnu.org/licenses/gpl-2.0.html |
File Size: | 237 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
helper_plugin_extension_gui:: (8 methods):
__construct()
tabPlugins()
tabTemplates()
tabSearch()
tabInstall()
tabNavigation()
currentTab()
tabURL()
Class: helper_plugin_extension_gui - X-Ref
Class helper_plugin_extension_list takes care of the overall GUI__construct() X-Ref |
Constructor initializes requested info window |
tabPlugins() X-Ref |
display the plugin tab |
tabTemplates() X-Ref |
Display the template tab |
tabSearch() X-Ref |
Display the search tab |
tabInstall() X-Ref |
Display the template tab |
tabNavigation() X-Ref |
Print the tab navigation |
currentTab() X-Ref |
Return the currently selected tab return: string |
tabURL($tab = '', $params = [], $sep = '&', $absolute = false) X-Ref |
Create an URL inside the extension manager param: string $tab tab to load, empty for current tab param: array $params associative array of parameter to set param: string $sep seperator to build the URL param: bool $absolute create absolute URLs? return: string |