Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mouse events on form level ?
#2
JS and the DOM support event bubbling but to do what you need you'd need an even on a master tag.

If you set a click event in JS manually on a top level tag, ie near the page you can then capture the DOM based click event. Controls that have their own click event may or may not let the event bubble up though and IW would have no way to know of the event so you should also hook it to an async callback.
Reply


Messages In This Thread
Mouse events on form level ? - by SorenJensen - 10-06-2019, 11:40 AM
RE: Mouse events on form level ? - by kudzu - 10-06-2019, 02:45 PM
RE: Mouse events on form level ? - by SorenJensen - 10-07-2019, 05:37 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)