@ -13,9 +13,6 @@ BI.ColorChooser = BI.inherit(BI.Widget, {
value: "",
height: 24,
el: {},
attributes: {
tabIndex: 0
}
});
},
@ -10,9 +10,6 @@ BI.IconTextValueCombo = BI.inherit(BI.Widget, {
iconHeight: null,
iconWidth: null,
@ -11,9 +11,6 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
chooseType: BI.ButtonGroup.CHOOSE_TYPE_SINGLE,
@ -12,9 +12,6 @@ BI.TextValueCombo = BI.inherit(BI.Widget, {
text: "",
@ -7,16 +7,13 @@ BI.DynamicDateCombo = BI.inherit(BI.Single, {
props: {
baseCls: "bi-dynamic-date-combo bi-border bi-focus-shadow bi-border-radius",
baseCls: "bi-dynamic-date-combo",
minDate: "1900-01-01",
maxDate: "2099-12-31",
format: "",
allowEdit: true,
supportDynamic: true,
_init: function () {
@ -48,6 +45,7 @@ BI.DynamicDateCombo = BI.inherit(BI.Single, {
items: [{
el: {
type: "bi.combo",
cls: "bi-border bi-focus-shadow bi-border-radius",
container: opts.container,
ref: function () {
self.combo = this;
@ -7,7 +7,7 @@ BI.DynamicDateTimeCombo = BI.inherit(BI.Single, {
@ -45,6 +45,7 @@ BI.DynamicDateTimeCombo = BI.inherit(BI.Single, {
destroyWhenHide: true,
@ -13,9 +13,6 @@ BI.MultiLayerSelectTreeCombo = BI.inherit(BI.Widget, {
itemsCreator: BI.emptyFn,
items: [],
allowEdit: false,
allowSearchValue: false,
allowInsertValue: false,
@ -16,9 +16,6 @@ BI.MultiLayerSingleTreeCombo = BI.inherit(BI.Widget, {
@ -12,9 +12,6 @@ BI.MultiSelectCombo = BI.inherit(BI.Single, {
valueFormatter: BI.emptyFn,
itemHeight: 24,
allowEdit: true
@ -12,9 +12,6 @@ BI.MultiSelectNoBarCombo = BI.inherit(BI.Single, {
@ -12,9 +12,6 @@ BI.MultiSelectInsertCombo = BI.inherit(BI.Single, {
@ -12,9 +12,6 @@ BI.MultiSelectInsertNoBarCombo = BI.inherit(BI.Single, {
itemsHeight: 24,
@ -23,9 +23,6 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, {
isNeedAdjustWidth: true,
@ -23,9 +23,6 @@ BI.MultiTreeInsertCombo = BI.inherit(BI.Single, {
@ -24,9 +24,6 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, {
allowInsertValue: true,
@ -11,9 +11,6 @@ BI.SelectTreeCombo = BI.inherit(BI.Widget, {
@ -12,9 +12,6 @@ BI.SingleSelectCombo = BI.inherit(BI.Single, {
@ -12,9 +12,6 @@ BI.SingleSelectInsertCombo = BI.inherit(BI.Single, {
@ -12,9 +12,6 @@ BI.SingleTreeCombo = BI.inherit(BI.Widget, {
@ -7,9 +7,6 @@ BI.TextValueDownListCombo = BI.inherit(BI.Widget, {
return BI.extend(BI.TextValueDownListCombo.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-text-value-down-list-combo bi-border bi-focus-shadow",
@ -13,14 +13,16 @@
border: 1
baseCls: "bi-time-combo bi-border bi-border-radius bi-focus-shadow",
// width: 78,
// height: 22,
baseCls: "bi-time-combo",
var o = this.options;
o.height -= 2;
BI.TimeCombo.superclass._init.apply(this, arguments);
render: function () {
@ -62,6 +64,7 @@
cls: "bi-border bi-border-radius bi-focus-shadow",
toggle: false,
isNeedAdjustHeight: false,
@ -167,7 +170,7 @@
top: 0,
left: 0,
right: 22,
right: 0,
bottom: 0
}, {