Hi,
I'd like to call a google apps script from GWT to create a document
(example of code below) :
public static native void sendDocument() /*-{
// Create and open a document
doc = DocumentApp.create("Document Title");
}-*/;
However when called from GWT, this function returns an Exception as
the object "DocumentApp" is not initialised.
Is there any way to perform such functionality or the access to Google
Apps Scripts is not possible from GWT ?
Thanks,
Hugues
--
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.