|
|
|
@ -4,8 +4,9 @@
|
|
|
|
|
BI.CalendarDateItem = BI.inherit(BI.BasicButton, { |
|
|
|
|
props: function() { |
|
|
|
|
return { |
|
|
|
|
baseCls: "bi-calendar-date-item", |
|
|
|
|
height: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT + 8, |
|
|
|
|
}
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
render: function () { |
|
|
|
@ -17,7 +18,6 @@ BI.CalendarDateItem = BI.inherit(BI.BasicButton, {
|
|
|
|
|
type: "bi.text_item", |
|
|
|
|
cls: "bi-border-radius bi-list-item-select", |
|
|
|
|
textAlign: "center", |
|
|
|
|
whiteSpace: "normal", |
|
|
|
|
text: o.text, |
|
|
|
|
value: o.value, |
|
|
|
|
ref: function () { |
|
|
|
|