cancel
Showing results for 
Search instead for 
Did you mean: 

Create content menu with submenu

krups
Champ in-the-making
Champ in-the-making
Hi All,

I want to create sub menu dynamically under "Create content" menu to show types and sub types in hierarchy.

I know how to do create sub menu using yui. but in alfresco how can I configure share-config-custom.xml and display using toolbar component.

I really appreciate your help.

Thanks
3 REPLIES 3

mitpatoliya
Star Collaborator
Star Collaborator
Checkout toolbar.js file under Share/components/documentlibrary
You will find a logic where that menu is being created. So probably you can work with that widget to achieve your requirement.

aaditvmajmudar
Confirmed Champ
Confirmed Champ
You can check toolbar.get.config.xml for menu configuration and toolbar.lib.js and toolbar.get.html.ftl for rendering purpose.

Thanks,

krups
Champ in-the-making
Champ in-the-making
Thanks Mit and Aadit. I was struggling with bit of config in share-config but was finally be able to manage it.
Thanks for your help.