cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Share

rutaveejshah
Champ in-the-making
Champ in-the-making
Hi!

I am currently using alfresco community Edition 4.0d.
I have added a new content model in alfresco share.
in this one of my requirement is either before or after uploading the document the Edit properites pop up form should be appear..
Means if i click on upload the docuemnt and upload the document is succesfully done ,then  edit properties form should be pop up. What should i do for this.


Please reply..
2 REPLIES 2

jpfi
Champ in-the-making
Champ in-the-making
Hi,
you'll have to tweak Share's JavaScript components:
add a custom flag to "metadataRefresh" event object that is fired in x-upload.js
tweak handling of "metadataRefresh" event in documentlist.js to call the relevant action
it's gonna be a though JavaScript implementation task.
Cheers, Jan

rutaveejshah
Champ in-the-making
Champ in-the-making
Thanks for reply.

I did not understand much.Can you just ellobrate some more?
Can you just provide which javascript i should use or what i have to add in java script?