jQuery MiniUI

标题: tree 对象不触发 beforedrop和givefeedback 事件 [打印本页]

作者: 454082559    时间: 2013-7-19 17:56:04     标题: tree 对象不触发 beforedrop和givefeedback 事件

tree 对象不触发 beforedrop和givefeedback 事件
  1. <script src="../../scripts/boot.js" type="text/javascript"></script>
  2.    
  3.         <script type="text/javascript">
  4.             function beforedrop(e) {
  5.                 alert(1)
  6.             }
  7.     </script>

  8. </head>
  9. <body>
  10.     <h1>DragDrop</h1>      

  11.    
  12.    
  13.     <ul id="tree1" class="mini-tree" url="../data/listTree.txt" style="width:200px;padding:5px;"
  14.         showTreeIcon="true" textField="text" idField="id" parentField="pid" resultAsTree="false"         
  15.         allowDrag="true" allowDrop="true" onbeforedrop="beforedrop"
  16.         >
  17.     </ul>
  18.    
  19.         
  20.     <script type="text/javascript">
  21.         mini.parse();
  22.     </script>

  23.     <div class="description">
  24.         <h3>Description</h3>
  25.         <p>            
  26.             拖拽移动节点
  27.         </p>
  28.     </div>
  29. </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