Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » How to get the innerHTML of object on mouseover with SWT browser(How to get the innerHTML of object on mouseover with SWT browser)
How to get the innerHTML of object on mouseover with SWT browser [message #1742986] Fri, 09 September 2016 06:33 Go to next message
shweta shweta is currently offline shweta shwetaFriend
Messages: 1
Registered: September 2016
Junior Member
Hi,
I embedded the SWT browser in my project. Now I want to know that how we get the innerHTML of the object on mouse over.
Re: How to get the innerHTML of object on mouseover with SWT browser [message #1743058 is a reply to message #1742986] Sat, 10 September 2016 05:34 Go to previous message
Erdal Karaca is currently offline Erdal KaracaFriend
Messages: 854
Registered: July 2009
Senior Member
Have a look at BrowserFunction. It allows to communicate with the SWT backend.
If you have jQuery running in your Browser instance, then you can use $(...).html() to get the innerHTML and return that via your BrowserFunction to the Java side.
Previous Topic:Random ArrayIndexOutOfBoundsException with virtual custom draw tree
Next Topic:inconsistest setImage(null) on Label control
Goto Forum:
  


Current Time: Tue Mar 19 08:39:33 GMT 2024

Powered by FUDForum. Page generated in 0.01870 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top