Reload page with widget

Reload page with widget

Hi all, 

I hope I can find some help here. I developed a small widget for Creator that is integrated into a page as a component. The page contains other content as well. When the widget is sent, the entire page should be reloaded to apply the changes to the widget. However, this does not work properly. Reloads that I call up in the widget are only applied to the widget-container and not to the entire page. Likewise, a URL callback. Does anyone have any idea how it works?
I have tried:
- location.reload()
- location.reload(true)
- location.replace()
window.location.reload();
window.location.href = window.location.href;

With Zoho.Recruit I found the function ZOHO.RECRUIT.UI.closeReload(). However, it did not work with ZOHO.CREATOR.

Thank you in advance for your support.