Lines Matching refs:menu

64 -   `navbarCustomMenuText` : custom menu to use in the navbar. Menu items are in the format of url|title with each item seperated by a semicolon. Requires one of the `navbarPos` to be set to `custom`
66 - `navbarDWMenuType` : how to show the DokuWiki menu items in the navbar. Can be either icons, text or both
67 - `navbarDWMenuCombine` : how to show the DokuWiki menu in the navbar. Can be either category dropdowns, single items or a combined dropdown. The combined menu title is pulled from the `tools-menu` language value
69 - `navbarPosLeft` : what menu to show on the left of the navbar
70 - `navbarPosMiddle` : what menu to show in the middle of the navbar
71 - `navbarPosRight` : what menu to show on the right of the navbar
72 - `navbarShowSub` : show the sub navbar. This menu is pulled from the `submenu` page in the current or parent namespaces. The menu is also shown on child pages. If no page is found, the sub navbar is automatically hidden
74 - `navbarItemShowCreate` : show the Create Page menu item
75 - `navbarItemShowShow` : show the Show Page menu item
76 - `navbarItemShowRevs` : show the Revisions menu item
77 - `navbarItemShowBacklink` : show the Backlinks menu item
78 - `navbarItemShowRecent` : show the Recent Changes menu item
79 - `navbarItemShowMedia` : show the Media Manager menu item
80 - `navbarItemShowIndex` : show the Sitemap menu item
81 - `navbarItemShowProfile` : show the Update Profile menu item
82 - `navbarItemShowAdmin` : show the Admin menu item
83 - `navbarItemShowLogin` : show the Login menu item
84 - `navbarItemShowLogout` : show the Logout menu item
129 - `footerCustomMenuText` : custom menu to use in the footer. Menu items are in the format of url|title with each item seperated by a semicolon
258 - `tools-menu` : Text for the combined tools DokuWiki menu title
386 - Added option to hide menu and page tool items [#32](https://github.com/nomadjimbob/mikio/issues/32). Thanks annievoss.
449 - Floating page tools is now a UL element with classes applied from getType and getLinkAttributes. Fixes popup dialogs initiated from the a page menu [#7](https://github.com/nomadjimbob/mikio/issues/7)