קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
תוספים ל-Editor
מאפשרים למשתמשים לבצע פעולות באמצעות תפריטים, תיבות דו-שיח וסרגלי צד מותאמים אישית. בקישורים הבאים תוכלו לקרוא מידע על בניית ממשקים מהסוגים האלה.
תפריטים של תוספים נוצרים באמצעות שירות Ui הבסיסי של Apps Script.
פריטי התפריט מספקים נקודות התחלה ראשוניות לשימוש בתוסף, אבל צריך לתכנן אותם כך שיביאו בחשבון את מחזור החיים של ההרשאה של התוסף.
אפשר גם להגדיר קריאות לתקשורת בין לקוח לשרת כדי שפעולות משתמש בממשק יגרמו לפעולות בשרתי Google שבהם נמצא קובץ העריכה, או להיפך.
ב-Apps Script יש גם תחביר של תבניות, כדי להקל על יצירת ממשקים דינמיים.
כשיוצרים ממשקי HTML לתוספים של Editor, כדאי להשתמש בחבילת ה-CSS של תוספים ל-Editor כדי שהתוסף ייראה וירגיש כמו כלי העריכה של Google Workspace שהוא מרחיב.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-07-31 (שעון UTC)."],[[["Editor add-ons enhance user interaction with custom menus, dialogs, and sidebars, built using Apps Script's UI and HTML services."],["Add-on menus initiate add-on usage and should be designed considering the add-on authorization lifecycle."],["Sidebars and dialogs, created with HTML service, allow for defining the add-on's interface structure and appearance using HTML, CSS, and client-server communication for dynamic interactions."],["The Editor add-on CSS package ensures visual consistency with Google Workspace editors."]]],["Editor add-ons allow user interaction via custom menus, dialogs, and sidebars. Menus, built with the Ui service, serve as starting points, requiring design consideration for the add-on authorization lifecycle. Sidebars and dialogs, created using the HTML service, utilize HTML and CSS for interface design. Client-server communication enables actions on the server based on user interface interactions. The editor add-on CSS package maintains a consistent look and feel with Google Workspace editors. Dynamic interface creation is supported via a template syntax.\n"]]