SidePanel Class
Item Index
Methods
closePanel
(
private
-
d
Slide the SidePanel close
Parameters:
-
d
DeferredA deferred to be resolved upon completion of the animation
getContainer
()
JObject
Returns the outer most div
of this SidePanel.
Returns:
JObject:
The outer most div
of this SidePanel
openPanel
(
private
-
d
Slides the SidePanel open.
Parameters:
-
d
DeferredA deferred to be resolved upon completion of the animation
panelChange
(
private
-
visible
Publishes PANEL_CHANGE
event when the visibility of the SidePanel changes.
Parameters:
-
visible
BooleanIndicates whether the SidePanel is visible or not
subPanelChange
(
private
-
visible
-
origin
-
container
-
isComplete
Fires an event when the subpanel closes or opens.
toggleFullScreenMode
(
private
-
fullscreen
Toggles the FullScreen mode of the application
Parameters:
-
fullscreen
Booleantrue - expand; false - collapse; undefined - toggle;