Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
general_navigation_radeditor [2017/03/08 09:45]
steveclarke [Editor Tools]
general_navigation_radeditor [2017/03/08 10:12] (current)
steveclarke [Editor Tools]
Line 2: Line 2:
 {{:​radeditor.png?​600|}} {{:​radeditor.png?​600|}}
  
 +The rich text editor allows the user to maintain and format content. ​ There are three edit modes.
  
-FIXME toolbar ​options +  * Design: In the Design mode you can edit and format the content by using the toolbar ​buttons, dropdowns and dialogs. 
-FIXME remove class apply +  * HtmlHTML mode provides direct access to the content HTMLThis mode is used most often by advanced users. 
-FIXME remove insert custom link +  * Preview: Shows how the content will look like before updating the page.
- +
-http://docs.telerik.com/​devtools/​aspnet-ajax/​controls/​editor/​functionality/​toolbars/​overview+
 ==== Editor Tools ==== ==== Editor Tools ====
 ^Icon^Tool Name^Descirption^ ^Icon^Tool Name^Descirption^
Line 22: Line 21:
 |{{:​radeditor_forecolor.png|}}|Fore Colour|Changes the foreground color of the selected text.| |{{:​radeditor_forecolor.png|}}|Fore Colour|Changes the foreground color of the selected text.|
 |{{:​radeditor_backcolor.png|}}|Back Colour|Changes the background color of the selected text.| |{{:​radeditor_backcolor.png|}}|Back Colour|Changes the background color of the selected text.|
-|{{:​radeditor_table.png|}}|Insert Table|Inserts a table in the editor. ​FXIME dialog|+|{{:​radeditor_table.png|}}|Insert Table|Inserts a table in the editor. ​for more on inserting tables and their dialog ​windows click [[http://​docs.telerik.com/​devtools/​aspnet-ajax/​controls/​editor/​functionality/​toolbars/​dropdowns/​insert-table|here]].|
 |{{:​radeditor_findreplace.png|}}|Find and Replace|Find (and replaces) text in the editor'​s content area.| |{{:​radeditor_findreplace.png|}}|Find and Replace|Find (and replaces) text in the editor'​s content area.|
-|{{:radeditor_.png|}}||| +|{{:radeditor_print.png|}}|Print|Prints the contents of the editor or the whole web page.
-|{{:radeditor_.png|}}||| +|{{:radeditor_spellcheck.png|}}|Spell Check|Launches the spell checker.
-|{{:radeditor_.png|}}||| +|{{:radeditor_undo.png|}}|Undo|Undoes the last action.
-|{{:radeditor_.png|}}||| +|{{:radeditor_redo.png|}}|Redo|Redoes/​repeats the last action, which has been undone.
-|{{:radeditor_.png|}}||| +|{{:radeditor_cut.png|}}|Cut|Cuts the selected content and copies it to the clipboard.
-|{{:radeditor_.png|}}||| +|{{:radeditor_copy.png|}}|Copy|Copies the selected content to the clipboard.
-|{{:radeditor_.png|}}||| +|{{:radeditor_paste.png|}}|Paste|Pastes the copied content from the clipboard into the editor.
-|{{:radeditor_.png|}}||| +|{{:radeditor_pasteword.png|}}|Paste Word|Pastes content copied from Word and removes the web-unfriendly tags.
-|{{:radeditor_.png|}}||| +|{{:radeditor_wordstripfont.png|}}|Paste Word Strip Font|Paste from Word cleaning fonts and sizes - Cleans all Word-specific tags and removes font names and text sizes.
-|{{:radeditor_.png|}}||+|{{:radeditor_pastetext.png|}}|Paste Text|Paste from Word cleaning fonts and sizes Cleans all Word-specific tags and removes font names and text sizes.| 
- +|{{:​radeditor_pasteashtml.png|}}|Paste as HTML|Pastes HTML code in the content area and keeps all the HTML tags.| 
-InsertTable +|{{:​radeditor_pastehtml.png|}}|Paste HTML|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.| 
-Insert Table - Inserts a table in the Telerik RadEditor . +|{{:​radeditor_formatstripper.png|}}|Format Stripper|Removes custom or all formatting from selected text.| 
- +|{{:​radeditor_addattachment.png|}}|Add Attachment|Opens an Attachment Selector dialog that allows ​the user to embed an Attachment image in the text.|
-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.