| Add Applet allows you to add an applet to your page. Click here for details. |
|
| New Script creates a SCRIPT tag and all of the attendent comments at the current location of your cursor. The script dialog gives you the choice of language and if you are importing a script from a js file. |
| Export Script copys the script following your currsor location to the file you specify in the save file dialog. It then replaces the script with a script with external reference to the file you created. |
| Add Form calls on the form dialog to create a form and insert it at the current currsor position. |
| Add Input Item Adds an input item to a form at the current currsor position. It displays the input dialog for the you to create the input item. |
| Add Style Selecting this item will add a style either to a style definition in the head section or a local style within a tag. |
| Edit Style This edits the style near the current cursor location. For details click here . |
| Export Style Place the cursor infront of the Style tag for the style you want to place in an external style sheet. Select Export Style from this menu. You will be prompted with an save file dialog. Use this dialog to specify the style sheet file. The style will be replaced by a link to the style sheet file you have created. |
| Link to Style Sheet inserts a link to a style sheet in the head of your document. The code inserted looks like this
<LINK REL = "stylesheet" TYPE = "text/css" HREF = ../firstStyle.css>
|
| Add Action | Style | Value... Adds an id, class or action to a given tag. |
| DIV surrounds the selected block with a div tag. When you select this choice the add id and/or class dialog is displayed. |
| SPAN surrounds the selected block with a span tag. When you select this choice the add id and/or class dialog is displayed. |
| Add ASP is visible only when you are working on an ASP file. It creates an ASP tag. |
| Include File is visible only when you are working on an ASP file. It is used to include a class file. |
(Back to