07-18-2017 04:45 AM
I have a webscript which would read all selected items.
Which query I should use?
ASPECT:"cm:checkedOut"
not running.
Alfresco - How to get all checked out documents? - Stack Overflow
07-19-2017 08:22 AM
Ok, now I understand.
When you configure a new action in that menu, the javascript action you define will receive the selected nodes automatically.
You can see how it is done by looking at the Share's source code.
The action configuration: share/share-documentlibrary-config.xml at master · Alfresco/share · GitHub
And the javascript code executed when the user clicks on the action: share/actions.js at master · Alfresco/share · GitHub
Follow that model and you will get what you need.
07-18-2017 09:34 PM
What have you tried exactly?
Can you share some code to give us an idea on what you are doing?
Without any context, it will be hard to help you.
07-19-2017 03:26 AM
I have a new action for selected items.
<action type="action-link" id="idOfJavascript" permission="Write" label="someLabel" />
And now I need to read all selected items in this page. The question is how Alfresco read this files?
07-19-2017 08:22 AM
Ok, now I understand.
When you configure a new action in that menu, the javascript action you define will receive the selected nodes automatically.
You can see how it is done by looking at the Share's source code.
The action configuration: share/share-documentlibrary-config.xml at master · Alfresco/share · GitHub
And the javascript code executed when the user clicks on the action: share/actions.js at master · Alfresco/share · GitHub
Follow that model and you will get what you need.
Explore our Alfresco products with the links below. Use labels to filter content by product module.