@ -25,6 +25,7 @@ BI.ColorChooser = BI.inherit(BI.Widget, {
element: this,
container: o.container,
adjustLength: 1,
destroyWhenHide: o.destroyWhenHide,
isNeedAdjustWidth: false,
isNeedAdjustHeight: false,
el: BI.extend({
@ -25,6 +25,7 @@ BI.SimpleColorChooser = BI.inherit(BI.Widget, {
value: o.value,
width: o.width,
height: o.height,
popup: {
type: "bi.simple_hex_color_chooser_popup",
recommendColorsGetter: o.recommendColorsGetter,