|
| Inicio → WINDEV 2024 → [WB21] Ajax table - How to get row info in browser code on the "onmouseover" event |
| [WB21] Ajax table - How to get row info in browser code on the "onmouseover" event |
| Iniciado por guest, 22,sep. 2016 14:59 - 2 respuestas |
| |
| | | |
|
| |
| Publicado el 22,septiembre 2016 - 14:59 |
Hi,
I've been banging my head on this for a couple of hours. The situation: - Ajax table - One container column with an icon - Icon has an Ajaxexecuteasynchronous call on the onmouseover event in browser code - This call requires to pass a key value from the row that is being hovered over (in order to show a hover form with more detailed data)
The issue: I cannot find a solution to get the key data from the table row that is actually being hovered over. Has anybody been able to get something similar to work? TableInfoXY() doesn't exist in WB so it seems it is not possible but it seems such a basic idea that I see in many other web apps.
Any hints?
TIA,
Peter Holemans |
| |
| |
| | | |
|
| | |
| |
| Publicado el 22,septiembre 2016 - 20:55 |
Hi,
use a looper. It gives you way more control
regards
Allard |
| |
| |
| | | |
|
| | |
| |
| Publicado el 23,septiembre 2016 - 07:53 |
Hi Allard,
Can you be more precise on the 'how'? LooperInfoXY() is (like TableInfoXY) NOT available in browser code...
TIA,
Peter Holemans |
| |
| |
| | | |
|
| | | | |
| | |
|