Set to allow or don't allow to select the text which in zTree's DOM.
Default: false
true means: Allow to select the txt which in zTree's DOM.
false means: Don't allow to select the txt which in zTree's DOM.
var setting = {
view: {
txtSelectedEnable: true
}
};
......