class %DeepSee.Report.UI.PageSetUpDialog
extends %ZEN.Dialog.standardDialog
Created using the page template: Default
This is a Zen Page class.
parameter APPLICATION;
Class name of application this page belongs to.
parameter DOMAIN = "%DeepSee";
Localization domain
parameter FAVORITEICON = "portal/deepsee.ico";
DeepSee favorite icon.
parameter PAGENAME = "Page Setup";
Displayed name of this page.
method %OnGetSubtitle()
as %String
Get the (localized) subtitle string for the dialog.
This should be implemented in a subclass.
method %OnGetTitle()
as %String
Get the (localized) title string for the dialog.
This should be implemented in a subclass.
method getDialogValue()
[ Language = javascript ]
Get the value that will be applied when the user presses the OK button.
This is implemented by subclasses.
method ondialogStart()
[ Language = javascript ]
This callback, if defined, is called when the dialog page is loaded.