easyui combobox 使用问题,具体见下文。 20
显示效果如下图所示:,就是显示中有一个类似:“--全推--”,这样的提示,但在下拉中要显示这个“--全推--”有这么一个选项:在提交时不提交“--全推---”,而使用0来...
显示效果如下图所示:
,就是显示中有一个类似:“--全推--”,这样的提示,
但在下拉中要显示这个“--全推--”有这么一个选项:
在提交时不提交“--全推---”,而使用0来代替,
这个怎么实现,谢谢了。
问题解决:如下:
$('#communityIdDiv').combobox({
url:basepath+"pushController/queryCommonityName",
valueField:'col_ID',
textField:'col_Name',
panelHeight:80,
loadFilter:function(data){
var o = [{'col_ID':'0','col_Name':'--全推--'}];
$('#communityIdDiv').combobox("select",0);
return o.concat(data);
}
}); 展开
,就是显示中有一个类似:“--全推--”,这样的提示,
但在下拉中要显示这个“--全推--”有这么一个选项:
在提交时不提交“--全推---”,而使用0来代替,
这个怎么实现,谢谢了。
问题解决:如下:
$('#communityIdDiv').combobox({
url:basepath+"pushController/queryCommonityName",
valueField:'col_ID',
textField:'col_Name',
panelHeight:80,
loadFilter:function(data){
var o = [{'col_ID':'0','col_Name':'--全推--'}];
$('#communityIdDiv').combobox("select",0);
return o.concat(data);
}
}); 展开
1个回答
展开全部
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
});
}
}
});
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询