3.4. Executable Actions

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.

SymbolXP-SymbolLabelFunctionCorresponding HTML tag in the HTML view
Shrink toolbarClick on this symbol to shrink/expand the toolbarn.a.
NewCreate a new documentn.a.
OpenOpen 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.
CutCuts the currently marked selectionn.a.
CopyCopies the currently marked selectionn.a.
PastePastes the content of the clipboardn.a.
Paste SpecialOpens the paste special dialog in order to paste contentn.a.
Insert textInserts textn.a.
Find and ReplaceFind and Replacen.a.
UndoUndon.a.
RepeatRepeatn.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 spanCreates a span tag with a user defined "class" attribute around the selected text<p> <span class="hover"> Your Text </span> </p>
Remove formattingRemoves all formatting used by the selected textn.a.
BoldBold<strong>Your Text</strong>
ItalicItalic<em>Your Text</em>
UnderlineUnderline<span style="text-decoration:underline">Your Text</span>
StrikethroughStrikethrough<span style="text-decoration:line-through">Your Text</span>
ColorColorizes text<span style="color:red">Your Text</span>
Highlight textMark text color<span style="background-color:red">Your Text</span>
Upper/Lower caseOpens the Upper/Lower case dialogn.a.
Left justifyLeft justifies the text<p align="left">Your Text</p>
Center justifyCenter justifies the text<p align="center">Your Text</p>
Right justifyRight justifies the text<p align="right">Your Text</p>
Block justifyBlock justifies the text<p align="justify">Your Text</p>
SuperscriptConverts the text to superscript<sup>Your Text</sup>
SubscriptConverts the text to subscript<sub>Your Text</sub>
Insert TableCreate a table and insert itn.a.
Insert standard tableInserts a standard tablen.a.
Table assistantInserts a table with the help of the table assistantn.a.
Insert rowInserts a row into a tablen.a.
Insert columnInserts a column into a tablen.a.
Alphabetic (large)Alphabetic list enumeration (large)<ol type="A">....</ol>
Alphabetic (small)Alphabetic list enumeration (small)<ol type="a">....</ol>
NumericNumeric 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>
CircleBullet list enumeration (Circle)<ul type="circle">....</ul>
Filled CircleBullet list enumeration (filled circle)<ul type="disc">....</ul>
SquareBullet list enumeration (square)<ul type="square">....</ul>
List PropertiesOpens the list properties dialogn.a.
Insert Date and TimeAllows you to insert the date and/or timen.a.
Insert CommentInsert comment<!-- Your comment -->
Page PropertiesOpens the page properties dialogn.a.
Document StructureOpens the document structure dialogn.a.
Reduce IndentReduces the indenting on the current paragraphn.a.
Increase IndentIncreases the indenting on the current paragraphn.a.
Insert LinkCreate/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 BookmarkInserts a bookmark<a name="yourbookmark"></a>
Insert ImageInserts an image<img src="http://yourdomain/image.gif">
Insert horizontal lineInserts a horizontal line<hr/>
Insert special characterInserts a special charactern.a.
Insert custom tagInserts a custom tag at the current cursor position or around the currently selected textn.a.
Insert ObjectInserts an object<object type="application/x-shockwave-flash" data="Your_object"> </object>
SpellingHide/Show the spell-checking dialogn.a.
Automatic spell-checkingAutomatic spell-checking while entering textn.a.
Show allShow hidden characters. (Control characters and unknown XHTML/XML Tags are displayed)n.a.
Show table gridShows/Hides the table grid if no border width is specifiedn.a.
Style propertiesDefine CSS types for all available XHTML/XML elementsn.a.
Document statisticsShow document statisticsn.a.
Window modeSwitch the Editor to Stand-Alone mode. A new program window is openedn.a.
HelpHelp (Online help for edit-on® Pro).n.a.
InfoProduct, copyright, version and system information and, if necessary, enabling of user seatsn.a.
  Separator (separates the different button groups).n.a.