|
|
@ -9,8 +9,8 @@ BI.Radio = BI.inherit(BI.BasicButton, { |
|
|
|
baseCls: "bi-radio", |
|
|
|
baseCls: "bi-radio", |
|
|
|
selected: false, |
|
|
|
selected: false, |
|
|
|
handler: BI.emptyFn, |
|
|
|
handler: BI.emptyFn, |
|
|
|
width: 16, |
|
|
|
width: 14, |
|
|
|
height: 16, |
|
|
|
height: 14, |
|
|
|
iconWidth: 14, |
|
|
|
iconWidth: 14, |
|
|
|
iconHeight: 14 |
|
|
|
iconHeight: 14 |
|
|
|
}, |
|
|
|
}, |
|
|
@ -59,4 +59,4 @@ BI.Radio = BI.inherit(BI.BasicButton, { |
|
|
|
}); |
|
|
|
}); |
|
|
|
BI.Radio.EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|
BI.Radio.EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|
|
|
|
|
|
|
|
|
BI.shortcut("bi.radio", BI.Radio); |
|
|
|
BI.shortcut("bi.radio", BI.Radio); |
|
|
|