Refresh Edit Property Section
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2018 01:33 AM
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?
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2018 04:34 AM
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", {});
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2018 05:19 AM
I want to refresh edit properties part(section).Check below image.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2020 07:40 PM
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????
