|
Cookbook /
ABCHoverIndexSummary: displays a pagelist as an alphabetic hover menu, sorted by title
Version: 2008-04-20
Prerequisites: PmWiki 2.2.0
Status: new
Maintainer: HansB
Download: abchoverindex.phpΔ
Questions answered by this recipe
DescriptionThis script adds a pagelist format Copy abchoverindex.phpΔ to cookbook/ folder and add to config.php include_once("$FarmD/cookbook/abchoverindex.php");
This recipe is based on DictIndex and LinkCSSToolTip, combining an alphabetical pagelist index (but sorted and displayed by page titles, not names) and css to display each pagelist subsection when hovering with the mouse over the index letter. Example markup (activated on this page):
NotesRelease Notes
See AlsoContributorsCommentsMinor alteration to line to add to config.php. I asume was pasted from somewhere else. Tried it, works perfectly! Dave Cooke 20 April 2008 What about page starting with numbers ? How to make them added to the index list ? The hoverindex lists by title. Pages with numeric names or titles will be displayed under the first numeral, which will list before A B C ... HansB User notes? : If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki. |