Skip to main content

Note: Examples 1-6 show use of the OpenMenuTabContainer with various options and containers, and a final example of the default Dojo TabContainer with useMenu and overflow scrolling is shown.

Example 1: Tab Menu Open Button IN AppFrame-like Container with styling.

OpenMenuTabContainer with classes: idxAppFrameBody idxTabMenu idxTabMenuLauncher idxConsoleLayoutTabs and id='suiteadmin'.

1 tab stuff here
2 tab stuff here
3 tab stuff here
4 tab stuff here
5 tab stuff here

Example 2: Tab Menu Open Button with styling but NO AppFrame-like Container.

OpenMenuTabContainer with classes: idxTabMenu, idxTabMenuLauncher, and idxConsoleLayoutTabs and default numInit of 3.

1 tab stuff here
2 tab stuff here
3 tab stuff here
4 tab stuff here
5 tab stuff here

Example 3: Tab Menu Open Button with NO AppFrame-like Container and increased number of initial open tabs.

OpenMenuTabContainer with classes: idxTabMenu and overrides numInit of 4.

1 tab stuff here
2 tab stuff here
3 tab stuff here
4 tab stuff here
5 tab stuff here

Example 4: Tab Menu Open Button with only default Dojo tab styling and attempt to set numInit to invalid value.

OpenMenuTabContainer with special styling or container. OpenMenu will just be arrow and numInit=1 which is overridden and set to 3.

1 tab stuff here
2 tab stuff here
3 tab stuff here
4 tab stuff here
5 tab stuff here

Example 5: Tab Menu Open Button with useMenu false, so no open button seen.

OpenMenuTabContainer with useMenu false.

1 tab stuff here
2 tab stuff here
3 tab stuff here
4 tab stuff here
5 tab stuff here

Example 6: Default DOJO Tab Container.

Default DOJO TabContainer with Scrolling and Overflow Menu

1 tab stuff here
2 tab stuff here
3 tab stuff here
4 tab stuff here
5 tab stuff here