cancel
Showing results for 
Search instead for 
Did you mean: 

Refresh Edit Property Section

sanjaybandhaniya
Elite Collaborator
Elite Collaborator

I have create one action on which I am opening page with web-preview + edit property section + document action.

I want to refresh edit property section after adding aspect with aspect added propery Like Document action and property section.

How Can I do that?

3 REPLIES 3

charlesdaumont
Champ on-the-rise
Champ on-the-rise

Hi Sanjay,

Do you want to refresh the edit metadata part or the view metadata part ?

If you want to refresh the metadata in the document details you can use the existing js event "metadataRefresh" after your action.

YAHOO.Bubbling.fire("metadataRefresh", {});

I want to refresh edit properties part(section).Check below image.

Hi,

I´m starting with Alfresco Comunity and I use Alfresco Share how document managent.

I want to see in the same windows the preview file and the "Edit properties", how did you make it????