NewSavePrintPrint PreviewSpell Dialog BoxSpell As You TypeFind and Replace
CutCopyPastePaste As TextUndoRedoSelect AllRemove FormatClean Word Format
Insert ImageInsert TemplateInsert TableInsert EmoticonInsert SymbolInsert Page BreakInsert Horizontal Rule
Fit To WindowHelp
Format
Font
Size
BoldItalicUnderlineJustify LeftJustify CenterJustify RightJustify FullInsert Numbered ListInsert Bulleted ListOutdentIndentForeground Color
Foreground ColorBackground Color
Background Color
Line Break As ParagraphProperties
DesignHTMLPreview

Description
When you right-click inside the editor, UltimateEditor automatically detects the type of the object selected and
displays the related context-menu to set the properties of the selected object.

If you right-click on the text, the default context menu is displayed with Cut, Copy and Paste options that will be
enabled/disabled based the status of the text selected. For example, if a piece of text is highlighted, Cut and
Copy options will be enabled.

The context menu styles can be customized by changing the following CSS classes in UltimateEditor.css file
under the selected Theme directory:

CSS Class Name Description
EditorContextMenu CSS class for the context menu.
EditorContextMenuItem CSS class for the context menu item when the mouse is not over the item.
EditorContextMenuItemOver CSS class for the context menu item when the mouse is over the item.
EditorContextMenuDisabledItem CSS class for the disabled context menu items.
EditorContextMenuSeparator CSS class for the context menu item separator.