FlexGrid自己用的經驗

2021-08-29 21:22:24 字數 1344 閱讀 2597

flexgrid是乙個很好的jquery外掛程式。下面建立乙個flexgrid

$(document).ready(function(),,,

,,,],

buttons: ,

usepager: true,

title: '查詢結果',

userp: true,

rp: 20,

singleselect: true, //僅允許選擇單行

width: 500,

height: 200,

resizable: false,

pagestat: '顯示 到 條, 共條記錄',

procmsg: '正在獲取資料,請稍候 ...'

});

function selectok(com,grid)else

$("#companyname").val(name);

$("#companyname",parent.document).val(name);

//因為查詢視窗是通過thickbox開啟的子視窗,所以,需要更新到父視窗中

$("#compid",parent.document).val(id);

//更新到父視窗

self.parent.tb_remove();

}else }})

這裡注意,提交上的url並不是三個引數,而是只有乙個,引數的名稱是query,需要在**中拆開,並且還會有2個引數做分頁page和rp(每頁幾條記錄)

string str = query.split("&");

string tmp = str[0].split("=");

string tmp2 = str[1].split("=");

string t*** = str[2].split("=");

companyname = tmp.length>1?tmp[1]:"" ;

telephone = tmp2.length>1?tmp2[1]:"" ;

account = t***.length>1?t***[1]:"" ;

page = page<1?1:page;

rp=rp<20?20:rp;

返回的json資料格式和extjs的也不一樣

,,

,,]}

最後頁面上需要有乙個容器顯示**:

自己的python包發布經驗

主要參考 以下經驗是建立在上述參考檔案之上的。有幾點經驗 1,在 註冊乙個賬號,我的是seefeel.server response 410 project pre registration is no longer required or supported,so continue directl...

自己犯過的錯誤與經驗

關於stl容器的swap複雜度問題,春節十二響題解裡有人提到這句 swap 在不開 c 11 的情況下是 o n 的,開 c 11 則是 o 1 的,如果不開 c 11 可以記錄 id 然後交換 id 本人當時做一道需要用啟發式合併 set 的題,上洛谷發帖詢問這個問題,結果得到的答案很不統一。自己...

自己用的日曆控制項

var striframe with webcalendar.iframe function webcalendar 初始化日曆的設定 var webcalendar new webcalendar function calendar 主調函式 o.display webcalendar.ifram...