All executable standard actions for edit-on Pro are shown in the following table. All the symbols and descriptions here can be defined for all menus and also for the toolbar.
| Symbol | XP-Symbol | Label | Function | Corresponding HTML tag in the HTML view |
![]() | ![]() | Shrink toolbar | Click on this symbol to shrink/expand the toolbar | n.a. |
![]() | ![]() | New | Create a new document | n.a. |
![]() | ![]() | Open | Open an HTML document. (with this function you can also load an entire web site, as long as it does not contain any frames) | n.a. |
![]() | ![]() | Cut | Cuts the currently marked selection | n.a. |
![]() | ![]() | Copy | Copies the currently marked selection | n.a. |
![]() | ![]() | Paste | Pastes the content of the clipboard | n.a. |
![]() | ![]() | Paste Special | Opens the paste special dialog in order to paste content | n.a. |
![]() | ![]() | Insert text | Inserts text | n.a. |
![]() | ![]() | Find and Replace | Find and Replace | n.a. |
![]() | ![]() | Undo | Undo | n.a. |
![]() | ![]() | Repeat | Repeat | n.a. |
![]() | Define the format of a piece of text. At this point, all available CSS styles will be displayed. | <h1>Your Text</h1> | ||
![]() | Define the font type | <p><span style="font-family:Font; ">Your Text </span></p> | ||
![]() | Define the font size | <p><span style="font-size:12pt; ">Your Text </span></p> | ||
![]() | ![]() | Insert span | Creates a span tag with a user defined "class" attribute around the selected text | <p> <span class="hover"> Your Text </span> </p> |
![]() | ![]() | Remove formatting | Removes all formatting used by the selected text | n.a. |
![]() | ![]() | Bold | Bold | <strong>Your Text</strong> |
![]() | ![]() | Italic | Italic | <em>Your Text</em> |
![]() | ![]() | Underline | Underline | <span style="text-decoration:underline">Your Text</span> |
| Strikethrough | Strikethrough | <span style="text-decoration:line-through">Your Text</span> | ||
![]() | ![]() | Color | Colorizes text | <span style="color:red">Your Text</span> |
![]() | ![]() | Highlight text | Mark text color | <span style="background-color:red">Your Text</span> |
![]() | ![]() | Upper/Lower case | Opens the Upper/Lower case dialog | n.a. |
![]() | ![]() | Left justify | Left justifies the text | <p align="left">Your Text</p> |
![]() | ![]() | Center justify | Center justifies the text | <p align="center">Your Text</p> |
![]() | ![]() | Right justify | Right justifies the text | <p align="right">Your Text</p> |
![]() | ![]() | Block justify | Block justifies the text | <p align="justify">Your Text</p> |
![]() | ![]() | Superscript | Converts the text to superscript | <sup>Your Text</sup> |
![]() | ![]() | Subscript | Converts the text to subscript | <sub>Your Text</sub> |
![]() | ![]() | Insert Table | Create a table and insert it | n.a. |
![]() | ![]() | Insert standard table | Inserts a standard table | n.a. |
![]() | ![]() | Table assistant | Inserts a table with the help of the table assistant | n.a. |
![]() | ![]() | Insert row | Inserts a row into a table | n.a. |
![]() | ![]() | Insert column | Inserts a column into a table | n.a. |
![]() | ![]() | Alphabetic (large) | Alphabetic list enumeration (large) | <ol type="A">....</ol> |
![]() | ![]() | Alphabetic (small) | Alphabetic list enumeration (small) | <ol type="a">....</ol> |
![]() | ![]() | Numeric | Numeric list enumeration | <ol type="1">....</ol> |
![]() | ![]() | Roman (large) | Roman list enumeration (large) | <ol type="i">....</ol> |
![]() | ![]() | Roman (small) | Roman list enumeration (small) | <ol type="I">....</ol> |
![]() | ![]() | Circle | Bullet list enumeration (Circle) | <ul type="circle">....</ul> |
![]() | ![]() | Filled Circle | Bullet list enumeration (filled circle) | <ul type="disc">....</ul> |
![]() | ![]() | Square | Bullet list enumeration (square) | <ul type="square">....</ul> |
![]() | ![]() | List Properties | Opens the list properties dialog | n.a. |
![]() | ![]() | Insert Date and Time | Allows you to insert the date and/or time | n.a. |
![]() | ![]() | Insert Comment | Insert comment | <!-- Your comment --> |
![]() | ![]() | Page Properties | Opens the page properties dialog | n.a. |
![]() | ![]() | Document Structure | Opens the document structure dialog | n.a. |
![]() | ![]() | Reduce Indent | Reduces the indenting on the current paragraph | n.a. |
![]() | ![]() | Increase Indent | Increases the indenting on the current paragraph | n.a. |
![]() | ![]() | Insert Link | Create/insert a hyperlink (You can insert a link at the current cursor position, or convert the currently selected text into a link) | <a href="http://yourdomain">http://yourdomain</a> |
![]() | ![]() | Insert Bookmark | Inserts a bookmark | <a name="yourbookmark"></a> |
![]() | ![]() | Insert Image | Inserts an image | <img src="http://yourdomain/image.gif"> |
![]() | ![]() | Insert horizontal line | Inserts a horizontal line | <hr/> |
![]() | ![]() | Insert special character | Inserts a special character | n.a. |
![]() | ![]() | Insert custom tag | Inserts a custom tag at the current cursor position or around the currently selected text | n.a. |
![]() | ![]() | Insert Object | Inserts an object | <object type="application/x-shockwave-flash" data="Your_object"> </object> |
![]() | ![]() | Spelling | Hide/Show the spell-checking dialog | n.a. |
![]() | ![]() | Automatic spell-checking | Automatic spell-checking while entering text | n.a. |
![]() | ![]() | Show all | Show hidden characters. (Control characters and unknown XHTML/XML Tags are displayed) | n.a. |
![]() | ![]() | Show table grid | Shows/Hides the table grid if no border width is specified | n.a. |
![]() | ![]() | Style properties | Define CSS types for all available XHTML/XML elements | n.a. |
![]() | ![]() | Document statistics | Show document statistics | n.a. |
![]() | ![]() | Window mode | Switch the Editor to Stand-Alone mode. A new program window is opened | n.a. |
![]() | ![]() | Help | Help (Online help for edit-on® Pro). | n.a. |
![]() | ![]() | Info | Product, copyright, version and system information and, if necessary, enabling of user seats | n.a. |
![]() | Separator (separates the different button groups). | n.a. |