Skip to main content

%DeepSee.UI.Dialog.WidgetSaveToTheme

Class %DeepSee.UI.Dialog.WidgetSaveToTheme Extends %DeepSee.UI.Dialog.standardDialog [ System = 4 ]

This dialog lets the user save a theme to save DeepSee widget styles to.

Parameters

APPLYBUTTON

Parameter APPLYBUTTON = 0;

Properties

theme

Property theme As %ZEN.Datatype.string(ZENURL = "THEME");

Current theme.

XDatas

Style

XData Style

dialogBody

XData dialogBody [ XMLNamespace = "http://www.intersystems.com/zen" ]

Contents of the dialog body.

Methods

%OnGetTitle

Method %OnGetTitle() As %String

Get the (localized) title string for the dialog. This should be implemented in a subclass.

%OnGetSubtitle

Method %OnGetSubtitle() As %String

Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.

getDialogValue

ClientMethod getDialogValue() [ Language = javascript ]

ondialogFinish

ClientMethod 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.

ondialogStart

ClientMethod ondialogStart() [ Language = javascript ]

This callback, if defined, is called when the dialog page is loaded.

%OnAfterCreatePage

Method %OnAfterCreatePage() As %Status

changeChoice

ClientMethod changeChoice() [ Language = javascript ]

Change in radio button.