Browse Source

Merge pull request #512 in VISUAL/fineui from ~FAY/fineui:master to master

* commit 'ecedd34ad95f258cfe8cf54fb6d890fd41659874':
  update
  update
es6
imp 6 years ago
parent
commit
3532347ae5
  1. 2
      dist/_fineui.min.js
  2. 6
      dist/bundle.js
  3. 2
      dist/bundle.min.js
  4. 6
      dist/case.js
  5. 6
      dist/fineui.js
  6. 2
      dist/fineui.min.js
  7. 4
      src/case/richeditor/plugins/combo.fontfamily.js
  8. 2
      src/case/richeditor/plugins/combo.sizechooser.js

2
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/bundle.js vendored

@ -84096,8 +84096,8 @@ BI.shortcut("bi.rich_editor_color_chooser", BI.RichEditorColorChooser);BI.RichEd
return BI.extend(BI.RichEditorFontChooser.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-rich-editor-font-chooser bi-border bi-card",
command: "FontName",
width: 50,
height: 20
width: 100,
height: 24
});
},
@ -84169,7 +84169,7 @@ BI.RichEditorSizeChooser = BI.inherit(BI.RichEditorAction, {
baseCls: "bi-rich-editor-size-chooser bi-border bi-card",
command: "FontSize",
width: 50,
height: 20
height: 24
});
},

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/case.js vendored

@ -11536,8 +11536,8 @@ BI.shortcut("bi.rich_editor_color_chooser", BI.RichEditorColorChooser);BI.RichEd
return BI.extend(BI.RichEditorFontChooser.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-rich-editor-font-chooser bi-border bi-card",
command: "FontName",
width: 50,
height: 20
width: 100,
height: 24
});
},
@ -11609,7 +11609,7 @@ BI.RichEditorSizeChooser = BI.inherit(BI.RichEditorAction, {
baseCls: "bi-rich-editor-size-chooser bi-border bi-card",
command: "FontSize",
width: 50,
height: 20
height: 24
});
},

6
dist/fineui.js vendored

@ -84345,8 +84345,8 @@ BI.shortcut("bi.rich_editor_color_chooser", BI.RichEditorColorChooser);BI.RichEd
return BI.extend(BI.RichEditorFontChooser.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-rich-editor-font-chooser bi-border bi-card",
command: "FontName",
width: 50,
height: 20
width: 100,
height: 24
});
},
@ -84418,7 +84418,7 @@ BI.RichEditorSizeChooser = BI.inherit(BI.RichEditorAction, {
baseCls: "bi-rich-editor-size-chooser bi-border bi-card",
command: "FontSize",
width: 50,
height: 20
height: 24
});
},

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

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

@ -3,8 +3,8 @@ BI.RichEditorFontChooser = BI.inherit(BI.RichEditorAction, {
return BI.extend(BI.RichEditorFontChooser.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-rich-editor-font-chooser bi-border bi-card",
command: "FontName",
width: 50,
height: 20
width: 100,
height: 24
});
},

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

@ -11,7 +11,7 @@ BI.RichEditorSizeChooser = BI.inherit(BI.RichEditorAction, {
baseCls: "bi-rich-editor-size-chooser bi-border bi-card",
command: "FontSize",
width: 50,
height: 20
height: 24
});
},

Loading…
Cancel
Save