53
* Create the widget's HTML components.
55
* This method is invoked after renderUI is invoked for the Widget class
56
* using YUI's aop infrastructure.
59
* @method _renderUIPicker
62
_renderUIPicker: function() {
63
Picker.superclass._renderUIPicker.apply(this, arguments);
64
var body = this._batches_box.get('parentNode');
65
body.removeChild(this._batches_box);
66
this._results_box.insert(this._batches_box, 'after');