This is an old revision of the document!
Rich Text Editor
toolbar options
remove class apply
remove insert custom link
http://docs.telerik.com/devtools/aspnet-ajax/controls/editor/functionality/toolbars/overview
Editor Tools
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.