CLIENT GUI Framework
[vnfsdk/refrepo.git] / portal-common / src / main / webapp / common / thirdparty / zTree / api / en / setting.data.key.title.html
1 <div class="apiDetail">\r
2 <div>\r
3         <h2><span>String</span><span class="path">setting.data.key.</span>title</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>The node data's attribute to save the 'title' attribute of node DOM. It is valid when <span class="highlight_red">[setting.view.showTitle = true]</span></p>\r
9                         <p class="highlight_red">If set it to "", the title of node DOM will be same as 'setting.data.key.name' attribute.</p>\r
10                         <p>Default: ""</p>\r
11                 </div>\r
12         </div>\r
13         <h3>Examples of setting</h3>\r
14         <h4>1. Set the 'fullName' attribute to save the title of node DOM.</h4>\r
15         <pre xmlns=""><code>var setting = {\r
16         data: {\r
17                 key: {\r
18                         title: "fullName"\r
19                 }\r
20         }\r
21 };\r
22 ......</code></pre>\r
23 </div>\r
24 </div>