function doGet() { var app = UiApp.createApplication(); app.add(app.loadComponent('NewYearCard2013Gui')); var panel = app.getElementById('panel'); var handler = app.createServerHandler('serverHandler') .addCallbackElement(panel); app.getElementById('send').addClickHandler(handler); return app; } function serverHandler(event) { Logger.log(event); var app = UiApp.getActiveApplication(); //visual eff
{{#tags}}- {{label}}
{{/tags}}