mirror of https://github.com/ColorlibHQ/AdminLTE
finish iframe docs
parent
a772df102d
commit
96836c0f85
|
@ -82,14 +82,10 @@ $('.content-wrapper').IFrame({
|
||||||
|---
|
|---
|
||||||
| Method | Description
|
| Method | Description
|
||||||
|-|-
|
|-|-
|
||||||
onTabClick(item)
|
|createTab| Create tab by title, link & uniqueName. Available arguments: title `String`, link `String`, uniqueName `String`, autoOpen `Boolean/Optional`.
|
||||||
onTabChanged(item)
|
|openTabSidebar| Create tab by sidebar menu item. Available arguments: item `String|jQuery Object`, autoOpen `Boolean/Optional`.
|
||||||
onTabCreated(item)
|
|switchTab| Switch tab by iframe tab navbar item. Available arguments: item `String|jQuery Object`.
|
||||||
createTab(title, link, autoOpen)
|
|removeActiveTab| Remove active iframe tab.
|
||||||
openTabSidebar(item)
|
|
||||||
switchTab(item, loadingScreen = null)
|
|
||||||
setItemActive(href)
|
|
||||||
removeActiveTab()
|
|
||||||
{: .table .table-bordered .bg-light}
|
{: .table .table-bordered .bg-light}
|
||||||
|
|
||||||
Example: `$('.content-wrapper').IFrame('fixLayoutHeight')`
|
Example: `$('.content-wrapper').IFrame('createTab', 'Home', 'index.html, 'index', true)`
|
||||||
|
|
Loading…
Reference in New Issue