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

dojox/widget/TitleGroup.js

  • Provides:

    • dojox.widget.TitleGroup
  • Requires:

    • dijit._Widget in common
    • dijit.TitlePane in common
  • dojox.widget.TitleGroup

    • type
      Function
    • chains:
      • dijit._Widget: (prototype)
      • dijit._Widget: (call)
    • summary
      A container which controls a series of <code>dijit.TitlePane</code>s,
      allowing one to be visible and hiding siblings
    • description
      A container which controls a series of `dijit.TitlePane`s,
      allowing one to be visible and hiding siblings. Behaves similarly
      to a `dijit.layout.AccordionContainer` in that the children
      are all stacked, though merges the TitlePane behavior of
      variable height
    • example
      	var group = new dojox.widget.TitleGroup().placeAt(dojo.body());
      	new dijit.TitlePane({ title:"One" }, "fromsource").placeAt(group);
      	new dijit.TitlePane({ title:"Remote", href:"foo.html" }).placeAt(group);
  • dojox.widget.TitleGroup.class

    • type
      String
  • dojox.widget.TitleGroup.addChild

    • parameters:
      • widget: (typeof dijit.TitlePane)
        A widget reference to add
      • position: (typeof String|Int)
        An optional index or position to pass. defaults to &quot;last&quot;
    • returns
      dijit.TitlePane
    • summary
      Add a passed widget reference to this container at an optional
      position index.
    • type
      Function
  • dojox.widget.TitleGroup.removeChild

    • parameters:
      • widget
    • summary
      Remove the passed widget from this container. Does not destroy
      child.
    • type
      Function
  • dojox.widget.TitleGroup.selectChild

    • parameters:
      • widget
    • returns
      dijit.TitlePane
    • summary
      close all found titlePanes within this group, excluding
      the one the we pass to select
    • type
      Function
  • dijit.TitlePane

    • alias - dijit.TitlePane.prototype
  • dijit.TitlePane._dxfindParent

    • summary
      TitlePane's MUST be first-children of a TitleGroup. only used by
      <code>dojox.widget.TitleGroup</code>. Find a possible parent TitleGroup of a TitlePane
    • type
      Function
  • dojox.widget

    • type
      Object
  • dojox

    • type
      Object