Syntax Item Descriptions

There are a number of syntax items that can be inserted into the various syntax trees.  Each of them are described below.  All item properties may be edited using the propertysheet on the right side of the main window.

HTML Syntax Tree

Tag Items

Each tag item defines an HTML tag.  Editable properties include:

Property Description
End tag required Specifies whether an end tag is required
End tag optional Specifies whether the end tag is optional
Insert line break after Indicates that a line break should be inserted after the tag (used in Beautification)
Internet Explorer version support The Internet Explorer version that supports the tag
Netscape version support The Netscape version that supports the tag
W3C version support The W3C version that supports the tag
Description A description of the tag
Default attributes Default attributes to include when the tag is inserted
Attribute list The list of attributes that the tag includes (checked attributes indicate the tag uses the attribute)

Attribute Items

Each attribute item defines an HTML attribute.  Editable properties include:

Property Description
Input style

Indicated the input style of the attribute (used in the Attributes sidebar)
Color - color attribute
File - returns a local file
Flag - returns a flag attribute
Font - returns a font name
Number - returns a numeric value without quotes
RelativeFile - returns a relative file spec
Style - returns a style specification
Text - returns a text value that uses quotes
URL - returns a URL

Description A description of the attribute
Default values A list of default values (used in the Attributes sidebar dropdowns)

CSS Syntax Tree

Properties

Each property item defines a CSS property.  Editable properties include:

Property Description
Internet Explorer version support

The Internet Explorer version that supports the property

Netscape version support The Netscape version that supports the property
W3C version support The W3C CSS version that supports the property
Description A description of the property

Other Syntax Trees

Other Items

Each item in the non-HTML syntax tree has the following editable properties:

Property Description
Read-only Specifies whether a property is read-only
Write-only Specifies whether a property is write-only
Ignore parent parameters Indicates that when the item is inserted, the parent should not be inserted with parameters
Optional parameter Specifies that the parameter is optional
Parameter order Allows you to order the parameters of the item