Browse Source

node控件没有换全

es6
windy 7 years ago
parent
commit
d6ec5a7a55
  1. 4
      demo/js/widget/basewidget/demo.nodes.js
  2. 2
      dist/bundle.js
  3. 2
      dist/case.js
  4. 4
      dist/demo.js
  5. 2
      dist/fineui.js
  6. 2
      src/case/button/node/node.icon.arrow.js

4
demo/js/widget/basewidget/demo.nodes.js

@ -21,6 +21,10 @@ Demo.Nodes = BI.inherit(BI.Widget, {
}, {
type: "bi.arrow_group_node",
text: "箭头节点"
}, {
type: "bi.icon_arrow_node",
iconCls: "search-font",
text: "箭头图标节点"
}]
};
}

2
dist/bundle.js vendored

@ -63142,7 +63142,7 @@ BI.IconArrowNode = BI.inherit(BI.NodeButton, {
BI.IconArrowNode.superclass._init.apply(this, arguments);
var self = this, o = this.options;
this.checkbox = BI.createWidget({
type: "bi.tree_group_node_checkbox",
type: "bi.arrow_group_node_checkbox",
width: 23,
stopPropagation: true
});

2
dist/case.js vendored

@ -580,7 +580,7 @@ BI.IconArrowNode = BI.inherit(BI.NodeButton, {
BI.IconArrowNode.superclass._init.apply(this, arguments);
var self = this, o = this.options;
this.checkbox = BI.createWidget({
type: "bi.tree_group_node_checkbox",
type: "bi.arrow_group_node_checkbox",
width: 23,
stopPropagation: true
});

4
dist/demo.js vendored

@ -11621,6 +11621,10 @@ Demo.Nodes = BI.inherit(BI.Widget, {
}, {
type: "bi.arrow_group_node",
text: "箭头节点"
}, {
type: "bi.icon_arrow_node",
iconCls: "search-font",
text: "箭头图标节点"
}]
};
}

2
dist/fineui.js vendored

@ -64906,7 +64906,7 @@ BI.IconArrowNode = BI.inherit(BI.NodeButton, {
BI.IconArrowNode.superclass._init.apply(this, arguments);
var self = this, o = this.options;
this.checkbox = BI.createWidget({
type: "bi.tree_group_node_checkbox",
type: "bi.arrow_group_node_checkbox",
width: 23,
stopPropagation: true
});

2
src/case/button/node/node.icon.arrow.js

@ -27,7 +27,7 @@ BI.IconArrowNode = BI.inherit(BI.NodeButton, {
BI.IconArrowNode.superclass._init.apply(this, arguments);
var self = this, o = this.options;
this.checkbox = BI.createWidget({
type: "bi.tree_group_node_checkbox",
type: "bi.arrow_group_node_checkbox",
width: 23,
stopPropagation: true
});

Loading…
Cancel
Save