[cvs] [Wiki] changed: ModifyingHordeAspect

Wiki Guest wiki at wiki.horde.org
Sat Jul 9 17:29:11 PDT 2005


guest [200.44.78.98]  Sat, 09 Jul 2005 17:29:11 -0700

Modified page: http://wiki.horde.org/ModifyingHordeAspect
New Revision:  3.1
Change log:  Fixing the TODO color

@@ -111,9 +111,10 @@
 [[image http://www.ldc.usb.ve/~ciro/horde/Horde-Sidepanel-mailfolder.png alt="A picture of the functions put by the registry file. Note that the filters function is provided by Ingo, while the rest of functions are provided by Imp"]]
 
 ++++ The Menu
 
-The Menu provides 
+The Menu provides access to the currently used module's features in a list; it also provides some other common features across all the applications (like the "Problem", "Help", and "Log out" icons). The menu rendering is controlled by the Menu class.
+
 The Menu class allows you to render the current application utilities' links in an HTML unordered list, allowing you to set the style of it using CSS. The default Horde layout uses the {{menu}} ID to fix the menu on the top right corner of its templates.
 
 If you wish to customize the menu, you need to create a Menu class. The constructor function accepts one parameter, called {{$mask}}, which is useful to add common links in the menu, like a Help link, or a Problems link.
 
@@ -122,10 +123,10 @@
 In the image above, you can see the icons that can be masked by the Menu class. Number 1 corresponds to HORDE_MENU_MASK_PROBLEM'.
 
 ++ An introductory example: The login screen
 
-##CCCCCC|TODO: An easy example of changing the login screen structure.##
+##555555|TODO: An easy example of changing the login screen structure.##
 
 ++ References
 
 * Hagenbuch, Chuck, //Horde Framework Tutorial//, http://www.horde.org/papers/oscon2001-horde_tutorial/
 * Hagenbuch, Chuck, //Developing with Horde Framework//, http://www.horde.org/papers/kongress2001-horde_tutorial/


More information about the cvs mailing list