if(this._started){return; }
dojo.forEach(this.getChildren(), function(child, i, children){// attach the children and create the draggersthis._injectChild(child);
if(i < children.length-1){this._addSizer();
}}, this);
if(this.persist){this._restoreState();
}this.inherited(arguments);