JQueryMenuSkin

A functional skin that provides a customisable menu navigation system based on the JQuery Superfish plugin.

Overview

JQueryMenuSkin is a simple JQuery-based skin which utilises the Superfish menu plugin (which is supplied with the JQueryPlugin extension) to provide an alternative menu-based navigation system for Foswiki users.

This lightweight skin is designed to run on top of the default Pattern skin. (See Settings section below for details)

Installation

Note: You do not need to install anything on the browser to use this skin. The following instructions are for the administrator who installs the skin on the server where Foswiki is running.

Settings

To activate the skin you can use the following settings just add them to Main.SitePreferences, WebPreferences, or your personal page.

The minimal requirement to use the skin is to set your SKIN definition to include jqmenu as shown: (Order is important!)
      * Set SKIN = jqmenu,pattern

Typically this skin is used where the Web Left Bar is hidden. You should set the following in the same location as you defined the SKIN setting above if you wish to hide the (details of how to do this can be found here: PatternSkinCssCookbookNoLeftBar)

Customisation

In order to be able to safely upgrade this skin it is recommended that you define your own menu by copying the topic System.JQueryMenuSkinBarDefault to a new topic of your preference. You can define the name of the topic using a Preference setting in Main.SitePreferences, WebPreferences, or your personal home topic as follows:

   * Set JQUERYMENUSKINBAR = %USERSWEB%.MyMenuBar

IDEA! WYSIWYG editing should be disabled on your personalised topic to ensure the menu does not get corrupted. You can do this as follows in your customised menu topic: (See TinyMCEPlugin for full details)

   * Set TINYMCEPLUGIN_DISABLE = 1

CSS Styling

You can also customise the CSS applied to the menu by copying the default menu.css file http://utfit.org/foswiki/pub/System/JQueryMenuSkinBarDefault/menu.css and attaching it to your customised menu topic as follows:

   * Set JQUERYMENUSKINCSS = %PUBURLPATH%/%USERSWEB%/MyMenuBar/menu.css

You can also simply overwrite CSS for the default menu definition JQueryMenuSkinBarDefault with the above setting.

Installation Instructions

You do not need to install anything in the browser to use this extension. The following instructions are for the administrator who installs the extension on the server.

Open configure, and open the "Extensions" section. Use "Find More Extensions" to get a list of available extensions. Select "Install".

If you have any problems, or if the extension isn't available in configure, then you can still install manually from the command-line. See http://foswiki.org/Support/ManuallyInstallingExtensions for more help.

Info

Author(s): Padraig Lennon
Copyright: © Foswiki:Main.PadraigLennon
Screenshot: Click for full screen image
Preview: Preview with this skin
Base Name: jqmenu
License: GPL (Gnu General Public License)
Release: 0.1.2
Version: 14381 (2012-03-19)
Change History:  
19 Mar 2012: Foswiki:Tasks.Item11676 (v0.1.2)
11 Jan 2012: Foswiki:Tasks.Item10244 (v0.1.0)
27 Dec 2010: Foswiki:Tasks.Item10180 (v0.0.5)
23 Dec 2010: Foswiki:Tasks.Item10180 (v0.0.4)
22 Dec 2010: Foswiki:Tasks.Item10180 (v0.0.3)
21 Dec 2010: Added missing arrows (v0.0.2)
21 Dec 2010: Initial version (v0.0.1)
Dependencies:
NameVersionDescription
Foswiki::Plugins::JQueryPlugin>3.31Required
Home page: Foswiki:Extensions.JQueryMenuSkin
Support: Foswiki:Support.JQueryMenuSkin
 
This site is powered by FoswikiCopyright &© by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding UTfit? Send feedback