Changes between Version 9 and Version 10 of NavigationDisplayPlugin
- Timestamp:
- Mar 11, 2015, 1:28:26 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NavigationDisplayPlugin
v9 v10 1 1 [[PageOutline(2-5,Contents,pullout)]] 2 2 3 = Adds user option for displaying navigation menu as fixed menu or other navigation options =3 = Display navigation menu as fixed menu or other navigation options 4 4 5 == Description ==5 == Description 6 6 7 Normally, when you scroll a Trac page, the main menu and other navigation controls may scroll out of the visible area. This plugin enables a more elegant way: Either let the main menu stay fixed on top of the window or add bottom controls of context navigation.7 Normally, when you scroll a Trac page, the main menu and other navigation controls may scroll out of the visible area. This plugin enables a more elegant way: either let the main menu stay fixed on top of the window or add bottom controls of context navigation. 8 8 9 9 Type of displaying menu, see screenshot of [/attachment/wiki/NavigationDisplayPlugin/prefs_display_sample.png PreferencePanel]. Possible types are: 10 - `normal` (default): No integration - ''leaves menu as in Trac standard''11 - `fixed_menu`: fixes menu on top of browser window ,10 - `normal` (default): No integration, leaves menu as in Trac standard 11 - `fixed_menu`: fixes menu on top of browser window 12 12 - `buttom_ctx_menu`: adds context menu at bottom of page, if available 13 13 14 14 This plugin somehow implements [http://trac.edgewall.org/ticket/8135 Trac-Ticket 8135]. 15 15 16 Furthermore mainnav entries are customizable through user preferencepage, see also [http://trac.edgewall.org/ticket/10543 Trac-Ticket 10543].16 Furthermore mainnav entries are customizable through the user preferences page, see also [http://trac.edgewall.org/ticket/10543 Trac-Ticket 10543]. 17 17 18 === Sample screenshot for option `fixed_menu` === 18 === Screenshot for option `fixed_menu` 19 19 20 [[Image(fixed_menu_sample.png)]] 20 21 21 === Sample screenshot for option `buttom_ctx_menu` === 22 === Screenshot for option `buttom_ctx_menu` 23 22 24 [[Image(buttom_ctx_menu_sample.png)]] 23 25 24 === Preference Panel === 25 The display types can be setted by each user differently through the preference panel: 26 === Preference Panel 27 28 The display types can be set by each user differently through the Preferences panel: 26 29 27 30 [[Image(prefs_display_sample.png)]] 28 31 29 == Bugs/Feature Requests ==32 == Bugs/Feature Requests 30 33 31 34 Existing bugs and feature requests for NavigationDisplayPlugin are … … 35 38 [http://trac-hacks.org/newticket?component=NavigationDisplayPlugin&owner=framay new ticket]. 36 39 37 == Download == 40 [[TicketQuery(component=NavigationDisplayPlugin&group=type,format=progress)]] 41 42 == Download 38 43 39 44 Download the [download:navigationdisplayplugin zipped source] or [/browser/navigationdisplayplugin/trunk/dist/Navigation_Plugin-0.1.0-py2.6.egg pre-compiled egg (py2.6)]. 40 45 41 == Source ==46 == Source 42 47 43 48 You can check out NavigationDisplayPlugin from [http://trac-hacks.org/svn/navigationdisplayplugin here] using Subversion, or [source:navigationdisplayplugin browse the source] with Trac. 44 49 45 == Example ==50 == Example 46 51 47 You can set system default value in `trac.ini` as following (if you do not specify it, this plugin has no effect):52 You can set system default value in `trac.ini` as following: 48 53 {{{ 49 54 #!ini … … 52 57 }}} 53 58 59 If you do not specify it, this plugin has no effect. 60 54 61 Possible values for option `display_nav`are: 55 62 - `normal` (default): No integration - ''leaves menu as in Trac standard'' … … 57 64 - `buttom_ctx_menu`: adds context menu at buttom of page, if available 58 65 59 == Recent Changes ==66 == Recent Changes 60 67 61 68 [[ChangeLog(navigationdisplayplugin, 3)]] 62 69 63 == Author/Contributors ==70 == Author/Contributors 64 71 65 72 '''Author:''' [wiki:framay] [[BR]] 66 '''Maintainer:''' [ wiki:framay] [[BR]]73 '''Maintainer:''' [[Maintainer]] [[BR]] 67 74 '''Contributors:'''