
dhtmlx
文章平均质量分 80
eagle199012
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
DHTMLX grid 一个简单的实例
(一)JSP上使用DHTMLX Grid插件 加载必要的.css以及.js文件 第一步:JSP上定义一个DIV style="width: 100%; background-color: white;"> style="position: relative; top: 7px; left: 5px; float: ri原创 2013-08-15 11:01:37 · 2709 阅读 · 0 评论 -
DHTMLX grid 常用API学习
var checkIds2 = grid_storein.getCheckedRows(0); //获得grid_storein checkbox选中的行 if(checkIds2==""||checkIds2==null){ alert("请选择相应记录!"); return; } var cardids=""; if(window.confirm("你确定要将选中行导出成Excel原创 2013-08-15 11:27:16 · 2464 阅读 · 0 评论 -
DHTMLX combo的学习
1 combo init 1)普通的Combo init 方法1: var comboObject1 = { parent: "combo_zone1", idth: 200, items: [{value: "1",text: "one"}, {value: "2",text: "two"}, {value: "3",text: "three"}] } var原创 2013-07-22 16:19:33 · 3368 阅读 · 0 评论