[Wiki] changed: Doc/Dev/ConversionH4

Jan Schneider <[email protected]>
Newsgroups gmane.comp.horde.cvs
Message-ID <[email protected]>
jan  Tue, 29 Jun 2010 12:19:58 -0400

Modified page: http://wiki.horde.org/Doc/Dev/ConversionH4
New Revision:  1.6
Change log:  How to integrate the sidebar

@@ -118,8 +118,15 @@
  ++ Prefs UI

  No more lib/prefs.php - now uses Horde_Registry_Application calls.
  Update config/prefs.php.dist to remove unneeded entries.
+
+++ Sidebar integration
+
+The sidebar menu is no longer in a separate frame. To integrate with  
all pages of your application, put the following code after your menu,  
e.g. at the bottom of templates/menu.inc, but before the notification  
output:
+<code type="php">
+if (!Horde_Util::getFormData('ajaxui')) require HORDE_BASE .  
'/services/portal/sidebar.php';
+</code>

  ++ Test script

  No longer uses test.php - converted to lib/Test.php.


-- 
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.