%DeepSee.Template.DeepSeeKPIWizard
Class %DeepSee.Template.DeepSeeKPIWizard Extends %ZEN.Template.studioTemplate [ System = 4 ]
Studio Template:
Create a new DeepSee KPI class.
Parameters
TEMPLATENAME
Parameter TEMPLATENAME = "DeepSee KPI";
TEMPLATETITLE
Parameter TEMPLATETITLE = "DeepSee KPI Wizard";
TEMPLATEDESCRIPTION
Parameter TEMPLATEDESCRIPTION = "Create a new DeepSee KPI class.";
TEMPLATETYPE
Parameter TEMPLATETYPE = "cls";
TEMPLATEMODE
Parameter TEMPLATEMODE = "new";
What type of template.
DOMAIN
Parameter DOMAIN = "%DeepSee";
Domain used for localization.
HELPID
Parameter HELPID = "D2MODADV_ch_kpi";
Properties
ResourcePage
Property ResourcePage As %String [ InitialExpression = {..Link("_DeepSee.UI.Dialog.GetResource.cls?CSPSHARE=1")} ];
XDatas
Style
XData Style
This Style block contains page-specific CSS style definitions.
templateBody
XData templateBody [ XMLNamespace = "http://www.intersystems.com/zen" ]
This XML block defines the contents of the body pane of this Studio Template.
Methods
%GetDescHTML
Method %GetDescHTML(pSeed As %String) As %Status
Provide contents of description component.
%OnAfterCreatePage
Method %OnAfterCreatePage() As %Status
onstartHandler
ClientMethod onstartHandler() [ Language = javascript ]
This is called when the template is first displayed; This provides a chance to set focus etc.
formValidationHandler
ClientMethod formValidationHandler() [ Language = javascript ]
Validation handler for form built-into template.
editItem
ClientMethod editItem(what) [ Language = javascript ]
onPopupAction
ClientMethod onPopupAction(popupName, action, value) [ Language = javascript ]
This client event is fired when the a popup page launched from this page fires an action.
%OnTemplateAction
Method %OnTemplateAction() As %Status
This method is called when the template is complete. Any output to the principal device is returned to the Studio.
CreatePackageRS
Method CreatePackageRS(Output tSC As %Status, pInfo As %ZEN.Auxiliary.QueryInfo) As %ResultSet
Create the result set used by the Package dataCombo.