|
|
@ -589,7 +589,7 @@ BI.AbstractTreeValueChooser = BI.inherit(BI.Widget, { |
|
|
|
isParent: node.getChildrenLength() > 0, |
|
|
|
isParent: node.getChildrenLength() > 0, |
|
|
|
checked: state[0], |
|
|
|
checked: state[0], |
|
|
|
halfCheck: state[1], |
|
|
|
halfCheck: state[1], |
|
|
|
open: self.options.open, |
|
|
|
open: true, |
|
|
|
disabled: node.disabled, |
|
|
|
disabled: node.disabled, |
|
|
|
title: node.title || node.text, |
|
|
|
title: node.title || node.text, |
|
|
|
warningTitle: node.warningTitle, |
|
|
|
warningTitle: node.warningTitle, |
|
|
|