上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页
  2021年5月27日
摘要: Ext.define('Ext.ux.form', { extend: 'Ext.form.Panel', listeners: { 'beforeadd': function(){ if (!field.allowBlank) { field.labelClsExtra = 'x-required 阅读全文
posted @ 2021-05-27 12:32 wakaka_wka 阅读(155) 评论(0) 推荐(0) 编辑
  2021年5月19日
摘要: // 全局 import Vue from 'vue'; Vue.forceUpdate(); // 使用组件实例 export default { methods: { methodThatForcesUpdate() { // ... this.$forceUpdate(); // ... } 阅读全文
posted @ 2021-05-19 14:31 wakaka_wka 阅读(821) 评论(0) 推荐(0) 编辑
  2021年5月8日
摘要: c_Tid.setFieldStyle('background-color: #ddd; background-image: none;'); 阅读全文
posted @ 2021-05-08 18:45 wakaka_wka 阅读(296) 评论(0) 推荐(0) 编辑
  2021年5月5日
摘要: gc.getStore().getTotalCount();//总条数,不一定全部已加载可以是分页计算结果得到的总条数但是页面只加载第一页 gc.getStore().currentPage;//当前页号 gc.getStore().getProxy().extraParams; 阅读全文
posted @ 2021-05-05 18:20 wakaka_wka 阅读(49) 评论(0) 推荐(0) 编辑
摘要: var col_updator= Ext.create('Ext.grid.column.Column', {id:"col_Updator",filter:true,items:[{plugins:[{ptype:"clearbutton"}],xtype:"textfield"}],dataIn 阅读全文
posted @ 2021-05-05 09:25 wakaka_wka 阅读(41) 评论(0) 推荐(0) 编辑
  2021年4月29日
摘要: public static async Task<HttpResponseMessage> PostAsJsonAsync<TModel>(this HttpClient client, string requestUrl, TModel model) { var serializer = new 阅读全文
posted @ 2021-04-29 18:27 wakaka_wka 阅读(883) 评论(0) 推荐(0) 编辑
  2021年4月20日
摘要: winEdt.getFrame().contentWindow.location.href 阅读全文
posted @ 2021-04-20 18:53 wakaka_wka 阅读(35) 评论(0) 推荐(0) 编辑
  2021年4月13日
摘要: http://www.codeproject.com/KB/trace/DbMonNET.aspx https://embracethered.com/blog/posts/2020/chrome-spy-remote-control/ 阅读全文
posted @ 2021-04-13 00:33 wakaka_wka 阅读(31) 评论(0) 推荐(0) 编辑
  2021年2月22日
摘要: 1. Remove all undefined values An undefined value automatically gets assigned in JavaScript where no value has been explicitly assigned. To remove all 阅读全文
posted @ 2021-02-22 23:36 wakaka_wka 阅读(158) 评论(0) 推荐(0) 编辑
  2021年2月18日
摘要: var tabPanel = Ext.create("Ext.tab.Panel", { id: 'TAB_PANEL_ID', renderTo: Ext.getBody(), items:[{ title: 'Tab 1', itemId: 'TAB_1', html: 'This is the 阅读全文
posted @ 2021-02-18 15:06 wakaka_wka 阅读(59) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页