2015-05-20 36 views

回答

3

使用check_callback選擇這樣的:

"check_callback" : function (op, node, par, pos, more) { 
    if(more && more.dnd) { 
     return more.pos !== "i" && par.id == node.parent; 
    } 
    return true; 
}, 

這裏是一個演示: http://jsfiddle.net/DGAF4/509/

+0

感謝vakata。它爲我工作。 – thinhnk

+0

工程精彩! +1。很多人仍然受到CRRM例子的影響......悲傷地... – Arcanyx

相關問題