Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
general_navigation_tree [2017/03/08 10:12] 127.0.0.1 external edit |
general_navigation_tree [2017/03/20 13:17] (current) steveclarke |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Rich Text Editor ====== | + | ====== Tree Controls ====== |
- | {{:radeditor.png?600|}} | + | Tree controls are used to display hierarchical data. They are used primarily in the [[bank_select_level_3|Bank Selection]], [[exam_edit_layout|Exam Layout]] and when working with [[competency_entry|Competencies]]. |
- | The rich text editor allows the user to maintain and format content. There are three edit modes. | + | === Expand a Tree === |
+ | The image below is from Exam Layout. It show a collapsed Exam with its Sections. To expand collapsed nodes, click the arrow next to the node. | ||
- | * Design: In the Design mode you can edit and format the content by using the toolbar buttons, dropdowns and dialogs. | + | {{:treecollapsed.png?200|}} |
- | * Html: HTML mode provides direct access to the content HTML. This mode is used most often by advanced users. | + | |
- | * Preview: Shows how the content will look like before updating the page. | + | === Collapse a Tree === |
- | ==== Editor Tools ==== | + | The image below is from Exam Layout. It show an expanded Exam with its Sections. To collapse an expanded node, click the arrow next to the node. |
- | ^Icon^Tool Name^Descirption^ | + | |
- | |{{:radeditor_bold.png|}}|Bold|Applies bold formatting to the selected text.| | + | {{:treeexpanded.png?200|}} |
- | |{{:radeditor_italic.png|}}|Italic|Applies italic formatting to the selected text. | + | |
- | |{{:radeditor_underline.png|}}|Underline|Applies underline formatting to the selected text.| | + | === Context Menus === |
- | |{{:radeditor_left.png|}}|Justify Left|Aligns the selected paragraph to the left.| | + | Some trees like on Exam Layout support right-click context menus. To open a context menu, right click the node on the tree. |
- | |{{:radeditor_center.png|}}|Justify Center|Aligns the selected paragraph to the center.| | + | |
- | |{{:radeditor_right.png|}}|Justify Right|Aligns the selected paragraph to the right.| | + | {{:treecontext.png?200|}} |
- | |{{:radeditor_applyclass.png|}}|Apply Class|Applies custom, predefined styles to the selected text.| | + | |
- | |{{:radeditor_customlink.png|}}|Custom Link|Inserts an internal or external link from a predefined list.| | + | === Drag and Drop === |
- | |{{:radeditor_fontfamily.png|}}|Font Name|Sets the font typeface.| | + | Some trees support drag and drop functionality to help reorder nodes in the tree. For example, the Exam layout tree supports drag and drop to reorder Items on the Exam. |
- | |{{:radeditor_fontsize.png|}}|Font Size|Sets the font size.| | + | |
- | |{{:radeditor_forecolor.png|}}|Fore Colour|Changes the foreground color of the selected text.| | + | To drag and drop: |
- | |{{:radeditor_backcolor.png|}}|Back Colour|Changes the background color of the selected text.| | + | * Select a node by clicking the mouse button down on the node. |
- | |{{: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]].| | + | * While holding the mouse button down, **Drag** the node to another part of the tree. When doing this, drop points are shown via a dashed line. |
- | |{{:radeditor_findreplace.png|}}|Find and Replace|Find (and replaces) text in the editor's content area.| | + | * When the node is in position, **Drop** the node by releasing the mouse button. |
- | |{{:radeditor_print.png|}}|Print|Prints the contents of the editor or the whole web page.| | + | |
- | |{{:radeditor_spellcheck.png|}}|Spell Check|Launches the spell checker.| | + | {{:treedrag.png?200|}} |
- | |{{:radeditor_undo.png|}}|Undo|Undoes the last action.| | + | |
- | |{{:radeditor_redo.png|}}|Redo|Redoes/repeats the last action, which has been undone.| | + | Note: If dragging a node to an area that is invalid, like dragging an Item to drop directly on an Exam, a "Not Allowed" symbol is displayed over the node. |
- | |{{:radeditor_cut.png|}}|Cut|Cuts the selected content and copies it to the clipboard.| | + | |
- | |{{:radeditor_copy.png|}}|Copy|Copies the selected content to the clipboard.| | + | {{:not_allowed_sign.jpg?50|}} |
- | |{{:radeditor_paste.png|}}|Paste|Pastes the copied content from the clipboard into the editor.| | + | |
- | |{{:radeditor_pasteword.png|}}|Paste Word|Pastes content copied from Word and removes the web-unfriendly tags.| | + | |
- | |{{: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_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.| | + | |
- | |{{: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.| | + | |
- | |{{: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.| | + | |