|
|
|
Strengthens text by applying bold formatting using the <strong> tag.
|
|
|
|
Emphasizes text by applying italicized formatting using the <em> tag.
|
|
|
|
Formats content with a line beneath the text.
|
|
|
|
Formats content with a horizontal line struck through the text.
|
|
|
|
Applies subscript formatting (font size is reduced and text is lowered beneath the baseline).
|
|
|
|
Applies superscript formatting (font size is reduced and text is elevated above the baseline).
|
|
|
|
Removes the selected text content from the edit pane and posts it to the client-side clipboard. If the content is not subsequently pasted from the clipboard (either elsewhere in the edit pane, or to another destination on the user’s machine), then the content will be lost.
|
|
|
|
Copies the selected text content to the client-side clipboard.
|
|
|
|
Pastes text content as is from the client-side clipboard.
|
|
|
|
Reverses the most recently performed operation (except another Undo). To reverse an Undo, see the Redo button description.
|
|
|
|
Repeats the prior operation that had been undone by Undo.
|
|
|
|
Formats text with left justification. This causes lines of text to align neatly against the left margin, however lines can appear jagged on the right side.
|
|
|
|
Formats text with center justification. Lines of text are padded approximately equal distances from the left and right margins.
|
|
|
|
Formats text with right justification. This causes lines of text to align neatly against the right margin, however lines can appear jagged on the left side.
|
|
|
|
Formats proportionally-spaced text with full justification. Whitespace within lines will appear to expand such that text content appears aligned to both right and left margins. This formatting is subject to Web browser support.
|
|
|
|
Indents the text content from the left margin.
|
|
|
|
Outdents the text content towards the left margin. This formatting has no effect if the text content was not previously indented.
|
|
|
|
Formats text as an unorder list. An unordered list (or bulleted list) implies the sequence of list items is insignificant.
|
|
|
|
Formats text as an ordered list. An ordered list can use numbering, and implies the sequence of list items has importance.
|
|
|
|
Shows a dialog box allowing the end user to select the type of horizontal rule they would like inserted into the document at their current position.
|
|
|
|
Shows a color palette dialog box from which the end user can pick a color to use as the foreground color, either for subsequent input or for a selected range of text. Color changes produce HTML <font> tags.
|
|
|
|
Shows a color palette dialog box from which the end user can pick a color to use as the background color for text, effectively as if the text had been highlighted. Background color changes produce HTML <span> tags.
|
|
|
|
Shows the dialog box allowing the end user to select a special character. These characters are normally unavailable or difficult to enter with many keyboards.
|
|
|
|
Displays a menu from which users can choose commands related to HTML <table> tags.
|
|
|
|
Toggles whether borders are shown for the HTML <table> element that is selected (or if not selected, at the current caret position).
|
|
|
|
Inserts a hyperlink at the current caret position.
|
|
|
|
Removes a hyperlink at the current caret position.
|
|
|
|
Raises a postback to the Web server. On the Web Server, your application retrieves content from the WebHtmlEditor control using the Text property, and should then perform actions consistent with saving the user’s changes.
|
|
|
|
Shows a dialog box allowing the end user to select a file from their local file system.
|
|
|
|
Pops up a preview browser window showing the end user how the current content from the edit pane would appear in a stand-alone HTML document. The browser used for preview will be the same as the browser that currently displays the WebHtmlEditor control.
|
|
|
|
Shows the Find and Replace dialog box allowing the end user to search the edit content pane for text content, and optionally replace matches with new text content.
|
|
|
|
Shows a dialog box that allows the end user to insert a bookmark at their current position.
|
|
|
|
Shows a dialog box allowing the end user to attach an image file to their document.
|
|
|
|
Shows a dialog box allowing the end user to attach flash media to their document.
|
|
|
|
Shows a dialog box allowing the end user to attach a Windows media file to their document.
|
|
|
|
Shows a Help dialog box for your WebHtmlEditor application. If you do not plan to customize the information that this dialog box will display for your application, then it is recommended that you remove the Help button from the WebHtmlEditor control.
|
|
|
|
Cleans extraneous tags typically introduced by Microsoft®Word from the content within the editor pane.
|
|
|
|
Displays a pop-up with a count of the number of words, and the number of characters, in the current content.
|
|
|
|
Pastes text content (stripped of HTML tags) from the client-side clipboard.
|
|
|
|
Displays a menu used to select the degree to which the editor content zooms out (becomes smaller) or zooms in (becomes larger). The zoom does not affect the actually size of the HTML.
|
|
|
|
Toggles HTML elements between absolute and relative positioning.
|
|
|
|
Moves an HTML element to the foreground by increasing its z-index value.
|
|
|
|
Moves and HTML element towards the background by decreasing its z-index value.
|
|
|
|
Custom toolbar button with an image, ToolTip and behavior tailored to your Web application. Your client-side script should perform a custom action when the user clicks any custom button.
Note
|
Note:
This button does not appear on the toolbar by default.
|
|
|
|
|
Sends the content of the WebHtmlEditor edit pane to a client-side printer, if available.
Note
|
Note:
This button does not appear on the toolbar by default.
|
|
|
|
|
Shows a pop-up dialog box with custom content that you can tailor to your Web application.
Note
|
Note:
This button does not appear on the toolbar by default.
|
|
|
|
|
Displays a custom menu populated with selections specific to your Web application.
Note
|
Note:
This button does not appear on the toolbar by default.
|
|
|
|
|
Shows a dialog box allowing the end user to upload arbitrary files to the Web server. WebHtmlEditor does not add any HTML markup to the document associated with this file. Users attaching these files to their documents must make a manual reference to the URL at which your application stores their uploaded file.
Note
|
Note:
This button does not appear on the toolbar by default.
|
|