Ignore:
Timestamp:
11/08/08 14:34:13 (4 years ago)
Author:
KoenMartens
Message:

Item110: replace occurences of TWIKIWEB with SYSTEMWEB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/QuickMenuSkin/data/TWiki/QuickMenuSkin.txt

    r269 r464  
    2020   * Unzip ==QuickMenuSkin.zip== in your twiki installation directory 
    2121   * Test if installed: %SCRIPTURL{"view"}%/%WEB%/%TOPIC%?skin=quickmenu 
    22    * For skin activation see %TWIKIWEB%.TWikiSkins 
     22   * For skin activation see %SYSTEMWEB%.TWikiSkins 
    2323 
    2424---++ Settings 
     
    2626The 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. 
    2727 
    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. 
     28To 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. 
    2929 
    3030To change settings just add them to %MAINWEB%.TWikiPreferences, WebPreferences, or your personal page.%BR% 
     
    3232<pre> 
    3333   * %NOP%Set CLICKMENU = 1 
    34    * %NOP%Set QUICKMENUBAR = %%NOP%TWIKIWEB%.QuickMenuBar 
     34   * %NOP%Set QUICKMENUBAR = %%NOP%SYSTEMWEB%.QuickMenuBar 
    3535</pre> 
    3636 
    3737---++ Modifying Menus 
    3838 
    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 =&lt;noautolink&gt;= ... =&lt;/noautolink&gt;= tags. 
     39The 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 =&lt;noautolink&gt;= ... =&lt;/noautolink&gt;= tags. 
    4040 
    4141<noautolink> 
     
    115115|  Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/QuickMenuSkinAppraisal | 
    116116 
    117 __Related topic:__ %TWIKIWEB%.TWikiSkins, %TWIKIWEB%.TWikiSkinBrowser, %TWIKIWEB%.UserDocumentationCategory, %TWIKIWEB%.AdminDocumentationCategory 
     117__Related topic:__ %SYSTEMWEB%.TWikiSkins, %SYSTEMWEB%.TWikiSkinBrowser, %SYSTEMWEB%.UserDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory 
    118118 
    119119-- TWiki:Main/VernonLyon - 13 Jun 2006 
Note: See TracChangeset for help on using the changeset viewer.