Function
A container which controls a series of `dijit.TitlePane`s, allowing one to be visible and hiding siblings
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
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);
Function
A widget reference to add
An optional index or position to pass. defaults to "last"
Add a passed widget reference to this container at an optional position index.
dijit.TitlePane
Function
Remove the passed widget from this container. Does not destroy child.
Function
close all found titlePanes within this group, excluding the one the we pass to select
dijit.TitlePane
Function
Object
Object