|
|
@ -1061,7 +1061,7 @@ BI.ButtonGroup = BI.inherit(BI.Widget, { |
|
|
|
//如果是一个简单的layout
|
|
|
|
//如果是一个简单的layout
|
|
|
|
_isSimpleLayout: function () { |
|
|
|
_isSimpleLayout: function () { |
|
|
|
var o = this.options; |
|
|
|
var o = this.options; |
|
|
|
return o.layouts.length === 1 && !BI.isArray(o.items[0]) |
|
|
|
return o.layouts.length === 1 && !BI.isArray(o.layouts.items[0]) |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
doBehavior: function () { |
|
|
|
doBehavior: function () { |
|
|
|