Obsolete Pages{{Obsolete}}
The official documentation is at: http://docs.alfresco.com
Action Service
An action group is any set of nodes within Alfresco that has similar characteristics. For instance: 'all folders' or 'documents in the browse window'. The <action-group> XML tag is used to apply specific characteristics to an action group.
| add_package_item_actions | |
| avm_create_menu | |
| avm_deleted_modified | |
| avm_file_browse | |
| avm_file_details | |
| avm_file_modified | |
| avm_folder_browse | |
| avm_folder_details | |
| avm_folder_modified | |
| avm_more_menu | |
| broken_file_actions | |
| broken_form_actions | |
| browse_actions_menu | This refers to the menu that appears at the top of a space when browsing it. |
| browse_create_menu | |
| browse_website_menu | |
| dashlet_completed_actions | |
| dashlet_pooled_actions | |
| dashlet_todo_actions | |
| doc_details_actions | Refers to the actions menu that appears on the document details page |
| document_browse | Refers to the actions that appear on a document when browsed within a space |
| document_browse_menu | Refers to the actions menu that appears on a document when browsed within a space |
| edit_and_delete_wcm_package_item_actions | |
| edit_and_remove_package_item_actions | |
| edit_and_remove_wcm_package_item_actions | |
| edit_package_item_actions | |
| edit_wcm_package_item_actions | |
| filelink_details_actions | |
| forum_actions | |
| forum_actions_menu | |
| forum_create_menu | |
| forum_details_actions | |
| forums_actions | |
| forums_actions_menu | |
| forums_create_menu | |
| forums_details_actions | |
| multilingual_details_actions | |
| navigator_actions | |
| read_package_item_actions | |
| read_wcm_package_item_actions | |
| remove_package_item_actions | |
| remove_wcm_package_item_actions | |
| rules_actions_menu | |
| space_browse | |
| space_browse_menu | Refers to the actions menu that appears on a space when browsed within another space |
| space_details_actions | |
| spacelink_details_actions | |
| start_package_item_actions | |
| topic_actions | |
| topic_actions_menu | |
| topic_create_menu | |
| topic_details_actions | |
| website_details_actions |
Here is an example on how it will look in the web-client-config-custom.xml file in your extension folder. The example adds an action to the actions sidebar in the space details page.
<alfresco-config>
<config>
<actions>
<action id='my-custom-action'>
<label>Permission tree</label>
<image>/images/icons/view_properties.gif</image>
</action>
<action-group id='space_details_actions'>
<action idref='my-custom-action' />
</action-group>
</actions>
</config>
</alfresco-config>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.