I want to see all the methods that I can use on a Generic Widget in Google Apps script, but I can’t find anything unsubstantial.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think this is the link you are looking for.
https://developers.google.com/apps-script/class_widget
Keep in mind that Apps script is built upon Google’s Web Toolkit (used in the App engine service). You can look at that to have better understanding of how things work.
However, Apps Script is another service and as you will quickly see, everytime a widget gets implemented in Apps Script it has less property’s and methods.
Lastly, you could always post a feature request on http://code.google.com/p/google-apps-script-issues/. If other people ‘star’ it enough, google might implement your request. Its a fairly honest system and they do prioritise their efforts based upon it.