AdminLTE
AdminLTE copied to clipboard
data-widget="fullscreen" does not work if onTabClick() of IFrame.js is called
If the code below is imported
$('.content-wrapper').IFrame({ onTabClick(item) { return item }, ... })
data-widget="fullscreen" inside <div class="content-wrapper ...> does not wok any more.
If $('.content-wrapper').IFrame({ onTabClick(item) { return item }, ... }) is commented, data-widget="fullscreen" inside <div class="content-wrapper ...> works fine.
Call IFrame method again can temporarily fix the problem. And declared event action would still work fine , it's just weird.