UvumiTools Dock Menu 1.0.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News UvumiTools Dock Menu 1.0.0 (Default branch)
# 1  
Old 08-12-2008
UvumiTools Dock Menu 1.0.0 (Default branch)

UvumiTools Dock Menu turns your Web site'snavigation menu into a very smooth and nicelyanimated Mac-like dock, making it feel less like aWeb page and more like the desktop of a Mac. It istotally degradable and non-obtrusive, so yourusers won't be too upset if they try viewing yoursite with Javascript disabled, and search engineslike Google and Yahoo won't be stymied when theyindex your site. The plugin starts with regularand valid HTML, and builds a beautifully animatedgraphical menu with a minimum of coding on your part.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
LedgerSMB::DBObject::Menu(3pm)				User Contributed Perl Documentation			    LedgerSMB::DBObject::Menu(3pm)

NAME
LedgerSMB::DBObject::Menu - Menu Handling Back-end Routines for LedgerSMB SYNOPSIS
Provides the functions for generating the data structures for the LedgerSMB menu. COPYRIGHT
Copyright (c) 2007 The LedgerSMB Core Team. Licensed under the GNU General Public License version 2 or at your option any later version. Please see the included COPYRIGHT and LICENSE files for more information. METHODS
new() Inherited from LedgerSMB::DBObject. Please see that documnetation for details. generate() This function returns a list of menu items. Each list item is a hashref: keys %menu_item would return the equivalent of qw(position id level label path args). Returns the complete list and sets $menu->{menu_items} to a referene to th result set, This function does not return an entry for the top-level menu. generate_section() This class acts like Menu::Generate except it returns only a cross-section of the menu. Basically it returns all nodes which are direct children below $object->{parent_id}. will_expire_soon() This method returns true if the user's password will expire soon (within the next week). Copyright (C) 2007 The LedgerSMB Core Team Licensed under the GNU General Public License version 2 or later (at your option). For more information please see the included LICENSE and COPYRIGHT files. perl v5.14.2 2012-03-25 LedgerSMB::DBObject::Menu(3pm)