Booleansetting.view.txtSelectedEnable

Overview[ depends on jquery.ztree.core js ]

Set to allow or don't allow to select the text which in zTree's DOM.

Default: false

Boolean Format

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.

Examples of setting & function

1. Allow to select the txt which in zTree's DOM.

var setting = {
	view: {
		txtSelectedEnable: true
	}
};
......