How to call HTML dialog's method from java
Dear Ivy team
I would like to know is there any way to trigger a HTML dialog from java code.
Something like this:Lets me describe the situation:
I have a page that contains a method named "run"
![alt text][1]
In HTML view I have a button to call a method from backing bean "Bean"
![alt text][2]
Now what we need to how to trigger method "run" from the backing bean
![alt text][3]
We can achieve this only when the method belongs to an Ivy component by using something like this
![alt text][4]
Unfortunately, this way only work for Ivy's component, not for the page.
So my question is do we have any way to call HTML dialog's method from java?
[1]: https://answers.axonivy.com/upfiles/2019-12-04_16h47_35.png
[2]: https://answers.axonivy.com/upfiles/2019-12-04_16h48_42.png
[3]: https://answers.axonivy.com/upfiles/2019-12-04_16h49_17_Xq1duAv.png
[4]: https://answers.axonivy.com/upfiles/2019-12-04_16h52_34.png