Format
Normal
Formatted
Address
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Numbered List
Bulleted List
Directory List
Menu List
Definition Term
Definition
Format
Font
Arial
Arial Black
Comic Sans MS
Courier
Courier New
Fixedsys
Georgia
Impact
Lucida Console
Lucida Sans Unicode
MS Sans Serif
MS Serif
Marlett
Modern
Palatino Linotype
Roman
Script
Small Fonts
Symbol
System
Tahoma
Terminal
Times New Roman
Trebuchet MS
Verdana
Webdings
Wingdings
Font
Size
1 (8 pt)
2 (10 pt)
3 (12 pt)
4 (14 pt)
5 (18 pt)
6 (24 pt)
7 (36 pt)
Size
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.