cancel
Showing results for 
Search instead for 
Did you mean: 

Custom top menu item

stealthnsk
Champ in-the-making
Champ in-the-making
I'm using space templates and to create a space from it people need to navigate through wizard. Is there any possiblity to place link directly to top menu like "Create space from 'Software Engineering Project' template"?

So the users will be able to create templated spaces with one click.
1 REPLY 1

gavinc
Champ in-the-making
Champ in-the-making
Yes, with some custom coding.

You can add new actions by extending the "browse_create_menu" action group configuration with your new action. You will then need some Java code (extending CreateSpaceWizard would be best) to create the new space.

Have a look at the following article as an example of adding a new action to the client: http://wiki.alfresco.com/wiki/Adding_a_Custom_Dialog