📄 help.ascx
字号:
<%@ Control Language="c#" Inherits="Telerik.WebControls.EditorDialogControls.BaseDialogControl"%>
<table cellspacing="0" cellpadding="2" border="1" bordercolor="#000000" style="font:normal 10px Arial">
<tr>
<td colspan="3" align="middle"><strong>GENERAL BUTTONS</strong></td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Img/ButtonDesign.gif"></td>
<td>Design button - Switches r.a.d.editor into Design Mode.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Img/ButtonHtml.gif"></td>
<td>HTML button - Switches r.a.d.editor into HTML Mode.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Img/ButtonPreview.gif"></td>
<td>Preview button - Switches r.a.d.editor into Preview Mode.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/ConvertToUpper.gif"></td>
<td>Convert the text of the current selection to upper case, preserving the non-text elements such as images and tables.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/ConvertToLower.gif"></td>
<td>Convert the text of the current selection to lower case, preserving the non-text elements such as images and tables.
</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/ImageMapDialog.gif"></td>
<td>Allow users to create image maps through draging over the images and creating hyperlink areas of different shapes.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/FontSize.gif"></td>
<td>Allows the user to apply to the current selection font size measured in pixels, rather than a fixed-size 1 to 7 (as does the FontSize tool).</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/ToggleScreenMode.gif"></td>
<td>Toggle Screen Mode - Switches r.a.d.editor into Full Screen Mode.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/ToggleTableBorder.gif"></td>
<td>Show/Hide Border - Shows or hides borders around tables in the content area.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/Zoom.gif"></td>
<td>Zoom - Changes the level of text magnification.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/ModuleManager.gif"></td>
<td>Module Manager - Activates /Deactivates modules from a drop-down list of
available modules.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/ToggleDocking.gif"></td>
<td>Toggle Docking - Docks all floating toolbars to their respective docking areas.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/RepeatLastCommand.gif"></td>
<td>Repeat Last Command - A short-cut to repeat the last action performed.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/FindAndReplace.gif"></td>
<td>Find and Replace - Find (and replaces) text in the editor's content area.</td>
<td>Ctrl+F</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/Print.gif"></td>
<td>Print button - Prints the contents of the r.a.d.editor or the whole web page.</td>
<td>Ctrl+P</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/Spellcheck.gif"></td>
<td>Spell button - Launches the spellchecker.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/Cut.gif"></td>
<td>Cut button - Cuts the selected content and copies it to the clipboard.</td>
<td>Ctrl+X</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/Copy.gif"></td>
<td>Copy button - Copies the selected content to the clipboard.</td>
<td>Ctrl+C</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/Paste.gif"></td>
<td>Paste button - Pastes the copied content from the clipboard into the editor.</td>
<td>Ctrl+V</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/PasteFromWord.gif"></td>
<td>Paste from Word button - Pastes content copied from Word and removes the
web-unfriendly tags.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/PasteFromWordNoFontsNoSizes.gif"></td>
<td>Paste from Word cleaning fonts and sizes button - cleans all Word-specific tags and removes font names and text sizes.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/PastePlaintext.gif"></td>
<td>Paste Plain Text button - Pastes plain text (no formatting) into the editor.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/PasteAsHtml.gif"></td>
<td>Paste as HTML button - Pastes HTML code in the content area and keeps all the
HTML tags.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/Undo.gif"></td>
<td>Undo button - Undoes the last action.</td>
<td>Ctrl+Z</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/Redo.gif"></td>
<td>Redo button - Redoes/Repeats the last action, which has been undone.</td>
<td>Ctrl+Y</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/Sweeper.gif"></td>
<td>Format Stripper button - Removes custom or all formatting from selected text.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/Help.gif"></td>
<td>Quick Help - Launches the Quick Help you are currently viewing.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/AboutDialog.gif"></td>
<td>About Dialog - Shows the current version and credentials of r.a.d.editor.</td>
<td>-</td>
</tr>
<tr>
<td colspan="3" align="middle"><strong>INSERT AND MANAGE LINKS, TABLES, SPECIAL
CHARACTERS, IMAGES and MEDIA</strong></td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/ImageManager.gif"></td>
<td>Image Manager button - Inserts an image from a predefined image folder(s).</td>
<td>Ctrl+G</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/ImageMapDialog.gif"></td>
<td>Image map - Allows users to define clickable areas within image.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/AbsolutePosition.gif"></td>
<td>Absolute Object Position button - Sets an absolute position of an object (free
move).</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/InsertTable.gif"></td>
<td>Insert Table button - Inserts a table in the r.a.d.editor.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/ToggleBorders.gif"></td>
<td>Toggle Table Borders - Toggles borders of all tables within the editor.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/InsertSnippet.gif"></td>
<td>Insert Snippet - Inserts pre-defined code snippets.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/InsertFormElement.gif"></td>
<td>Insert Form Element - Inserts a form element from a drop-down list with
available elements.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/InsertDate.gif"></td>
<td>Insert Date button - Inserts current date.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/InsertTime.gif"></td>
<td>Insert Time button - Inserts current time.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/FlashManager.gif"></td>
<td>Flash Manager button - Inserts a Flash animation and lets you set its
properties.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/MediaManager.gif"></td>
<td>Windows Media Manager button - Inserts a Windows media object (AVI, MPEG, WAV,
etc.) and lets you set its properties.</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/DocumentManager.gif"></td>
<td>Document Manager - Inserts a link to a document on the server (PDF, DOC, etc.)</td>
<td>-</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/LinkManager.gif"></td>
<td>Hyperlink Manager button - Makes the selected text or image a hyperlink.</td>
<td>Ctrl+K</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/Unlink.gif"></td>
<td>Remove Hyperlink button - Removes the hyperlink from the selected text or
image.</td>
<td>Ctrl+Shift+K</td>
</tr>
<tr>
<td align="middle"><img src="<%= this.SkinPath %>Buttons/Symbols.gif"></td>
<td>Insert Special Character dropdown - Inserts a special character (€ ®, <font face="Arial">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -