|
|
@ -83918,12 +83918,6 @@ BI.RichEditorBackgroundColorChooser = BI.inherit(BI.RichEditorAction, { |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
_setVisible: function (b) { |
|
|
|
|
|
|
|
if(b === false) { |
|
|
|
|
|
|
|
this.colorchooser.hideView(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
deactivate: function () { |
|
|
|
deactivate: function () { |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
@ -83970,12 +83964,6 @@ BI.RichEditorColorChooser = BI.inherit(BI.RichEditorAction, { |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
_setVisible: function (b) { |
|
|
|
|
|
|
|
if(b === false) { |
|
|
|
|
|
|
|
this.colorchooser.hideView(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
activate: function (rgb) { |
|
|
|
activate: function (rgb) { |
|
|
|
this.colorchooser.setValue(BI.DOM.rgb2hex(rgb)); |
|
|
|
this.colorchooser.setValue(BI.DOM.rgb2hex(rgb)); |
|
|
|
}, |
|
|
|
}, |
|
|
@ -84043,12 +84031,6 @@ BI.shortcut("bi.rich_editor_color_chooser", BI.RichEditorColorChooser);BI.RichEd |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
_setVisible: function (b) { |
|
|
|
|
|
|
|
if(b === false) { |
|
|
|
|
|
|
|
this.combo.hideView(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hideIf: function (e) { |
|
|
|
hideIf: function (e) { |
|
|
|
if(!this.combo.element.find(e.target).length > 0) { |
|
|
|
if(!this.combo.element.find(e.target).length > 0) { |
|
|
|
this.combo.hideView(); |
|
|
|
this.combo.hideView(); |
|
|
@ -84130,12 +84112,6 @@ BI.RichEditorSizeChooser = BI.inherit(BI.RichEditorAction, { |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
_setVisible: function (b) { |
|
|
|
|
|
|
|
if(b === false) { |
|
|
|
|
|
|
|
this.combo.hideView(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hideIf: function (e) { |
|
|
|
hideIf: function (e) { |
|
|
|
if(!this.combo.element.find(e.target).length > 0) { |
|
|
|
if(!this.combo.element.find(e.target).length > 0) { |
|
|
|
this.combo.hideView(); |
|
|
|
this.combo.hideView(); |
|
|
|