Can I call GWT javascript in my exist HTML page for render GWT widget
like:
<html>
<head>
<title></title>
<script type="text/javascript" src="path/to/my/compliled/gwt/
script.js"/>
<head>
<body>
<div id="myTab"/>
<script type="text/javascript">
var myTab = new MyTab("myTab");
</script>
</body>
</html>
I need to create javascript library with GWT by writing java code.
Can any one tell me it possible or not?
Thank you
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.