jQuery MiniUI

 找回密码
 立即注册
查看: 3655|回复: 3
打印 上一主题 下一主题

treegird中拖拽排序问题 [复制链接]

Rank: 4

跳转到指定楼层
楼主
发表于 2013-7-12 15:42:05 |只看该作者 |倒序浏览
其中beforedrop 这个方法,取消排序,e.cancel = true;不管用啊

Rank: 8Rank: 8

沙发
发表于 2013-7-12 16:07:38 |只看该作者
onbeforedrop="beforedrop"

function beforedrop(e) {
        e.cancel = true;
    }

测试了,可以的。如果不行,更新下miniui试试

Rank: 4

板凳
发表于 2013-7-12 16:11:00 |只看该作者
factory 发表于 2013-7-12 16:07
onbeforedrop="beforedrop"

function beforedrop(e) {

我写了e.cancel = true; 但是还是移到了拖拽位置,miniui刚刚已更新
if (text.rescode == 0) {
                                                alert("成功");
                                        } else {
                                                alert(text.msg);
                                                e.cancel = true;
                                        }

Rank: 8Rank: 8

地板
发表于 2013-7-12 17:17:06 |只看该作者
zuzjx 发表于 2013-7-12 16:11
我写了e.cancel = true; 但是还是移到了拖拽位置,miniui刚刚已更新
if (text.rescode == 0) {
                                                ale ...

这个我确实是测试了的,onbeforedrop事件的e.cancel = true之后,就无法投放了

Archiver|普加软件

GMT+8, 2024-11-1 19:27 , Processed in 1.066900 second(s), 9 queries .

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

回顶部