lwc:google_api:html_interface

(see examples in “script tests”)

make layouts here

it appears (?) you need https to load external files?

before </head>: <link rel=“stylesheet” href=“https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css”>

before </body>:

  • <script src=“https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js”></script>
  • <script src=“https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js”></script>

</body>

reference: http://stackoverflow.com/questions/27863416/can-bootstrap-js-be-used-in-gas-google-apps-script



  • lwc/google_api/html_interface.txt
  • Last modified: 2020/11/26 17:50
  • by John Harrison