Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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"/>
  • No labels