user2343424
user2343424

Reputation: 11

Alfresco share:How to popup edit-metadata after upload

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.

I do't wont to use addons.

Please reply.. .

Upvotes: 1

Views: 676

Answers (2)

Dzung Nguyen
Dzung Nguyen

Reputation: 71

I am a bit confused about your question, but I am working on a project somewhat similar to yours. What I did was, I looked to see how the upload button works then I interjected my code in the upload button js code to bring up my dialog before the upload brings up its own dialog. Please let me know if this helps.

Upvotes: 0

alfrescian
alfrescian

Reputation: 4079

you'll have to 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, e.g. onActionDetails()

Upvotes: 1

Related Questions