संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
एडिटर ऐड-ऑन
की मदद से, उपयोगकर्ता को पसंद के मुताबिक बनाए गए मेन्यू, डायलॉग बॉक्स, और
साइडबार के ज़रिए इंटरैक्ट करने की सुविधा मिलती है. यहां दिए गए लिंक पर जाकर, इस तरह के इंटरफ़ेस बनाने के बारे में जानकारी पाएं.
ऐड-ऑन मेन्यू, Apps Script की बुनियादी Ui सेवा का इस्तेमाल करके बनाए जाते हैं.
मेन्यू आइटम, ऐड-ऑन का इस्तेमाल शुरू करने के लिए शुरुआती पॉइंट देते हैं. हालांकि, आपको उन्हें इस तरह से डिज़ाइन करना होगा कि वे ऐड-ऑन के अनुमति देने के लाइफ़साइकल को ध्यान में रखें.
साइडबार और डायलॉग बॉक्स, Apps Script की एचटीएमएल सेवा का इस्तेमाल करके बनाए जाते हैं. इस सेवा की मदद से, एचटीएमएल और सीएसएस का इस्तेमाल करके इंटरफ़ेस के स्ट्रक्चर और लुक को तय किया जा सकता है.
ज़्यादा जानकारी के लिए, एचटीएमएल बनाना और उसे दिखाना लेख पढ़ें.
क्लाइंट-सर्वर कम्यूनिकेशन कॉल भी सेट अप किए जा सकते हैं. इससे इंटरफ़ेस में उपयोगकर्ता की कार्रवाइयों के नतीजे, Google के उन सर्वर पर दिखते हैं जहां एडिटर फ़ाइल मौजूद होती है या इसके उलट होता है.
Apps Script, डाइनैमिक इंटरफ़ेस को आसानी से बनाने के लिए टेंप्लेट सिंटैक्स भी उपलब्ध कराता है.
Editor ऐड-ऑन के लिए एचटीएमएल इंटरफ़ेस बनाते समय, आपको 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-25 (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"]]