Select Toolbar Layout

NewSavePrintPrint PreviewSpell Dialog BoxSpell As You TypeFind and Replace
CutCopyPastePaste As TextUndoRedoSelect AllRemove FormatClean Word Format
Insert TableInsert Row AboveInsert Row BelowDelete RowInsert Column LeftInsert Column RightDelete ColumnMerge CellsSplit Cells
Zoom
Fit To WindowHelp
Style
Format
Font
Size
BoldItalicUnderlineJustify LeftJustify CenterJustify RightJustify FullInsert Numbered ListInsert Bulleted ListOutdentIndentForeground Color
Foreground ColorBackground Color
Background Color
DesignHTMLPreview

Description
You can customize the editor toolbars in two ways:

1. Update the editor XML file (manual)

 a) Copy UltimateEditor.xml file from UltimateEditorInclude to your web page directory
 b) Rename UltimateEditor.xml as YourEditor.xml
 c) Edit YourEditor.xml to have the toolbars, buttons and dropdowns as you wish
 d) Set the EditorSource property of UltimateEditor to YourEditor.xml

 Almost all the samples use this approach to customize the editor toolbars.

2. Use the Toolbars collection (programming)

 a) Load the toolbars from the XML file specified by the EditorSource property to make modifications on it, or
 b) Create new toolbars from scratch

Please refer to the Server-Side API samples to learn more about programming the Toolbars collection.