CLIENT GUI Framework
[vnfsdk/refrepo.git] / openo-portal / portal-common / src / main / webapp / common / thirdparty / zTree / api / en / setting.edit.editNameSelectAll.html
1 <div class="apiDetail">\r
2 <div>\r
3         <h2><span>Boolean</span><span class="path">setting.edit.</span>editNameSelectAll</h2>\r
4         <h3>Overview<span class="h3_info">[ depends on <span class="highlight_green">jquery.ztree.exedit</span> js ]</span></h3>\r
5         <div class="desc">\r
6                 <p></p>\r
7                 <div class="longdesc">\r
8                         <p>When edit node's name, the text in input is selected or unselected. It is valid when <span class="highlight_red">[setting.edit.enable = true]</span></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: when show the input, the text in input is selected</p>\r
15         <p> false means: when show the input, the text in input is not selected</p>\r
16         </div>\r
17         <h3>Examples of setting</h3>\r
18         <h4>1. When edit node's name, the text in input is selected.</h4>\r
19         <pre xmlns=""><code>var setting = {\r
20         edit: {\r
21                 enable: true,\r
22                 editNameSelectAll: true\r
23         }\r
24 };\r
25 ......</code></pre>\r
26 </div>\r
27 </div>