设置 zTree 是否允许可以选择 zTree DOM 内的文本。
默认值:false
true / false 分别表示 允许 / 不允许 选择 zTree Dom 内的文本
var setting = { view: { txtSelectedEnable: true } }; ......