I haven't fully looked into what actually fires onMouseHover but does anyone know if this is fired for a WebTable? So far to me it seems it isn't.
onMouseHover
WebTable
That event is not currently supported.
Is it the JS event that is not included or specifically with certain widgets? I can probably help contribute that.
You would have to manually map into both the WebTable API and the backend peer implementations.
If you are more than welcome to take a look - there are some backdoors in fwt::TablePeer.js to make it work.
Awesome, will do. Thanks!
Login or Signup to reply.
Jeremy Criquet Thu 25 Jun 2015
I haven't fully looked into what actually fires
onMouseHover
but does anyone know if this is fired for aWebTable
? So far to me it seems it isn't.andy Thu 25 Jun 2015
That event is not currently supported.
Jeremy Criquet Thu 25 Jun 2015
Is it the JS event that is not included or specifically with certain widgets? I can probably help contribute that.
andy Fri 26 Jun 2015
You would have to manually map into both the WebTable API and the backend peer implementations.
If you are more than welcome to take a look - there are some backdoors in fwt::TablePeer.js to make it work.
Jeremy Criquet Tue 21 Jul 2015
Awesome, will do. Thanks!