[cvs] [Wiki] changed: ModifyingHordeAspect

Wiki Guest wiki at wiki.horde.org
Tue Feb 1 11:54:13 PST 2005


guest [159.90.10.42]  Tue,  1 Feb 2005 11:54:13 -0800

Modified page: http://wiki.horde.org/display.php?page=ModifyingHordeAspect
New Revision:  1.2

@@ -1,7 +1,7 @@
 + Modifying Horde Aspect
 
-Written by: Ciro Dur&aacute;n <ciro //-dot-// duran //-at-// gmail //-dot-// com>
+Written by: Ciro Durán <ciro //-dot-// duran //-at-// gmail //-dot-// com>
 
 [[toc]]
 
 ----
@@ -40,11 +40,19 @@
 
 +++ What are templates? What's the difference with themes?
 
 +++ How does Horde standarize its interface?
+
+++++ 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.
+
+|| A figure should go here showing the Help links and Problems link ||
 
 ++ An introductory example: The login screen
 
 ++ 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