Adding and Removing Items

Adding Items

Adding a new syntax item is easy.  Select a parent item (for the new item) in the syntax tree.  Then press theAdd Item button.  Depending on the type of syntax item you are adding, one of several dialog windows will appear.

New Tag Dialog

Enter the name and long name of the new tag in this dialog.  For example, the BODY tag would have a name of 'BODY' and a long name of 'Document Body', without the quotes.

New Attribute Dialog

Enter the name and category of the new attribute in this dialog.  For example, the BGCOLOR attribute would have a name of 'BGColor' and a category of 'Appearance', without the quotes.

New Item Dialog

Enter the name and item type of the new syntax item in this dialog.  For example, in ASP, the Response object would have a name of 'Response' and an item type of 'Object', without the quotes.

For a better description of item types, see theSyntax Item Descriptionstopic.

Removing Items

To remove a syntax item, select it in the syntax tree and press theRemove Itembutton.  If the syntax item has any child items, they will also be deleted.  Be very careful when using this command!