Page

Pages are the "screens" or "forms" of eboxy. The current page is accessible to scripts using the currentpage special object.

Properties

Pages have the following attributes/properties:

PropertyDescriptionRequiredDefaultScript
nameThe name of the pageYesN/ARead-only
backgroundThe image file to display in the backgroundNoNoneYes

Events

The following events are triggered by pages:

EventDescription
OnLoadOccurs when the page is loaded
OnShowOccurs just after the page has been displayed
OnUnloadOccurs just before the page is unloaded