class %DeepSee.UI.Dialog.ChartOptions
extends %DeepSee.UI.Dialog.standardDialog
This dialog lets the user change the properties of a DeepSee chart.
This is a Zen Page class.
parameter APPLYBUTTON = 1;
If true, then this dialog displays an Apply button.
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 DrawGridLines(pSeed As %String)
as %Status
Draw contents of grid line icon box.
method DrawIcons(pSeed As %String)
as %Status
Draw contents of chart icon box.
method DrawTextSize(pSeed As %String)
as %Status
Draw contents of text size box.
method getDialogValue()
[ Language = javascript ]
Get the value that will be applied when the user presses the OK button.
This is implemented by subclasses.
method ondialogFinish(action)
as %Boolean
[ Language = javascript ]
This callback, if defined, is called when the user presses the OK or Apply action buttons.
If this returns false, then the action is cancelled.
method ondialogStart()
[ Language = javascript ]
This callback, if defined, is called when the dialog page is loaded.
method selectChartType(type)
[ Language = javascript ]
Click on a new chart type.
method selectGridLineType(type)
[ Language = javascript ]
Click on a new grid line type.
method selectTextSize(size)
[ Language = javascript ]
Click on a new text size.