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/_TabContainerBase.js

  • Provides:

    • dijit.layout._TabContainerBase
  • Requires:

    • dijit.layout.StackContainer in common
    • dijit._Templated in common
  • dijit.layout._TabContainerBase

    • type
      Function
    • chains:
      • dijit.layout.StackContainer: (prototype)
      • dijit._Templated.prototype: (prototype)
      • dijit.layout.StackContainer: (call)
      • dijit._Templated: (call)
    • summary
      Abstract base class for TabContainer.   Must define _makeController() to instantiate
      and return the widget that displays the tab labels
    • 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._TabContainerBase.tabPosition

    • type
      String
    • summary
      Defines where tabs go relative to tab content.
      "top", "bottom", "left-h", "right-h"
  • dijit.layout._TabContainerBase.baseClass

    • type
      String
  • dijit.layout._TabContainerBase.tabStrip

    • tags: const
    • type
      Boolean
    • summary
      Defines whether the tablist gets an extra class for layouting, putting a border/shading
      around the set of tabs.   Not supported by claro theme.
  • dijit.layout._TabContainerBase.nested

    • tags: const
    • type
      Boolean
    • summary
      If true, use styling for a TabContainer nested inside another TabContainer.
      For tundra etc., makes tabs look like links, and hides the outer
      border since the outer TabContainer already has a border.
  • dijit.layout._TabContainerBase.templateString

    • type
      Object
  • dijit.layout._TabContainerBase.postMixInProperties

    • type
      Function
  • dijit.layout._TabContainerBase.buildRendering

    • type
      Function
  • dijit.layout._TabContainerBase.tablist

    • type
      Object
  • dijit.layout._TabContainerBase._setupChild

    • parameters:
      • tab: (typeof dijit._Widget)
    • type
      Function
  • dijit.layout._TabContainerBase.startup

    • type
      Function
  • dijit.layout._TabContainerBase.layout

    • type
      Function
  • dijit.layout._TabContainerBase.selectedChildWidget

  • dijit.layout._TabContainerBase.tablist.layoutAlign

  • dijit.layout._TabContainerBase._containerContentBox

    • type
      Object
  • dijit.layout._TabContainerBase.tablist.domNode.style

  • dijit.layout._TabContainerBase.tablist.domNode.style.width

    • type
      String
  • dijit.layout._TabContainerBase.destroy

    • type
      Function
  • dijit.layout

    • type
      Object
  • dijit

    • type
      Object