PanelView

core/views. PanelView

new PanelView(options)

Parameters:
Name Type Description
options Object
Properties
Name Type Attributes Default Description
view Object The subview encapsulated in the panel
title string The title of the view
icon string <optional>
The icon classname of the view. e.g.: "fa-globe"
left string <optional>
Position from the left (CSS property)
right string <optional>
Position from the right (CSS property)
top string <optional>
Position from the top (CSS property)
bottom string <optional>
Position from the bottom (CSS property)
width string <optional>
Width of the view (CSS property)
height string <optional>
Height of the view (CSS property)
closed boolean <optional>
false Whether or not the view starts in a closed state
closeable boolean <optional>
true Whether or not the view can be closed
Source:

Methods

close()

Close the Panel when open before.
Source:

open()

Show the Panel when it was not visible before.
Source:

toggleOpen()

Toggle the visibility of the Panel.
Source: