Howto call dialog programmatically by name
Hi there,
We have to switch in a workflow between calling a service or popup a dialog. Therefore we use custom javascript.
Calling the service is straight forward by calling the service by name:
myservice.execute({});
(no idea what could be entered in the {}...)
To open the dialog, we only see that it is internally called by its wrapper id:
showMobilePageAsPopup('j_8');
How can we call the dialog by its name like
showMobilePageAsPopup('myDialog');
Thx for your help
Kind Regards
Frank