|
|
@ -13353,7 +13353,7 @@ Demo.SingleSelectCombo = BI.inherit(BI.Widget, { |
|
|
|
_createSingleSelectCombo: function () { |
|
|
|
_createSingleSelectCombo: function () { |
|
|
|
var self = this; |
|
|
|
var self = this; |
|
|
|
var widget = BI.createWidget({ |
|
|
|
var widget = BI.createWidget({ |
|
|
|
type: "bi.single_select_insert_list", |
|
|
|
type: "bi.single_select_insert_combo", |
|
|
|
itemsCreator: BI.bind(this._itemsCreator, this), |
|
|
|
itemsCreator: BI.bind(this._itemsCreator, this), |
|
|
|
width: 200, |
|
|
|
width: 200, |
|
|
|
height: 600, |
|
|
|
height: 600, |
|
|
|