class %DeepSee.UI.Dialog.FormatString
extends %DeepSee.UI.Dialog.standardDialog
This dialog lets the user edit or add Format String for measure definition.
This is a Zen Page class.
parameter APPLYBUTTON = 0;
If true, then this dialog displays an Apply button.
method %OnAfterCreatePage()
as %Status
This callback is called after the server-side page
object and all of its children are created.
Subclasses can override this to add, remove, or modify
items within the page object model, or to provide values
for controls.
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.
classmethod GetDisplayValue(format As %String)
as %String
[ ZenMethod ]
Return example display value given user entered format string.
method getDialogValue()
[ Language = javascript ]
Value returned is delimited first by "^" then by ";". The first piece of "^" is the String value, the second piece is the Color value.
The String values and Color values are each delimited by ";".
method onloadHandler()
[ Language = javascript ]
This client event, if present, is fired when the page is loaded.
method showExample(value, id)
as %Boolean
[ Language = javascript ]
Apply a format string value to the associated example
method showStyle(value, id)
as %Boolean
[ Language = javascript ]
Apply a style value to the associated example