|
|
@ -11,9 +11,7 @@ BI.SingleSelectRadioItem = BI.inherit(BI.BasicButton, { |
|
|
|
dynamic: false |
|
|
|
dynamic: false |
|
|
|
}, |
|
|
|
}, |
|
|
|
height: 24, |
|
|
|
height: 24, |
|
|
|
iconWrapperWidth: 16, |
|
|
|
iconWrapperWidth: 26, |
|
|
|
textHgap: 0, |
|
|
|
|
|
|
|
textRgap: 0 |
|
|
|
|
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
_init: function () { |
|
|
|
_init: function () { |
|
|
@ -43,7 +41,7 @@ BI.SingleSelectRadioItem = BI.inherit(BI.BasicButton, { |
|
|
|
items: BI.LogicFactory.createLogicItemsByDirection("left", { |
|
|
|
items: BI.LogicFactory.createLogicItemsByDirection("left", { |
|
|
|
type: "bi.center_adapt", |
|
|
|
type: "bi.center_adapt", |
|
|
|
items: [this.radio], |
|
|
|
items: [this.radio], |
|
|
|
width: o.conWrapperWidth |
|
|
|
width: o.iconWrapperWidth |
|
|
|
}, this.text) |
|
|
|
}, this.text) |
|
|
|
})))); |
|
|
|
})))); |
|
|
|
}, |
|
|
|
}, |
|
|
|