Reputation: 26860
Lets say I have on page that runs GWT widget:
<div name="foo" id="123"></div>
How do I retrieve the name "foo"
if I want to search for it with the div's ID "123"
using the widget that is running on that page?
Upvotes: 1
Views: 2092