摘要: $("#id").combobox("textbox").bind("focus",function() { $("#id").combobox("showPanel"); // 获取焦点后需要执行...... }) 阅读全文
posted @ 2019-12-04 17:16 杏杏子 阅读(713) 评论(0) 推荐(0) 编辑
摘要: $("#mainGrid").treegrid({ fit: true, toolbar: "#toolbar", fitColumns: false, width: $(window).width() - 22, height: $(window).height() - 110, rownumbe 阅读全文
posted @ 2019-12-04 16:31 杏杏子 阅读(4009) 评论(0) 推荐(0) 编辑
摘要: $("#id").textbox("textbox").bind("keypress", function(e) { if (e.keyCode == 13) { // 回车事件 } }); 阅读全文
posted @ 2019-12-04 16:22 杏杏子 阅读(1370) 评论(2) 推荐(0) 编辑
摘要: { field: "index", title: "序号", halign: "center", align: "center", width: 80, formatter: function(value, row, index) { var options = $("#mainGrid").dat 阅读全文
posted @ 2019-12-04 16:09 杏杏子 阅读(1639) 评论(0) 推荐(0) 编辑