2.3.3.11 onevent

Quirks Mode, IE7 Mode, IE8 Mode, and IE9 Mode (All Versions)

Attribute of the PUBLIC:ATTACH element that specifies the event handler script or function name.

The following example attaches the fnInit() function to the oncontentready event:

    <PUBLIC:COMPONENT tagName=TOOLBAR_BUTTON>
      <PUBLIC:ATTACH event="oncontentready" onevent="fnInit()"/>
    </PUBLIC:COMPONENT>

The onevent attribute is declared in markup only.