Merge branch 'master' into feat/iframe-plugin

This commit is contained in:
REJack
2020-10-01 13:11:46 +02:00
committed by GitHub
321 changed files with 101930 additions and 110388 deletions

View File

@@ -61,3 +61,17 @@ $("#my-toggle-button").ControlSidebar('toggle');
{: .table .table-bordered .bg-light}
Example: `$('#toggle-button').on('expanded.lte.controlsidebar', handleExpandedEvent)`
##### Methods
{: .mt-4}
|---
| Method | Description
|-|-
|collapse | Collapses the control-sidebar
|show | Show's the control-sidebar
|toggle | Toggles the state of the control-sidebar expanded and collapsed
{: .table .table-bordered .bg-light}
Example: `$('#toggle-button').ControlSidebar('toggle')`