0

要素を別の 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で。ファンシーツリーがそれを受け入れることができるように、ドラッグ可能なイベントも追加しました。

4

0 に答える 0