花式树在花式树节点上删除外部HTML

时间:2014-12-05 13:33:02

标签: fancytree

我在将元素从不同的iframe拖到花哨的TREE节点时遇到了问题吗?

 function test(){
  $("#tetsingDIV1").draggable({ revert: true, cursor: "move", cursorAt: { top: -5, left: -5 }, connectToFancytree: true });
 } 

HTML部分

<body onload="test()"> 
<a id="tetsingDIV1" style="cursor:move;text-decoration: none !important;" href="_param=dfasdfdsadasdasdasdasdasdas"> <img src='../common/images/iconDragDrop.png'</a> </body>

我想在花式树节点上拖动上面的HTML元素 对此有何解决方案?我试过这个:在DIV的外部iframe上;我也添加了可拖动的事件。所以fancytree可以接受它。

0 个答案:

没有答案