Skip to content

IMPORTANT

The Tabbed IFrame mode is only available from version v3.7.0 of this package.

At next you can see the list of configuration options for the Tabbed IFrame Mode that you will find on the package configuration file (config/adminlte.php). See Usage/Tabbed IFrame Mode to known how to enable this mode.

OptionTypeDefaultDescription
default_tab.urlstring / nullnullAn url for the default tab. If defined, it will enable a default tab on initialization
default_tab.titlestring / nullnullThe title for the default tab. When null, the translation of Home will be displayed
buttons.closeboolfalseWhether to enable a button to close the currently active tab
buttons.close_allbooltrueWhether to enable a button to close all tabs
buttons.close_all_otherbooltrueWhether to enable a button to close all tabs except the active one
buttons.scroll_leftbooltrueWhether to enable the scroll left button
buttons.scroll_rightbooltrueWhether to enable the scroll right button
buttons.fullscreenbooltrueWhether to enable the full screen button
options.loading_screenbool / numbertrueUse a bool to enable/disable a loading screen. Use a positive number to setup the loading screen hide delay (this implicitly enables the loading screen)
options.auto_show_new_tabbooltrueWhether to automatically display a new opened tab
options.use_navbar_itemsbooltrueWhether to also open the top navbar menu items in tabs, instead of open only sidebar menu items

NOTE

Default values are only used when the related configuration option do not exists in the configuration file.