add a new action to Document Detail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2017 01:23 AM
Hello everyone!
I'm a beginner in this sphere. My task is to add a new action to the Document Detail Page, but I don't even know where to start! I've seen official tutorial how to solve my problem, but it gave me no result.
My question: Is it possible to modify Alfresco Files on working server and get needed result? Max. what I can do is reloading.
Sorry for my bad English,
Vadim.
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2017 07:07 AM
You can find everything you need at Creating Custom Actions in Alfresco | ECMArchitect | Alfresco Developer Tutorials
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2017 10:01 AM
you have to go in your share-config-custom.xml
declare a new actions inside the <actions></action>
then in the <actionGroup id="document-details"> </actionGroup> insert your previously created action
