|
|
@ -36886,10 +36886,10 @@ BI.TreeView = BI.inherit(BI.Pane, { |
|
|
|
element: this, |
|
|
|
element: this, |
|
|
|
items: [this.tip] |
|
|
|
items: [this.tip] |
|
|
|
}); |
|
|
|
}); |
|
|
|
if(BI.isNotNull(o.value)){ |
|
|
|
if(BI.isNotNull(o.value)) { |
|
|
|
this.setSelectedValue(o.value); |
|
|
|
this.setSelectedValue(o.value); |
|
|
|
} |
|
|
|
} |
|
|
|
if (BI.isIE9Below()) { |
|
|
|
if (BI.isIE9Below && BI.isIE9Below()) { |
|
|
|
this.element.addClass("hack"); |
|
|
|
this.element.addClass("hack"); |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
@ -44186,7 +44186,7 @@ BI.Icon = BI.inherit(BI.Single, { |
|
|
|
}, |
|
|
|
}, |
|
|
|
_init: function () { |
|
|
|
_init: function () { |
|
|
|
BI.Icon.superclass._init.apply(this, arguments); |
|
|
|
BI.Icon.superclass._init.apply(this, arguments); |
|
|
|
if (BI.isIE9Below()) { |
|
|
|
if (BI.isIE9Below && BI.isIE9Below()) { |
|
|
|
this.element.addClass("hack"); |
|
|
|
this.element.addClass("hack"); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -51267,7 +51267,7 @@ BI.ColorChooserTrigger = BI.inherit(BI.Trigger, { |
|
|
|
BI.ColorChooserTrigger.superclass._init.apply(this, arguments); |
|
|
|
BI.ColorChooserTrigger.superclass._init.apply(this, arguments); |
|
|
|
this.colorContainer = BI.createWidget({ |
|
|
|
this.colorContainer = BI.createWidget({ |
|
|
|
type: "bi.layout", |
|
|
|
type: "bi.layout", |
|
|
|
cls: "color-chooser-trigger-content" + (BI.isIE9Below() ? " hack" : "") |
|
|
|
cls: "color-chooser-trigger-content" + (BI.isIE9Below && BI.isIE9Below() ? " hack" : "") |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
var down = BI.createWidget({ |
|
|
|
var down = BI.createWidget({ |
|
|
|