Hi,
We have a scenario where we are using extraClientlibs to perform event handling for the Touch UI component dialog. To invoke the custom function, we wrote
$document.on("dialog-ready", function() {
getAdaptiveData();
}
in one of the JS but we found that irrespective of the component , this function get invoke everytime on any dialog load.
Can anyone help us as how we can achieve a scenario where only component specific JS get invoked which in turn only invoke defined "dialog-ready" .
Regards,
Shikha