How to trigger reload of Touch UI component after modification?
Hello,
I have Touch UI component which on $(document).ready() laod information from some external API.
Parameters for this call are stored in dialog and I want to reload only this component(Refresh self) after dialog edit action performed.
I've tried to configure afteredit listener in _cq_editConfig.xml. But, content of the page is displayed in IFrame.
What is the best way to trigger initialization method?
Thanks
Alex