cancel
Showing results for 
Search instead for 
Did you mean: 

Add Document Library Action

sundar3686
Champ in-the-making
Champ in-the-making
Hi All,
I am using alfresco 4.x , i add some custom data type using custom model. And i could also edit the custom data type values in edit meta data section. But i want separate action control for edit custom data types only in a pop window. How can i do this. Please help me.
1 REPLY 1

jpotts
World-Class Innovator
World-Class Innovator
It sounds like you want to add your own action to the Share document action list that invokes a dialog for working with your custom metadata properties. This can be done using the action framework and the form service, but you're going to have to dig in to the source code and some examples to understand how to do it on your own.

Look at:
Custom Share Action UI
Share Extras on Google Code
Customizing Share Best Practices
New Client Config and Extension Points in Share
Forms Config, Customization, and Extension

Good luck,

Jeff