easyui的datagrid点击页面时怎么触发指定的URL连接
我想让Easyui里面的datagrid点击下一页时触发指定的URL连接,有没有点击下一页或者上一页触发某个特定的方法啊,...
我想让Easyui里面的datagrid点击下一页时触发指定的URL连接,有没有点击下一页或者上一页触发某个特定的方法啊,
展开
展开全部
grid1 = $('#tt1').datagrid({
nowrap: true,//设置为true,当数据长度超出列宽时将会自动截取。
striped: true,//显示条纹
loadMsg:'正在加载数据.......',//当从远程站点载入数据时,显示的一条快捷信息
rownumbers:true,//设置为true将显示行数
url:'test!page.action',
singleSelect: true
});
只需要这样写,点击下一页就会执行这个url
nowrap: true,//设置为true,当数据长度超出列宽时将会自动截取。
striped: true,//显示条纹
loadMsg:'正在加载数据.......',//当从远程站点载入数据时,显示的一条快捷信息
rownumbers:true,//设置为true将显示行数
url:'test!page.action',
singleSelect: true
});
只需要这样写,点击下一页就会执行这个url
展开全部
var width = $(window).width()-80;
var height = $(window).height()-120;
stView_layout = $('#stView_layout').layout({
width: width,
height: height
});
station_view = $('#stationView').window({
title: '测站导航',
left:50,
top:80,
width: width,
modal: false,
shadow: false,
closed: true,
height: height,
onResize:function(w,h){
if(stView_treegrid){
stView_treegrid.treegrid({
width:w-20,
height:h-260
});
}
}
});
var height = $(window).height()-120;
stView_layout = $('#stView_layout').layout({
width: width,
height: height
});
station_view = $('#stationView').window({
title: '测站导航',
left:50,
top:80,
width: width,
modal: false,
shadow: false,
closed: true,
height: height,
onResize:function(w,h){
if(stView_treegrid){
stView_treegrid.treegrid({
width:w-20,
height:h-260
});
}
}
});
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |