DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:menuext

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
plugin:menuext [2021-07-13 10:43] – created andiplugin:menuext [2021-08-02 14:09] annda
Line 6: Line 6:
 email      : dokuwiki@cosmocode.de email      : dokuwiki@cosmocode.de
 type       : action type       : action
-lastupdate : 2021-07-13+lastupdate : 2021-07-29
 compatible : hogfather compatible : hogfather
 depends    :  depends    : 
Line 49: Line 49:
                 "target": "_blank"                 "target": "_blank"
             }             }
 +        },
 +        {
 +            "action": "login"
 +        },
 +        {
 +            "classname": "\\dokuwiki\\plugin\\dw2pdf\\MenuItem"
         }         }
     ]     ]
Line 58: Line 64:
  
  
-| order | Position to add this item (starts at 0). Defaults to -2 to add at the end, before the back to top button |+| order | Position to add this item (starts at 0). Defaults to to add at the end. Use negative numbers to count from the end |
 | label | The label to show on the menu item. One entry per language. | | label | The label to show on the menu item. One entry per language. |
-| title | The titel to show on mouseover. One entry per language. |+| title | The title to show on mouseover. One entry per language. |
 | link  | The link to use when clicking the item, can contain [[:namespace_templates#Replacement Patterns]]  | | link  | The link to use when clicking the item, can contain [[:namespace_templates#Replacement Patterns]]  |
 | svg   | The SVG icon to use. Can be a media ID, an absolute file name or a icon from [[https://materialdesignicons.com/|materialdesignicons.com]] (auto downloaded from the latter) | | svg   | The SVG icon to use. Can be a media ID, an absolute file name or a icon from [[https://materialdesignicons.com/|materialdesignicons.com]] (auto downloaded from the latter) |
 | attr  | additional attributes to set on the A node in HTML | | attr  | additional attributes to set on the A node in HTML |
 +
 +Alternatively to creating custom items, you can also reuse existing items by specifying the ''action'' or ''classname'' parameters. Above example adds the login/logout button and PDF export button to the page menu. The second example is redundant in case of page menu (it will double the PDF button), but it demonstrates how to add items supplied by plugins.
 +
 +| order | Position to add this item (starts at 0). Defaults to to add at the end. Use negative numbers to count from the end |
 +| action | A standard action (see [[devel:action_modes]]). Please note that not all actions do have corresponding MenuItems available |
 +| classname | Fully qualified class name of a menu item created by a plugin, meaning a class extending ''dokuwiki\Menu\Item\AbstractItem'' |
plugin/menuext.txt · Last modified: 2023-03-02 13:52 by annda

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki