Apps Script to open of a Google Document "open in my browser" with function -



Apps Script to open of a Google Document "open in my browser" with function -

just trying utilize simple script "open in browser" doc not spredsheet specified file id , opens document .

function onopen() { // add together menu items, separators, , sub-menu. documentapp.getui().createmenu('oar') .additem('maj date + oar', 'test') .additem('maj date auto', 'testdate') ***.additem('accès direct url', 'href=/d/1udvlspazngalg6nid jmjvkkw3i9ocaeka-a_cac79cykvszkd545dyzn/edit?')*** .addtoui(); }

google-apps-script google-docs

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

c# - Create a Notification Object (Email or Page) At Run Time -- Dependency Injection or Factory -

ruby on rails - Devise Logout Error in RoR -