cancel
Showing results for 
Search instead for 
Did you mean: 

Move a file to another space from menu

ivanmiha
Champ in-the-making
Champ in-the-making
Hello everybody!

Is ti possible to create a new menu item that moves a file to another space?
I would really appreciate it if You could help!

Thank you very much.

Best regards
Ivan
1 REPLY 1

kevinr
Star Contributor
Star Contributor
Yes you could write a JavaScript that does this (assuming the space location is fixed or based on some value calculated from the current location). See the section on the 'script' attribute for externalised menu definitions:
http://wiki.alfresco.com/wiki/Externalised_Client_Actions
and the javascript API:
http://wiki.alfresco.com/wiki/JavaScript_API

Thanks,

Kevin