Icon | Tool Name | Description | ToolsFile Declaration |
|---|
| ConvertToUpper | Convert the text of the current selection to upper case, preserving the non-text elements such as images and tables. |
<tool name="ConvertToUpper" />
|
| ConvertToLower | Convert the text of the current selection to lower case, preserving the non-text elements such as images and tables. |
<tool name="ConvertToLower" />
|
| RealFontSize | Allows the user to apply to the current selection font size measured in pixels (px) or points (pt), rather than a fixed-size 1 to 7 (as does the FontSize tool). |
<tool name="RealFontSize"/>
|
| ToggleScreenMode | Toggle Screen Mode - Switches Telerik RadEditor into Full Screen Mode. |
<tool name="ToggleScreenMode" shortcut="F11"/>
|
| ToggleTableBorder | Show/Hide Border - Shows or hides borders around tables in the content area. |
<tool name="ToggleTableBorder" />
|
| Zoom | Zoom - Changes the level of text magnification. |
<tool name="Zoom" />
|
| ModuleManager | Module Manager - Activates /Deactivates modules from a drop-down list of available modules. |
<tool name="ModuleManager" />
|
| ToggleDocking | Toggle Docking - Docks all floating toolbars to their respective docking areas. |
<tool name="ToggleDocking" />
|
| FindAndReplace | Find and Replace - Find (and replaces) text in the editor's content area. |
<tool name="FindAndReplace" shortcut="CTRL+F"/>
|
| Print | Print button - Prints the contents of the Telerik RadEditor or the whole web page. |
<tool name="Print" shortcut="CTRL+P"/>
|
| AjaxSpellCheck | Spell button - Launches the spell checker. |
<tool name="AjaxSpellCheck" shortcut="F7"/>
|
| Cut | Cut button - Cuts the selected content and copies it to the clipboard. |
<tool name="Cut" shortcut="CTRL+X"/>
|
| Copy | Copy button - Copies the selected content to the clipboard. |
<tool name="Copy" shortcut="CTRL+C"/>
|
| Paste | Paste button - Pastes the copied content from the clipboard into the editor. |
<tool name="Paste" shortcut="CTRL+V"/>
|
| PasteStrip | PasteStrip dropdown - contains advanced paste options (Paste, PasteFromWord, PasteFromWordNoFontsNoSizes, PastePlainText, PasteAsHtml, PasteHtml) |
<tool name="PasteStrip" />
|
| PasteFromWord | Paste from Word button - Pastes content copied from Word and removes the web-unfriendly tags. |
<tool name="PasteFromWord" />
|
| PasteFromWordNoFontsNoSizes | Paste from Word cleaning fonts and sizes button - cleans all Word-specific tags and removes font names and text sizes. |
<tool name="PasteFromWordNoFontsNoSizes" />
|
| PastePlainText | Paste Plain Text button - Pastes plain text (no formatting) into the editor. |
<tool name="PastePlainText" />
|
| PasteHtml | Paste HTML button - Pastes HTML code in to the current selection and renders it. It is helpful when needed to enter predefined HTML code such as media embed source. |
<tool name="PasteHtml" />
|
| PasteAsHtml | Paste as HTML button - Pastes HTML code in the content area and keeps all the HTML tags. |
<tool name="PasteAsHtml" />
|
| Undo | Undo button - undoes the last action. |
<tool name="Undo" shortcut="CTRL+Z"/>
|
| Redo | Redo button - Redoes/Repeats the last action, which has been undone. |
<tool name="Redo" shortcut="CTRL+Y"/>
|
| FormatStripper | Format Stripper button - Removes custom or all formatting from selected text. |
<tool name="FormatStripper"/>
|
| Help | Quick Help - Launches the Quick Help you are currently viewing. |
<tool name="Help" shortcut="F1"/>
|
| AboutDialog | About Dialog - Shows the current version and credentials of Telerik RadEditor. |
<tool name="AboutDialog" />
|
| XhtmlValidator | XhtmlValidator - dialog uses the W3C XHTML Validator Page to perform validation of the current editor content. |
<tool name="XhtmlValidator" />
|
| TrackChangesDialog | Track Changes dialog - provides a comparison between two contents. |
<tool name="TrackChangesDialog" />
|
| StyleBuilder | StyleBuilder - provides options to define cascading style sheet (CSS) style attributes. |
<tool name="StyleBuilder" />
|