This is driving me crazy:
I have to retrieve the HTML tags that the actual cursor position is inside.
For example: '<body><h1>'
or '<body><table><tr><td>'
or '<span style="font-weight: bold;"'
..and so on.

With WebView.HitTest I can detect images and links, but no tags.
WebElement can list all elements, but where is the cursor?
With Document.execCommand I get nothing at all.

Somebody knows how to?

Thanks
Matti
------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to