ligerui的下拉框ligerComboBox问题,求大神解决
- 下拉框控件ligerCombobox有问题?大神们都在用什么控件
- 关于ligerUI下拉列表两级联动的问题
- jquery ligerui中$('input:checkbox').ligerCheckBox();这句话是什么意思?
- ligercombobox怎么获取value值?valueField 不起作用啊?
下拉框控件ligerCombobox有问题?大神们都在用什么控件
$(#combox).ligerComboBox().getValue(); 这样试试 这些是combox的所有方法 findTextByValue(value) 获取文本 findValueByText(text) 获取值 removeItem(item) 移除项(未完成) insertItem(item) 插入项(未完成) addItem(item) 新增项(未完成
关于ligerUI下拉列表两级联动的问题
var tempextno="0";
{ display: '分机号', name: 'extno',width:50, type: "select",
editor: { type: 'select', url: 'accountaction!getaccountextno.action', parms :{exttype:0},valueField:'extno', textField:'extno',
onSelected:function(value){
tempextno=value;
}
}
},
{ display: "分机1", name: "extnoa", width:50, type: "select",
editor: { type: 'select',valueField:'extno', textField:'extno',
ext:function(){
var options = {
url:"accountaction!getaccountextno.action",
parms:{exttype:tempextno},
};
return options;
}
}
}
jquery ligerui中$('input:checkbox').ligerCheckBox();这句话是什么意思?
super viewDidLoad];
webview.backgroundColor = [UIColor clearColor];
webview.scalesPageToFit =YES;
webview.delegate =self;
NSURL *url =[[NSURL alloc] initWithString:@"
ligercombobox怎么获取value值?valueField 不起作用啊?
自己定义一个类,pub的时候,value处放对象实体,map