There is a code mentioned like this below
private native void initPlaylistJS (PlaylistTable pl) /*-{
$wnd.addClipToPlaylist = function (clipId, clipTitle) {
[email protected]::addClip(Ljava/lang/
String;Ljava/lang/String;)(clipId, clipTitle);
};
}-*/;
Now the question is how can I call this method in my JavaScript code.
My JavaScript code is inside a native method in GWT.
Thanks in advance..
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" 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-appengine?hl=en.