|
|
@ -38,6 +38,7 @@ BI.ListPane = BI.inherit(BI.Pane, { |
|
|
|
chooseType: BI.ButtonGroup.CHOOSE_TYPE_SINGLE, |
|
|
|
chooseType: BI.ButtonGroup.CHOOSE_TYPE_SINGLE, |
|
|
|
behaviors: {}, |
|
|
|
behaviors: {}, |
|
|
|
items: o.items, |
|
|
|
items: o.items, |
|
|
|
|
|
|
|
value: o.value, |
|
|
|
itemsCreator: function (op, calback) { |
|
|
|
itemsCreator: function (op, calback) { |
|
|
|
if (op.times === 1) { |
|
|
|
if (op.times === 1) { |
|
|
|
self.empty(); |
|
|
|
self.empty(); |
|
|
|