jQuery MiniUI

标题: treegird中拖拽排序问题 [打印本页]

作者: zuzjx    时间: 2013-7-12 15:42:05     标题: treegird中拖拽排序问题

其中beforedrop 这个方法,取消排序,e.cancel = true;不管用啊


作者: factory    时间: 2013-7-12 16:07:38

onbeforedrop="beforedrop"

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

测试了,可以的。如果不行,更新下miniui试试
作者: zuzjx    时间: 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;
                                        }
作者: factory    时间: 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之后,就无法投放了




欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) Powered by Discuz! X2