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.
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.