creates a simple drop down menu
%JQREQUIRE{"hoverMenu"}% <ul class="foswikiHoverMenu" data-menu="ul:first" data-sensitivity="3" data-timeout="500"> <li><a>Menu 1</a> <ul> <li> [[Link 1]] </li> <li> [[Link 2]] </li> <li> [[Link 3]] </li> <li> [[Link 4]] </li> </ul> </li> <li><a>Menu 2</a> <ul> <li> [[Link 5]] </li> <li> [[Link 6]] </li> <li> [[Link 7]] </li> <li> [[Link 8]] </li> </ul> </li> </ul>
Parameters:
* data-menu: the list for this button * data-sensitivity: the higher the value the more sensitive the hover action is to opening the menu * data-timeout: timeout when the hover event is triggered
See JQueryHoverIntent for more details on the parameters.cd /path/to/foswiki perl tools/extension_installer <NameOfExtension> installIf you have any problems, or if the extension isn't available in
configure
, then you can still install manually from the command-line. See https://foswiki.org/Support/ManuallyInstallingExtensions for more help.
27 Jan 2025 | initial release |