日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

dhtmlXGrid复选框点击事件

發布時間:2023/12/2 50 豆豆
生活随笔 收集整理的這篇文章主要介紹了 dhtmlXGrid复选框点击事件 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

dhtmlXGrid復選框點擊事件

var mygrid; //加載初始界面 $(function () {mygrid = new dhtmlXGridObject('tdh_colour');mygrid.setImagePath(getUrlPath() + "/static/plugg/dhtmlx/dhtmlxGrid/codebase/imgs/");mygrid.setHeader("#master_checkbox,狀態,查看,編輯,案號,被執行人,證件類型,證件號碼,協執單位,承辦人,書記員");mygrid.setInitWidths("40,50,50,50,250,250,250,250,250,80,80");//寬度mygrid.setColTypes("ch,ro,ro,ro,ro,ro,ro,ro,ro,ro,ro");mygrid.setColAlign("center,center,center,center,center,center,center,center,center,center,center");mygrid.setSkin("tdh_colour");mygrid.attachEvent("onCheck", doOnCheck);mygrid.pagingLayout("count,first,prev,page,next,last,limit,refresh,skip");//設置分頁排版mygrid.pagingLimits("10,20,50");//設置每頁條數的選擇項mygrid.enablePagingon(true, 10);//true顯示分頁、10為默認每頁條數mygrid.setPageCurrent(1);//設置當前頁mygrid.init();//加載查控信息showCkInfo(); })function doOnCheck(rowId,cellIndex,state) {alert("Checkbox in the row with id="+rowId+" was "+state); }

總結

以上是生活随笔為你收集整理的dhtmlXGrid复选框点击事件的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。