Hi guys,

The dashboard menu element, will not come from the dashboard component any
more. you will have to mange this in product level. The best posible
solution is to add the menu defenition to one of your product spesific
bundles. The reason to do this is, to give product specific names to the
dashboard. the menu defenition will be,

<menu>
<id>dashboard_menu</id>
<i18n-key>*(i18 key)*</i18n-key>
<i18n-bundle>*(Path to the i18n bundle)*</i18n-bundle>
<parent-menu>dashboard_main_menu</parent-menu>
<link>../dashboard/index.jsp</link>
 <url-params>name=*(product-name i.e. bam)*</url-params>
<region>region1</region>
<order>1</order>
<style-class>manage</style-class>
<icon>../dashboard/images/dashboard.gif</icon>
</menu>

Thanks & Regards
-- 
Nuwan Bandara
WSO2 Inc. | http://www.wso2.com
email: nu...@wso2.com
mob: +94 772 907 484
blog: http://www.nuwanbando.com
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to