%DeepSee.Component.Widget.calendar
Class %DeepSee.Component.Widget.calendar Extends %DeepSee.Component.Widget.widget [ System = 4 ]
A specialized DeepSee Dashboard widget that displays a calendar.
XDatas
Style
XData Style
Style for widget sections
Methods
%GetCatalogInfo
ClassMethod %GetCatalogInfo(Output pInfo As %List, Output pSubtypeList As %List) As %Status
Return information used to list this widget within the "widget catalog".
%OnCreateWidget
Method %OnCreateWidget(pGroup As %ZEN.Component.group) As %Status
This callback is responsible for creating the contents of the widget.
adjustContentSize
ClientMethod adjustContentSize(load, width, height) [ Language = javascript ]
Called when page is loaded or widget is resized.
changeViewHandler
ClientMethod changeViewHandler() [ Language = javascript ]
User has selected a different view in the calendar.
applyFilter
ClientMethod applyFilter(name, value) [ Language = javascript ]
Apply the given filter to this widget.