CLIENT GUI Framework
[vnfsdk/refrepo.git] / openo-portal / portal-common / src / main / webapp / common / thirdparty / zTree / api / en / setting.view.txtSelectedEnable.html
1 <div class="apiDetail">\r
2 <div>\r
3         <h2><span>Boolean</span><span class="path">setting.view.</span>txtSelectedEnable</h2>\r
4         <h3>Overview<span class="h3_info">[ depends on <span class="highlight_green">jquery.ztree.core</span> js ]</span></h3>\r
5         <div class="desc">\r
6                 <p></p>\r
7                 <div class="longdesc">\r
8                         <p>Set to allow or don't allow to select the text which in zTree's DOM.</p>\r
9                         <p>Default: false</p>\r
10                 </div>\r
11         </div>\r
12         <h3>Boolean Format</h3>\r
13         <div class="desc">\r
14         <p> true means: Allow to select the txt which in zTree's DOM.</p>\r
15         <p> false means: Don't allow to select the txt which in zTree's DOM.</p>\r
16         </div>\r
17         <h3>Examples of setting & function</h3>\r
18         <h4>1. Allow to select the txt which in zTree's DOM.</h4>\r
19         <pre xmlns=""><code>var setting = {\r
20         view: {\r
21                 txtSelectedEnable: true\r
22         }\r
23 };\r
24 ......</code></pre>\r
25 </div>\r
26 </div>