Script

Introduction

A Convenient way of adding event handlers to the document. Most commonly used for small dialogs. More complex applications will add event handlers programmatically through XulDomContainer.addEventHandler(handler) where they can control the construction of the event handlers.

Properties

Property

Fires Events

Possible Values

Notes

src (String)

No

A valid class name

 

Methods

Sample Usage

<script src="com.foo.ui.Handler"/>