[Yanel-commits] rev 59501 - public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation/realm

michi at wyona.com michi at wyona.com
Thu Jul 21 15:02:36 CEST 2011


Author: michi
Date: 2011-07-21 15:02:36 +0200 (Thu, 21 Jul 2011)
New Revision: 59501

Modified:
   public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation/realm/realm-configuration.html
Log:
back link to toolbar documentation added and made some notes clearer

Modified: public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation/realm/realm-configuration.html
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation/realm/realm-configuration.html	2011-07-21 12:55:10 UTC (rev 59500)
+++ public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation/realm/realm-configuration.html	2011-07-21 13:02:36 UTC (rev 59501)
@@ -64,9 +64,16 @@
 or by specifying a custom menu implementation
 </p>
 <pre><menu class="org.wyona.yanel.servlet.menu.impl.DefaultMenuV2"/></pre>
-whereas if neither nor is specified, then the DefaultMenu (version 1) implementation is used, which is set within
-<code>src/webapp/src/java/org/wyona/yanel/servlet/YanelHTMLUI.java</code>
+<p>
+Please note that both versions use the <code>menu</code> element to configure the Java class.
+</p>
 
+<p>
+If neither nor is specified, then the <code>DefaultYanelToolbar</code> class and the <code>DefaultMenu</code> (version 1) class are used, which is set within
+<code>src/webapp/src/java/org/wyona/yanel/servlet/YanelHTMLUI.java</code></p>
+
+<p>More details on developing a custom Toolbar can be found inside the <a href="../yanel-toolbar.html">Toolbar documentation</a>.</p>
+
 <a name="repo-navigation"> </a>
 <h2>Custom Repository Navigation</h2>
 <p>The custom repository navigation can be configured as follows</p>



More information about the Yanel-commits mailing list