scan my contents and create subwidgets
var rootNode = this.containerNode || this.domNode; try{ dojo.parser.parse(rootNode, true); }catch(e){ this._onError('Content', e, "Couldn't create widgets in "+this.id +(this.href ? " from "+this.href : "")); }