Changes between Version 39 and Version 40 of MenusPlugin


Ignore:
Timestamp:
Dec 11, 2015, 1:15:41 PM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • MenusPlugin

    v39 v40  
    2727== Download
    2828
    29 Download the zipped source from [export:menusplugin here]
     29Download the zipped source from [export:menusplugin here].
    3030
    3131== Source
    3232
    33 Check out MenusPlugin [/svn/menusplugin from here using Subversion], or [source:menusplugin browse the source] with Trac.
     33Check out MenusPlugin from [/svn/menusplugin here] using Subversion, or [source:menusplugin browse the source] with Trac.
    3434
    3535== Installation
     
    3939 1. Add '''tracmenus.* = enabled''' to the `[components]` section of `trac.ini` or enable via !WebAdmin.
    4040 1. Restart the Trac server.
    41  1. Proceed to the [#Configuration Configuration] section.
     41 1. Configure as needed, see below.
    4242
    4343== Configuration
    4444
    45 As usual, configuration takes place in the `trac.ini` file. Most interesting things first - they are to be found in the `[mainnav]` section: Here you set up your menu items. Syntax is: `<item_name>.<property> = <value>` - where `<item_name>` is either the already existing handler (e.g. "wiki" for the wiki item, "tickets" for the tickets, "newticket" for the "New Ticket" item and so on) - or a term which ''must not exist'' for a brand new item to be introduced (as the "Team Tools" in the [#Example Examples] section). A special case is `top` to make a new item appearing on top level.
     45As usual, configuration takes place in the `trac.ini` file. Most interesting things first - they are to be found in the `[mainnav]` section: Here you set up your menu items. Syntax is: `<item_name>.<property> = <value>` - where `<item_name>` is either the already existing handler (e.g. "wiki" for the wiki item, "tickets" for the tickets, "newticket" for the "New Ticket" item and so on) - or a term which ''must not exist'' for a new item to be introduced (as the "Team Tools" in the [#Example Examples] section). A special case is `top` to make a new item appearing on the top level.
    4646
    4747=== Defining menus in the `[mainnav]` and `[metanav]` sections
     
    6161=== Menu options
    6262
    63  - '''inherit''': Useful when a menu should receive items from another menu
     63 - '''inherit''': Useful when a menu should receive items from another menu:
    6464{{{#!ini
    6565# dummy example - add mainnav items to context menu.
     
    199199== Screenshots
    200200
    201 The menu item '''Tickets''' on the Navigation bar has been extended with drop-down functionality:
     201The menu item '''Tickets''' on the Navigation bar has been extended with dropdown functionality:
    202202
    203203[[Image(menusplugin.png, width=500)]]