Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dijit/layout/TabContainer.js

  • Provides:

    • dijit.layout.TabContainer
  • Requires:

    • dijit.layout._TabContainerBase in common
    • dijit.layout.TabController in common
    • dijit.layout.ScrollingTabController in common
  • dijit.layout.TabContainer

    • type
      Function
    • chains:
      • dijit.layout._TabContainerBase: (prototype)
      • dijit.layout._TabContainerBase: (call)
    • summary
      A Container with tabs to select each child (only one of which is displayed at a time).
    • description
      A TabContainer is a container that has multiple panes, but shows only
      one pane at a time.  There are a set of tabs corresponding to each pane,
      where each tab has the name (aka title) of the pane, and optionally a close button.
  • dijit.layout.TabContainer.useMenu

    • tags: const
    • type
      Boolean
    • summary
      True if a menu should be used to select tabs when they are too
      wide to fit the TabContainer, false otherwise.
  • dijit.layout.TabContainer.useSlider

    • tags: const
    • type
      Boolean
    • summary
      True if a slider should be used to select tabs when they are too
      wide to fit the TabContainer, false otherwise.
  • dijit.layout.TabContainer.controllerWidget

    • type
      String
    • summary
      An optional parameter to override the widget used to display the tab labels
  • dijit.layout.TabContainer._makeController

    • parameters:
      • srcNode: (typeof DomNode)
    • summary
      Instantiate tablist controller widget and return reference to it.
      Callback from _TabContainerBase.postCreate().
    • tags: extension
    • type
      Function
  • dijit.layout.TabContainer.postMixInProperties

    • type
      Function
  • dijit.layout

    • type
      Object
  • dijit

    • type
      Object