Changeset 464 for trunk/QuickMenuSkin/data/TWiki/QuickMenuSkin.txt
- Timestamp:
- 11/08/08 14:34:13 (4 years ago)
- File:
-
- 1 edited
-
trunk/QuickMenuSkin/data/TWiki/QuickMenuSkin.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/QuickMenuSkin/data/TWiki/QuickMenuSkin.txt
r269 r464 20 20 * Unzip ==QuickMenuSkin.zip== in your twiki installation directory 21 21 * Test if installed: %SCRIPTURL{"view"}%/%WEB%/%TOPIC%?skin=quickmenu 22 * For skin activation see % TWIKIWEB%.TWikiSkins22 * For skin activation see %SYSTEMWEB%.TWikiSkins 23 23 24 24 ---++ Settings … … 26 26 The menu can behave in two ways. When =CLICKMENU= is set to 0 then the menu automatically shows when you hover the mouse over the menu. When it is set to 1 then the menu is activated by clicking on it. By default =CLICKMENU= is set to 0. 27 27 28 To add different menus to the menubar you can set =QUICKMENUBAR= to the topic containing the javascript for your own custom menus. By default =QUICKMENUBAR= is set to =%%NOP% TWIKIWEB%.QuickMenuBar=, have a look at %TWIKIWEB%.QuickMenuBar to see how the menus are created.28 To add different menus to the menubar you can set =QUICKMENUBAR= to the topic containing the javascript for your own custom menus. By default =QUICKMENUBAR= is set to =%%NOP%SYSTEMWEB%.QuickMenuBar=, have a look at %SYSTEMWEB%.QuickMenuBar to see how the menus are created. 29 29 30 30 To change settings just add them to %MAINWEB%.TWikiPreferences, WebPreferences, or your personal page.%BR% … … 32 32 <pre> 33 33 * %NOP%Set CLICKMENU = 1 34 * %NOP%Set QUICKMENUBAR = %%NOP% TWIKIWEB%.QuickMenuBar34 * %NOP%Set QUICKMENUBAR = %%NOP%SYSTEMWEB%.QuickMenuBar 35 35 </pre> 36 36 37 37 ---++ Modifying Menus 38 38 39 The menu bar is built by default from % TWIKIWEB%.QuickMenuBar, which in turn includes %TWIKIWEB%.QuickMenuBarLogin (if login is enabled) and %TWIKIWEB%.QuickMenuBarWebs and %TWIKIWEB%.QuickMenuBarUtilities. If internationalisation is enabled, then %TWIKIWEB%.QuickMenuBarLanguage is also included. These files contain javascript commands that are included by the skin's templates. You can edit these files to customize the menu, but be sure to avoid unwanted linking by enclosing your code in =<noautolink>= ... =</noautolink>= tags.39 The menu bar is built by default from %SYSTEMWEB%.QuickMenuBar, which in turn includes %SYSTEMWEB%.QuickMenuBarLogin (if login is enabled) and %SYSTEMWEB%.QuickMenuBarWebs and %SYSTEMWEB%.QuickMenuBarUtilities. If internationalisation is enabled, then %SYSTEMWEB%.QuickMenuBarLanguage is also included. These files contain javascript commands that are included by the skin's templates. You can edit these files to customize the menu, but be sure to avoid unwanted linking by enclosing your code in =<noautolink>= ... =</noautolink>= tags. 40 40 41 41 <noautolink> … … 115 115 | Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/QuickMenuSkinAppraisal | 116 116 117 __Related topic:__ % TWIKIWEB%.TWikiSkins, %TWIKIWEB%.TWikiSkinBrowser, %TWIKIWEB%.UserDocumentationCategory, %TWIKIWEB%.AdminDocumentationCategory117 __Related topic:__ %SYSTEMWEB%.TWikiSkins, %SYSTEMWEB%.TWikiSkinBrowser, %SYSTEMWEB%.UserDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory 118 118 119 119 -- TWiki:Main/VernonLyon - 13 Jun 2006
Note: See TracChangeset
for help on using the changeset viewer.
