windy 6 years ago
parent
commit
e9e33161f2
  1. 24
      dist/bundle.js
  2. 24
      dist/case.js
  3. 24
      dist/fineui.js
  4. 6
      src/case/richeditor/plugins/combo.backgroundcolorchooser.js
  5. 6
      src/case/richeditor/plugins/combo.colorchooser.js
  6. 6
      src/case/richeditor/plugins/combo.fontfamily.js
  7. 6
      src/case/richeditor/plugins/combo.sizechooser.js

24
dist/bundle.js vendored

@ -83918,12 +83918,6 @@ BI.RichEditorBackgroundColorChooser = BI.inherit(BI.RichEditorAction, {
}
},
_setVisible: function (b) {
if(b === false) {
this.colorchooser.hideView();
}
},
deactivate: function () {
}
});
@ -83970,12 +83964,6 @@ BI.RichEditorColorChooser = BI.inherit(BI.RichEditorAction, {
}
},
_setVisible: function (b) {
if(b === false) {
this.colorchooser.hideView();
}
},
activate: function (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) {
if(!this.combo.element.find(e.target).length > 0) {
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) {
if(!this.combo.element.find(e.target).length > 0) {
this.combo.hideView();

24
dist/case.js vendored

@ -11429,12 +11429,6 @@ BI.RichEditorBackgroundColorChooser = BI.inherit(BI.RichEditorAction, {
}
},
_setVisible: function (b) {
if(b === false) {
this.colorchooser.hideView();
}
},
deactivate: function () {
}
});
@ -11481,12 +11475,6 @@ BI.RichEditorColorChooser = BI.inherit(BI.RichEditorAction, {
}
},
_setVisible: function (b) {
if(b === false) {
this.colorchooser.hideView();
}
},
activate: function (rgb) {
this.colorchooser.setValue(BI.DOM.rgb2hex(rgb));
},
@ -11554,12 +11542,6 @@ BI.shortcut("bi.rich_editor_color_chooser", BI.RichEditorColorChooser);BI.RichEd
});
},
_setVisible: function (b) {
if(b === false) {
this.combo.hideView();
}
},
hideIf: function (e) {
if(!this.combo.element.find(e.target).length > 0) {
this.combo.hideView();
@ -11641,12 +11623,6 @@ BI.RichEditorSizeChooser = BI.inherit(BI.RichEditorAction, {
});
},
_setVisible: function (b) {
if(b === false) {
this.combo.hideView();
}
},
hideIf: function (e) {
if(!this.combo.element.find(e.target).length > 0) {
this.combo.hideView();

24
dist/fineui.js vendored

@ -84161,12 +84161,6 @@ BI.RichEditorBackgroundColorChooser = BI.inherit(BI.RichEditorAction, {
}
},
_setVisible: function (b) {
if(b === false) {
this.colorchooser.hideView();
}
},
deactivate: function () {
}
});
@ -84213,12 +84207,6 @@ BI.RichEditorColorChooser = BI.inherit(BI.RichEditorAction, {
}
},
_setVisible: function (b) {
if(b === false) {
this.colorchooser.hideView();
}
},
activate: function (rgb) {
this.colorchooser.setValue(BI.DOM.rgb2hex(rgb));
},
@ -84286,12 +84274,6 @@ BI.shortcut("bi.rich_editor_color_chooser", BI.RichEditorColorChooser);BI.RichEd
});
},
_setVisible: function (b) {
if(b === false) {
this.combo.hideView();
}
},
hideIf: function (e) {
if(!this.combo.element.find(e.target).length > 0) {
this.combo.hideView();
@ -84373,12 +84355,6 @@ BI.RichEditorSizeChooser = BI.inherit(BI.RichEditorAction, {
});
},
_setVisible: function (b) {
if(b === false) {
this.combo.hideView();
}
},
hideIf: function (e) {
if(!this.combo.element.find(e.target).length > 0) {
this.combo.hideView();

6
src/case/richeditor/plugins/combo.backgroundcolorchooser.js

@ -39,12 +39,6 @@ BI.RichEditorBackgroundColorChooser = BI.inherit(BI.RichEditorAction, {
}
},
_setVisible: function (b) {
if(b === false) {
this.colorchooser.hideView();
}
},
deactivate: function () {
}
});

6
src/case/richeditor/plugins/combo.colorchooser.js

@ -41,12 +41,6 @@ BI.RichEditorColorChooser = BI.inherit(BI.RichEditorAction, {
}
},
_setVisible: function (b) {
if(b === false) {
this.colorchooser.hideView();
}
},
activate: function (rgb) {
this.colorchooser.setValue(BI.DOM.rgb2hex(rgb));
},

6
src/case/richeditor/plugins/combo.fontfamily.js

@ -57,12 +57,6 @@ BI.RichEditorFontChooser = BI.inherit(BI.RichEditorAction, {
});
},
_setVisible: function (b) {
if(b === false) {
this.combo.hideView();
}
},
hideIf: function (e) {
if(!this.combo.element.find(e.target).length > 0) {
this.combo.hideView();

6
src/case/richeditor/plugins/combo.sizechooser.js

@ -73,12 +73,6 @@ BI.RichEditorSizeChooser = BI.inherit(BI.RichEditorAction, {
});
},
_setVisible: function (b) {
if(b === false) {
this.combo.hideView();
}
},
hideIf: function (e) {
if(!this.combo.element.find(e.target).length > 0) {
this.combo.hideView();

Loading…
Cancel
Save