jQuery MiniUI
标题:
Tree的使用
[打印本页]
作者:
q214660670
时间:
2015-7-31 10:56:55
标题:
Tree的使用
请教下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>列表数据生成Tree</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /><link href="../demo.css" rel="stylesheet" type="text/css" />
<script src="../../scripts/boot.js" type="text/javascript"></script>
</head>
<body>
<h1>列表数据生成Tree</h1>
<ul id="tree1" class="mini-tree" url="../data/listTree.txt" style="width:200px;padding:5px;"
showTreeIcon="true" textField="text" idField="id" parentField="pid" resultAsTree="false"
showArrow="true" expandOnNodeClick="true"
>
</ul>
<div class="description">
<h3>Description</h3>
<p>
mini.Tree的url,可以指向一个列表数据。重点要声明"idField"、"parentField"、"resultAsTree"三个属性。
</p>
</div>
</body>
</html>
这里并没有 说到 tree1 的url属性是否可以在window.load时可以动态设定。 就是指定了一个url的指派。 太不够细致了吧。
我想请 麻烦下官方指点下:
一个空白的tree 在 html页面加载时。如何在window.load时。如何动态加载菜单。您这里只提供的格式的需求。其他的都没有。
是否其他地方使用jquery来实现。还是miniUI不支持那块?
作者:
felt
时间:
2015-7-31 12:04:52
你标签里面写了url,页面加载的时候会自动读取数据加载
你要动态改变url就调用tree.setUrl(url)
欢迎光临 jQuery MiniUI (http://miniui.com/discuss/)
Powered by Discuz! X2