|
|
@ -43,7 +43,7 @@ BI.ArrowNode = BI.inherit(BI.NodeButton, { |
|
|
|
|
|
|
|
|
|
|
|
var type = BI.LogicFactory.createLogicTypeByDirection(BI.Direction.Left); |
|
|
|
var type = BI.LogicFactory.createLogicTypeByDirection(BI.Direction.Left); |
|
|
|
var items = BI.LogicFactory.createLogicItemsByDirection(BI.Direction.Left, { |
|
|
|
var items = BI.LogicFactory.createLogicItemsByDirection(BI.Direction.Left, { |
|
|
|
width: 24, |
|
|
|
width: 16, |
|
|
|
el: this.checkbox |
|
|
|
el: this.checkbox |
|
|
|
}, this.text); |
|
|
|
}, this.text); |
|
|
|
BI.createWidget(BI.extend({ |
|
|
|
BI.createWidget(BI.extend({ |
|
|
|