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",
value: "demo.dialog"
}, {
id: 7,
text: '数值微调器',
value: "demo.test_editor"
}, {
id: 8,
text: '所有日期控件',
value: "demo.all_date_widget"
}
pId: 4,
id: 419,
text: '文件管理',
}, {
pId: 419,
text: "bi.file_manager",
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({
type: "bi.date_time_combo",
width: 300
width: 200
});
var enable = 1;

Loading…
Cancel
Save