setup this slide with actions and components (Parts)
this.inherited(arguments); this.slideTitleText.innerHTML = this.title; var children = this.getChildren(); this._actions = []; dojo.forEach(children,function(child){ var tmpClass = child.declaredClass.toLowerCase(); switch(tmpClass){ case "dojox.presentation.part" : this._parts.push(child); break; case "dojox.presentation.action" : this._actions.push(child); break; } },this);