CLIENT GUI Framework
[vnfsdk/refrepo.git] / portal-common / src / main / webapp / common / thirdparty / zTree / api / en / setting.data.key.url.html
1 <div class="apiDetail">\r
2 <div>\r
3         <h2><span>String</span><span class="path">setting.data.key.</span>url</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 node link's url.</p>\r
9                         <p class="highlight_red">Special: If the nodes's data can only use the 'url' attribute, and don't use the link to jump feature, you can modify this attribute to any nonexistent attribute.</p>\r
10                         <p>Default: "url"</p>\r
11                 </div>\r
12         </div>\r
13         <h3>Examples of setting</h3>\r
14         <h4>1. Set the 'xUrl' attribute to save the node link's url.</h4>\r
15         <pre xmlns=""><code>var setting = {\r
16         data: {\r
17                 key: {\r
18                         url: "xUrl"\r
19                 }\r
20         }\r
21 };\r
22 ......</code></pre>\r
23 </div>\r
24 </div>