IFAIU carbon.ui feature only packs the general menu. If you want use other parent menu items such as Tools, Registry, Governance you have to put the relevant menu in the feature. e.g. In tryit feature which is available under tools has dependency to org.wso2.carbon.ui.menu.tools https://github.com/wso2/carbon-commons/blob/c1d5846d5fb0e16a787aa3fad11532968264fbd1/features/tryit/org.wso2.carbon.tryit.ui.feature/pom.xml
Thanks /Thusitha On Fri, May 29, 2015 at 6:36 PM, Gihan Anuruddha <[email protected]> wrote: > Where can we define parent menus? Is it not coming from the > carbon framework? > > On Fri, May 29, 2015 at 6:21 PM, Thusitha Thilina Dayaratne < > [email protected]> wrote: > >> Hi GIhan, >> >> I think if DAS doesn't have a root level Tools menu. since your < >> parent-menu>tools_menu</parent-menu> it can't find the parent menu and >> so your sub menu is not appearing. >> >> Thanks >> /Thusitha >> >> On Fri, May 29, 2015 at 6:05 PM, Gihan Anuruddha <[email protected]> wrote: >> >>> >>> Hi Carbon team, >>> >>> I have a UI component that adds a UI sub menu under the 'Tools' menu as >>> below. >>> >>> <menu> <id>event_simulator_menu</id> <i18n-key>event.simulator</i18n-key >>> > <i18n-bundle>org.wso2.carbon.event.simulator.ui.i18n.Resources</ >>> i18n-bundle> <parent-menu>tools_menu</parent-menu> <link >>> >../eventsimulator/index.jsp</link> <region>region5</region> <order>40</ >>> order> <style-class>home</style-class> <icon >>> >../eventsimulator/images/event-simulator.png</icon> <require-permission >>> >/permission/admin/login</require-permission> </menu> >>> But in DAS it does not display. Basically, it doesn't have root level >>> 'Tools' tab or this sub menu. This same UI component works with CEP without >>> any issue. Do I need to do any special thing in DAS, in order appear this >>> tools tab and its sub menus? >>> >>> Regards, >>> Gihan >>> >>> >>> -- >>> W.G. Gihan Anuruddha >>> Senior Software Engineer | WSO2, Inc. >>> M: +94772272595 >>> >>> _______________________________________________ >>> Dev mailing list >>> [email protected] >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> Thusitha Dayaratne >> Software Engineer >> WSO2 Inc. - lean . enterprise . middleware | wso2.com >> >> Mobile +94712756809 >> Blog alokayasoya.blogspot.com >> About http://about.me/thusithathilina >> >> > > > -- > W.G. Gihan Anuruddha > Senior Software Engineer | WSO2, Inc. > M: +94772272595 > -- Thusitha Dayaratne Software Engineer WSO2 Inc. - lean . enterprise . middleware | wso2.com Mobile +94712756809 Blog alokayasoya.blogspot.com About http://about.me/thusithathilina
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
