%DeepSee.UI.WidgetPreview
Class %DeepSee.UI.WidgetPreview Extends %ZEN.Component.page [ System = 4 ]
DeepSee Widget Preview page. Displays a transient version of a widget for the widget builder page. (Restored)
Parameters
CSPURL
Parameter CSPURL = "%DeepSee.UI.WidgetPreview";
RESOURCE
Parameter RESOURCE = "%DeepSee_Portal";
All DeepSee pages require %DeepSee_Portal USE.
PAGENAME
Parameter PAGENAME = "Widget Preview";
Properties
dashboardName
Property dashboardName As %ZEN.Datatype.string(ZENURL = "DASHBOARD");
Name of dashboard containing widget.
catalogName
Property catalogName As %ZEN.Datatype.string(ZENURL = "CATALOG");
Name of catalog containing widget.
XDatas
Style
XData Style
Contents
XData Contents [ XMLNamespace = "http://www.intersystems.com/zen" ]
Contents of this page:
Methods
%OnAfterCreatePage
Method %OnAfterCreatePage() As %Status
onlayoutHandler
ClientMethod onlayoutHandler(load) [ Language = javascript ]
%OnDrawHTMLHead
Method %OnDrawHTMLHead() As %Status
Add include files to support color schemes.