0

I know this question has somewhat been asked before, but I could not find a definitive answer for it.

I am attempting to make an interactive, custom-designed UI menu for a google doc add-on. I would like to be able to code in items such as pull-down menus or checkboxes. Are these possibilities with this discontinuation of the UI Service? And if so, how would I go about coding this? Even a link to a place that might have suggestions would be a help. Thanks!

1
  • Sidebars use html. So go nuts. This is not a place to ask for html tutorials Commented Jan 21, 2019 at 17:10

1 Answer 1

1

As you mentioned, the UI Service has been deprecated and replaced by HtmlService. HtmlService let's you build a complete UI with HTML, CSS and client side Javascript, so you can make the UI as simple or complex as you like.

HtmlService intefaces can be rendered in sidebars or in popup dialogs, see https://developers.google.com/apps-script/guides/dialogs

See the HtmlService documentation here, https://developers.google.com/apps-script/reference/html/

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.