上一页 1 ··· 6 7 8 9 10 11 12 13 下一页
  2020年10月31日
摘要: var pr=0; $('.strp-content-element').click(function(){pr=(pr+90)%360; this.style.transform = 'rotate('+pr+'deg) scale(.8)';}); 阅读全文
posted @ 2020-10-31 12:35 wakaka_wka 阅读(160) 评论(0) 推荐(0)
  2020年10月30日
摘要: gc.on('celldblclick', function(item,td,cellIndex,record,tr,rowIndex,e) { let fed=item.ownerGrid.getColumns()[cellIndex].dataIndex;//do what u want }); 阅读全文
posted @ 2020-10-30 15:59 wakaka_wka 阅读(156) 评论(0) 推荐(0)
摘要: gc.getStore().on('load',function(store,records,successful,operation){ //do what u want }); make use of the { single: true } property when you just nee 阅读全文
posted @ 2020-10-30 11:31 wakaka_wka 阅读(99) 评论(0) 推荐(0)
  2020年10月27日
摘要: with t1 as(Select Name as TblName,Object_Id(Name)TblObjId FROM SysObjects Where XType='U' ),t2 as(select a.*,b.name as ColName from t1 a join SysColum 阅读全文
posted @ 2020-10-27 16:57 wakaka_wka 阅读(92) 评论(0) 推荐(0)
  2020年10月19日
摘要: gc.down('toolbar').add({xtype:'button',text:'NewButton',iconCls:'icon-tableadd',itemId:'btndn',handler:function(){debugger;}}); gc.down('toolbar').rem 阅读全文
posted @ 2020-10-19 11:05 wakaka_wka 阅读(80) 评论(0) 推荐(0)
  2020年8月27日
摘要: Patch V2.4 By DFoX 下载 阅读全文
posted @ 2020-08-27 23:44 wakaka_wka 阅读(404) 评论(0) 推荐(0)
  2020年7月23日
摘要: @Url.Action("{action}", "{controller}", new { Area = "areaname" }); @Html.ActionLink("LinkName", "{action}", "{controller}", new { area = "{areaname}" 阅读全文
posted @ 2020-07-23 11:08 wakaka_wka 阅读(512) 评论(0) 推荐(0)
  2020年7月10日
摘要: $('.x-group-sub-header').hide() 阅读全文
posted @ 2020-07-10 23:01 wakaka_wka 阅读(306) 评论(0) 推荐(0)
  2020年7月7日
摘要: new Date(( new Date()).getTime()+1000*60*60*24); 阅读全文
posted @ 2020-07-07 22:36 wakaka_wka 阅读(3183) 评论(0) 推荐(0)
  2020年6月23日
摘要: 表格列小箭头下拉下来的GridFilter 筛选操作grid.getFilterPlugin().clearFilters(); grid.getFilterPlugin().getFilter('dataindex').setValue("value"); //string filter grid 阅读全文
posted @ 2020-06-23 10:12 wakaka_wka 阅读(819) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 下一页