Call/Address from brwoser component or html widgets
Hi,
I have HTML widgets on my screen (with buttons etc.) and I'm trying to go to another screen with the click on one of these buttons.
After exporting the project:
1) first I tried to make a link to another page (not successful): screens/c10def2f-3262-4f5e-8f55-a3ea4a65b429
2) I put a label on the screen outside of the HTML component and set the event to move to another screen, after that I tried to call the click event of this Label in my HTML button (not successful)
- var callClick = $(window.self).find('s-Label_15');
- callClick.trigger('click');
- or
- callClick.click();
I appreciate any suggestion or help.
Thanks
Mo
Replies have been locked on this page!