Browse Source

no message

es6
刘荣歆 7 years ago
parent
commit
6814d14c8f
  1. 16
      demo/js/config/widget.js
  2. 2
      demo/js/widget/dailertest/demo.test_editor.js

16
demo/js/config/widget.js

@ -250,12 +250,12 @@ Demo.WIDGET_CONFIG = [{
text: "bi.dialog", text: "bi.dialog",
value: "demo.dialog" value: "demo.dialog"
}, { }, {
id: 7, pId: 4,
text: '数值微调器', id: 419,
value: "demo.test_editor" text: '文件管理',
}, { }, {
id: 8, pId: 419,
text: '所有日期控件', text: "bi.file_manager",
value: "demo.all_date_widget" value: "demo.file_manager"
} },
]; ];

2
demo/js/widget/dailertest/demo.test_editor.js

@ -35,7 +35,7 @@ Demo.TestEditor = BI.inherit(BI.Widget, {
var dateTimeCombo = BI.createWidget({ var dateTimeCombo = BI.createWidget({
type: "bi.date_time_combo", type: "bi.date_time_combo",
width: 300 width: 200
}); });
var enable = 1; var enable = 1;

Loading…
Cancel
Save