This is an old revision of the document!


Rich Text Editor

FIXME toolbar options FIXME remove class apply FIXME remove insert custom link

http://docs.telerik.com/devtools/aspnet-ajax/controls/editor/functionality/toolbars/overview

Editor Tools

IconTool NameDescirption
BoldApplies bold formatting to the selected text.
Italic
UnderlineApplies underline formatting to the selected text.
Justify LeftAligns the selected paragraph to the left.
Justify CenterAligns the selected paragraph to the center.
Justify RightAligns the selected paragraph to the right.
Apply ClassApplies custom, predefined styles to the selected text.
Custom LinkInserts an internal or external link from a predefined list.
Font NameSets the font typeface.
Font SizeSets the font size.
Fore ColourChanges the foreground color of the selected text.
Back ColourChanges the background color of the selected text.
Insert TableInserts a table in the editor. FXIME dialog
Find and ReplaceFind (and replaces) text in the editor's content area.

InsertTable Insert Table - Inserts a table in the Telerik RadEditor .

FindAndReplace Find and Replace - Find (and replaces) text in the editor's content area.

Print Print - Prints the contents of the Telerik RadEditor or the whole web page. <tool name=“Print” shortcut=“CTRL+P”/>

AjaxSpellCheck Spell - Launches the spell checker. <tool name=“AjaxSpellCheck” shortcut=“F7”/>

Undo Undo - Undoes the last action. <tool name=“Undo” shortcut=“CTRL+Z”/>

Redo Redo - Redoes/repeats the last action, which has been undone.

Cut Cut - Cuts the selected content and copies it to the clipboard. <tool name=“Cut” shortcut=“CTRL+X”/>

Copy Copy - Copies the selected content to the clipboard. <tool name=“Copy” shortcut=“CTRL+C”/>

Paste Paste - Pastes the copied content from the clipboard into the editor.