jQuery MiniUI
标题:
tree 对象不触发 beforedrop和givefeedback 事件
[打印本页]
作者:
454082559
时间:
2013-7-19 17:56:04
标题:
tree 对象不触发 beforedrop和givefeedback 事件
tree 对象不触发 beforedrop和givefeedback 事件
<script src="../../scripts/boot.js" type="text/javascript"></script>
<script type="text/javascript">
function beforedrop(e) {
alert(1)
}
</script>
</head>
<body>
<h1>DragDrop</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"
allowDrag="true" allowDrop="true" onbeforedrop="beforedrop"
>
</ul>
<script type="text/javascript">
mini.parse();
</script>
<div class="description">
<h3>Description</h3>
<p>
拖拽移动节点
</p>
</div>
</body>
复制代码
作者:
454082559
时间:
2013-7-19 17:57:27
miniui 是 3.0 的版本
作者:
niko
时间:
2013-7-19 21:40:02
下载更新下试试。
欢迎光临 jQuery MiniUI (http://miniui.com/discuss/)
Powered by Discuz! X2