glide.ui.html.editor.toolbar
ServiceNow property description:
Configures the editing toolbar for HTML fields(TinyMCE). This is a space-separated list without commas. Available buttons: newdocument, bold, italic, underline, strikethrough, alignleft, aligncenter, alignright, alignjustify, blocks, fontfamily, fontsize, 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, tableofcontents, codesample, ltr, rtl, emoticons, insertdatetime, nonbreaking, pagebreak, print, visualblocks, visualchars, cut, copy, accordion, a11ycheck, rotateleft, rotateright, flipv, fliph, editimage. Use | between buttons to create button groups
Attributes
- Sys ID: 2cb6255677000210f18b48a0af5a9914
- Type: string
- Application: Global
- Default value: bold italic underline undo redo | fontfamily fontsize 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.toolbar configures the toolbar layout for the TinyMCE HTML editor. Its value is a space-separated list of editor controls, with groups of buttons separated by the | symbol. The default configuration includes common functions such as bold, italic, underline, undo, redo, font settings, tables, color tools, links, images, media, code view, alignment, lists, and fullscreen mode. Administrators can customize this list to simplify the editor by removing options or expand functionality by adding supported buttons such as anchors, charts, or accessibility tools. This property is used to tailor the editing experience for catalog items, knowledge articles, and other rich text fields, balancing usability, performance, and compliance with organizational content standards.
Source