KbqContentPanel - a slide-out side panel that shifts adjacent content. Often used to implement a quick preview mode for entities from a table.
The panel can be opened or closed using the toggle(), open() and close() methods.
The panel width is configured using the width, minWidth and maxWidth attributes.
<kbq-content-panel-container width="400" minWidth="300" maxWidth="500">
<kbq-content-panel>...</kbq-content-panel>
</kbq-content-panel-container>
By default, the ESCAPE key closes the panel, but you can disable this behavior using the disableCloseByEscape attribute:
<kbq-content-panel-container disableCloseByEscape>
<kbq-content-panel>...</kbq-content-panel>
</kbq-content-panel-container>