<event>

Description

This tag describes events of an object and has the following standard attributes.

Attributes

label, icon, source, object

  • The label attribute is the name of the event.

  • The icon attribute specifies the path to an image file that Dreamweaver displays as an icon beside the menu text.

  • The source attribute refers to the location in which it is defined or originates from.

  • The object attribute refers to the type the command belongs to.

Container

The menu tag.

Example

<event label="onblur" source="DOM 1&amp;2" icon="shared/mm/images/codeHintEvent.gif"/>