method DoSaveSettings()
as %String
[ ZenMethod ]
method GetPurgeSettings()
as %String
[ ZenMethod ]
method adjustSizes()
[ Language = javascript ]
Adjust sizes of components on the page.
method onlayoutHandler(load)
[ Language = javascript ]
Adjust sizes of components on the page.
method onloadHandler()
[ Language = javascript ]
This client event, if present, is fired when the page is loaded.
Start the timer so we can check the status. If there is a
background import job currently running,
you will see a periodic update until the job is finished.
method onunloadHandler()
[ Language = javascript ]
This client event, if present, is fired when the page is unloaded.
If this method returns a string value, then that is used as the
return value of the HTML page's onbeforeunload handler (if more than
one component returns a string, the first one encountered is used).