锘??xml version="1.0" encoding="utf-8" standalone="yes"?>精品无码专区亚洲,国产成人精品久久亚洲高清不卡,怡红院亚洲怡红院首页http://m.tkk7.com/atian25/category/40559.html涓撴敞浜嶢S3/JAVAzh-cnWed, 01 Jul 2009 05:47:21 GMTWed, 01 Jul 2009 05:47:21 GMT60- [鍘熷垱]Extjs 3.0 Chart 灝忕敤涓涓?/title>http://m.tkk7.com/atian25/articles/ExtJS_Chart.html涔句負澶﹟澶╃尓涔句負澶﹟澶╃尓Wed, 01 Jul 2009 02:28:00 GMThttp://m.tkk7.com/atian25/articles/ExtJS_Chart.htmlhttp://m.tkk7.com/atian25/comments/284891.htmlhttp://m.tkk7.com/atian25/articles/ExtJS_Chart.html#Feedback0http://m.tkk7.com/atian25/comments/commentRss/284891.htmlhttp://m.tkk7.com/atian25/services/trackbacks/284891.html闃呰鍏ㄦ枃

]]> - [鍘熷垱]EXTJS鍙屽嚮TabPanel鏍囩鍏抽棴璇ラ〉http://m.tkk7.com/atian25/articles/284888.html涔句負澶﹟澶╃尓涔句負澶﹟澶╃尓Wed, 01 Jul 2009 02:23:00 GMThttp://m.tkk7.com/atian25/articles/284888.htmlhttp://m.tkk7.com/atian25/comments/284888.htmlhttp://m.tkk7.com/atian25/articles/284888.html#Feedback0http://m.tkk7.com/atian25/comments/commentRss/284888.htmlhttp://m.tkk7.com/atian25/services/trackbacks/284888.html 1 var tabs = new Ext.TabPanel({
2 renderTo: 'tabs1',
3 width:450,
4 activeTab: 0,
5 frame:true,
6 defaults:{autoHeight: true},
7 items:[
8 {contentEl:'script', title: 'Short Text'},
9 {contentEl:'markup', title: 'Long Text'}
10 ],
11 initEvents : function(){
12 Ext.TabPanel.superclass.initEvents.call(this);
13 this.on('add', this.onAdd, this, {target: this});
14 this.on('remove', this.onRemove, this, {target: this});
15 this.mon(this.strip, 'mousedown', this.onStripMouseDown, this);
16 this.mon(this.strip, 'contextmenu', this.onStripContextMenu, this);
17 if(this.enableTabScroll){
18 this.mon(this.strip, 'mousewheel', this.onWheel, this);
19 }
20 //ADD:monitor title dbclick
21 this.mon(this.strip,'dblclick',this.onTitleDbClick,this);
22 },
23 //ADD: handler
24 onTitleDbClick:function(e,target,o){
25 var t = this.findTargets(e);
26 if (t.item.fireEvent('beforeclose', t.item) !== false) {
27 t.item.fireEvent('close', t.item);
28 this.remove(t.item);
29 }
30 }
31 });

]]> - [鍘熷垱]ExtJS Grid 鑷畾涔夋帓搴忚鍒?/title>http://m.tkk7.com/atian25/articles/ExtJS_Grid_CustomSort.html涔句負澶﹟澶╃尓涔句負澶﹟澶╃尓Wed, 01 Jul 2009 02:20:00 GMThttp://m.tkk7.com/atian25/articles/ExtJS_Grid_CustomSort.htmlhttp://m.tkk7.com/atian25/comments/284886.htmlhttp://m.tkk7.com/atian25/articles/ExtJS_Grid_CustomSort.html#Feedback0http://m.tkk7.com/atian25/comments/commentRss/284886.htmlhttp://m.tkk7.com/atian25/services/trackbacks/284886.html鏈変竴浜涢渶姹傚:
1.涓涓枃浠剁鐞嗙殑Grid,瑕佹眰鎺掑簭鐨勬椂鍊?鏂囦歡澶規案榪滃湪欏墮儴
2.涓涓樉紺烘垚鍔熺巼鐨凣rid,瑕佹眰鎴愬姛鏁?澶辮觸鏁?0鐨勬暟鎹?涓嶅弬涓庢帓搴?姘歌繙鍦ㄥ簳閮?/p>
ExtJs鏈韓騫舵病鏈夋毚闇茶繖涓帴鍙?鎵浠ユ垜浠彧鑳借嚜宸遍噸鍐?濡備笅浠g爜:
1 var store = new Ext.data.JsonStore({
2 root:'data',
3 fields:[
4 'name',
5 {name:'sucCount',type:'int'},
6 {name:'failCount',type:'int'},
7 {name:'sucRate',type:'float'},
8 {name:'isValidateTest',type:'boolean'},
9 {name:'statType',type:'int'},
10 'testLogIds','bsc','msc','sgsn'
11 ],
12 sortInfo:{field: 'sucRate', direction: 'ASC'},
13 //鎺掑簭瑙勫垯
14 sortData:function(f, direction){
15 direction = direction || 'ASC';
16 var dir = direction == 'ASC' ? 1 : -1;
17 var st = this.fields.get(f).sortType;
18 //鍏抽敭鍦版柟,閲嶅啓鎺掑簭鎺掑簭瑙勫垯
19 var fn = function(r1, r2){
20 if(!r1.get('isValidateTest')||!r2.get('isValidateTest')){
21 //鏃犳晥鏁版嵁姘歌繙鍦ㄤ笅闈?nbsp;
22 return !r1.get('isValidateTest') ? dir : -dir;
23 }else{
24 var v1 = st(r1.data[f]), v2 = st(r2.data[f]);
25 return v1 > v2 ? 1 : (v1 < v2 ? -1 : 0);
26 }
27 };
28 this.data.sort(direction, fn);
29 if(this.snapshot && this.snapshot != this.data){
30 this.snapshot.sort(direction, fn);
31 }
32 }
33 });

]]>
主站蜘蛛池模板:
亚洲AV午夜成人影院老师机影院|
国产91成人精品亚洲精品|
亚洲精品永久www忘忧草|
亚洲AV乱码久久精品蜜桃|
亚洲另类激情综合偷自拍图|
国产l精品国产亚洲区在线观看|
亚洲宅男天堂在线观看无病毒|
亚洲av日韩av高潮潮喷无码|
456亚洲人成影院在线观|
爱情岛论坛免费视频|
一级A毛片免费观看久久精品
|
处破女第一次亚洲18分钟|
色窝窝亚洲AV网在线观看|
一级特级aaaa毛片免费观看|
久久嫩草影院免费看夜色|
久草在视频免费福利|
亚洲高清无码专区视频|
久久久久久久尹人综合网亚洲|
亚洲中文久久精品无码1
|
中文字幕亚洲男人的天堂网络|
精精国产www视频在线观看免费|
一级中文字幕免费乱码专区|
日本亚洲欧洲免费天堂午夜看片女人员
|
亚洲午夜无码久久久久软件
|
无码视频免费一区二三区|
久久亚洲sm情趣捆绑调教|
好男人视频在线观看免费看片|
男女作爱免费网站|
久久国产亚洲精品麻豆|
97碰公开在线观看免费视频|
苍井空亚洲精品AA片在线播放|
亚洲一区二区三区香蕉|
99久久这里只精品国产免费|
羞羞的视频在线免费观看|
亚洲av午夜福利精品一区人妖|
国产精品视频免费一区二区|
你是我的城池营垒免费观看完整版|
亚洲午夜久久久精品电影院|
久久亚洲中文字幕精品一区|
男男AV纯肉无码免费播放无码|
国产精品九九久久免费视频|