Skip to main content

Javascript Limitations of Google Apps Scripts WebApps? [closed]

C'mon help me push the boundaries a little here...

Google supports sticking your Javascript in an html file. This guy shows how to display images in a webapp done in a google script. That guy makes those images have s3x (I mean, give me a better description here!)

Settings variables for the images residing in a Google Drive in the Code.gs and later trying to use them in the javascript file doesn't work. I get a blank screen.

Is this a limitation of Google or a Javascript knowledge limitation on my part?

This here is the code dot js where I map the two images.

Code.gs

This shows the html we see

Page.html

This is where the magic happen...

Javascript.html

the css....

the css

Via Active questions tagged javascript - Stack Overflow https://ift.tt/2FdjaAW

Comments