if(this._started){return; }// the child widget from srcNodeRef is the dropdown widget. Insert it in the page DOM,// make it invisible, and store a reference to pass to the popup code.if(!this.dropDown){var dropDownNode = dojo.query("[widgetId]", this.dropDownContainer)[0];
this.dropDown = dijit.byNode(dropDownNode);
deletethis.dropDownContainer;
}dijit.popup.prepare(this.dropDown.domNode);
this.inherited(arguments);