Execute a Custom Action in a Web Script

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2008 12:47 PM
Hi!
I have already developed a custom action and I need execute it in a Web Script, i. e., inside the javascript code. Is this possible? I think yes, because there are web scripts with Check Out, Delete, etc. actions. But I have no idea where is the javascript object/method for do it.
Please!! help!
Thanks a lot,
Javier
I have already developed a custom action and I need execute it in a Web Script, i. e., inside the javascript code. Is this possible? I think yes, because there are web scripts with Check Out, Delete, etc. actions. But I have no idea where is the javascript object/method for do it.
Please!! help!

Thanks a lot,
Javier
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2008 01:16 PM
Here is an example:
http://wiki.alfresco.com/wiki/JavaScript_API#Actions_API
Replace "mail" action with your action and parameters. You can browse SVN source to see how mail action is implemented and configured.
http://wiki.alfresco.com/wiki/JavaScript_API#Actions_API
Replace "mail" action with your action and parameters. You can browse SVN source to see how mail action is implemented and configured.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2008 01:43 PM
Here is an example:
http://wiki.alfresco.com/wiki/JavaScript_API#Actions_API
Replace "mail" action with your action and parameters. You can browse SVN source to see how mail action is implemented and configured.
1000 thanks for you vodko!!! :d
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2008 05:39 AM

