Refresh Edit Property Section

cancel
Showing results for 
Search instead for 
Did you mean: 
sanjaybandhniya
Intermediate

Refresh Edit Property Section

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
charlesdaumont
Active Member

Re: Refresh Edit Property Section

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", {});

sanjaybandhniya
Intermediate

Re: Refresh Edit Property Section

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

CarlosLorenzo
Active Member

Re: Refresh Edit Property Section

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