@ -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: "箭头图标节点"
}]
};
}
@ -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
});
@ -580,7 +580,7 @@ BI.IconArrowNode = BI.inherit(BI.NodeButton, {
@ -11621,6 +11621,10 @@ Demo.Nodes = BI.inherit(BI.Widget, {
@ -64906,7 +64906,7 @@ BI.IconArrowNode = BI.inherit(BI.NodeButton, {
@ -27,7 +27,7 @@ BI.IconArrowNode = BI.inherit(BI.NodeButton, {