Groups
Groups
Sign in
Groups
Groups
gwtexporter
Conversations
About
Send feedback
Help
Accessing UI elements from JS
19 views
Skip to first unread message
ihsan ciftci
unread,
Oct 27, 2011, 7:03:59 AM
10/27/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gwtexporter
//Export Overlay for Mapviewer
@ExportPackage("Test")
@Test("MapViewer")
public class MapViewer implements ExportOverlay<com.test.MapViewer>(
public MapViewer() { }
);
// Old GWT widget
com.test.MapViewer extends FocusPanel()
{
}
var map = new Test.MapViewer();
//document.body.appendChild(map);
How can I add MapViewer to the body ?
Reply all
Reply to author
Forward
0 new messages