November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Managed to do a workaround with signalR.
Does anyone know how I can trigger a refresh/reload on UI from dojo without doing a page reload?
Hi Tim
It sounds like you may be able to publish a Dojo topic to do this. Grzegorz has done a great job blogging about the built in topics:
https://gregwiechec.com/2015/08/using-dojo-topic-publish-and-topic-subscribe/
I would personally start looking at contextchanged as this should refresh the UI panels.
David
Hi,
We have extended the content reference property with an button to an external image bank. This opens a popup to the external site with a postback url (endpoint on our site). This endpoint (web api) recieves the image and uploads it to episerver and sets the content reference property with the uploaded image reference. This works quite well, but the issue here is that the UI doesn't know that the property has been changed before we do a refresh in the browser. Is there a way to notfiy the UI from code without having the editor refresh the page?
Can we use any of these?:
- Message Service Pool: http://world.episerver.com/documentation/Items/Developers-Guide/Episerver-Framework/7/User-Interface/Message-Service-Pool/
- Web sockets: http://world.episerver.com/documentation/Items/Developers-Guide/Episerver-CMS/9/User-interface/websocket-support/
Thanks