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
Be sure to do ##super() when overriding.
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