The docs seem to indicate that you should be able to pass an object to an accordion container.
It seems it should work like tis:
var ac =dijit.byId("accordion"); //get the container
var spane= dijit.byId("SymptomsPane"): //get the particular pane
ac.selectChild(spane); //and select it
This doesn't work in FF3. Nothing happens.
The following error message in the log:
TypeError: newWidget.setSelected is not a function message=newWidget.setSelected is not a function
You would also hope that
ac.selectChild(4);
