fineui是帆软报表和BI产品线所使用的前端框架。

12 lines
236 B

8 years ago
$(function () {
var ref;
BI.createWidget({
8 years ago
type: "demo.main",
8 years ago
ref: function (_ref) {
console.log(_ref);
ref = _ref;
},
element: '#wrapper'
8 years ago
});
8 years ago
// ref.destroy();
8 years ago
});