easyui怎么将参数传到选项卡的链接中 20
展开全部
听你的意思,是不会动态改变其url是吧?
下面是我copy手册中的内容:
update
param
更新特定的选项卡面板,param参数包含2个属性:
tab: 将被更新的选项卡。
options:
选项卡相关配置项。
Code example: // update the selected panel with new title and content
var tab = $('#tt').tabs('getSelected'); // get selected panel
$('#tt').tabs('update', {
tab: tab,
options: {
title: 'New Title',
href: 'get_content.php' // the new content URL
}
});
下面是我copy手册中的内容:
update
param
更新特定的选项卡面板,param参数包含2个属性:
tab: 将被更新的选项卡。
options:
选项卡相关配置项。
Code example: // update the selected panel with new title and content
var tab = $('#tt').tabs('getSelected'); // get selected panel
$('#tt').tabs('update', {
tab: tab,
options: {
title: 'New Title',
href: 'get_content.php' // the new content URL
}
});
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询