glide.ui.html.editor.v5.toolbar
ServiceNow property description:
Configures the editing toolbar for HTML fields(TinyMCE v5). This is a space-separated list without commas. Available buttons: newdocument, bold, italic, underline, strikethrough, alignleft, aligncenter, alignright, alignjustify, formatselect, fontselect, fontsizeselect, table, cut, copy, paste, pastetext, searchreplace, bullist, numlist, outdent, indent, blockquote, undo, redo, link, unlink, code, forecolor, backcolor, removeformat, hr, visualblocks, subscript, superscript, charmap, image, media, fullscreen, anchor, toc, codesample, ltr, rtl, emoticons, insertdatetime, nonbreaking, pagebreak, print, visualblocks, visualchars, cut, copy. Use | between buttons to create button groups
Attributes
- Sys ID: 5b84311b0f0230102284ff12ff767eb0
- Type: string
- Application: Global
- Default value: bold italic underline undo redo | fontselect fontsizeselect table | forecolor backcolor link unlink | image media code | alignleft aligncenter alignright | bullist numlist fullscreen

AI generated property description:
The ServiceNow property `glide.ui.html.editor.v5.toolbar` is used to configure the toolbar of the TinyMCE HTML editor. This property allows administrators to customize the buttons and features available in the editor's toolbar, enhancing or limiting the functionality based on user needs. By modifying this property, you can specify which tools appear, such as formatting options, lists, links, and more. The configuration is done by setting a comma-separated list of toolbar control names. This customization helps streamline the user interface and improve the user experience by providing relevant tools for content editing. For detailed instructions and examples, refer to the ServiceNow documentation on configuring the TinyMCE HTML toolbar.
Source