摘要:
listeners:{render:function(field){Ext.QuickTips.init();Ext.QuickTips.register({target:field.el,text:'信息提示'})}} 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
摘要:
var o = eval("(" + response.responseText + ")"); 阅读全文
摘要:
1.select null where null not in (1,2) 没有结果--------------A查询---------------------------------select gbi.goodsitemGuidfrom VGoodsBill gb left join VGood... 阅读全文
摘要:
xtype: "combo", fieldLabel: "插入", readOnly: true, mode: "local", store: (globel.Store = new Ext.data.Store({ ... 阅读全文
摘要:
当键盘敲下后退键(Backspace)后1、禁止浏览器自动后退2、但不影响密码、单行文本、多行文本输入框等的回退操作//方法一:////当键盘敲下后退键(Backspace)后 //1、禁止浏览器自动后退 //2、但不影响密码、单行文本、多行文本输入框等的回退操作//window.onload = ... 阅读全文
摘要:
var filterFields = [ { type: "string", dataIndex: "StoreName" }, { type: "string", dataIndex: "Contact" }, { type: "string", dataIndex: "Tel" } ]; ... 阅读全文
摘要:
今天修改Bug,新到期时间为:原到期时间+续卡时间 而不是 当前日期+续卡时间。在修改的过程中发现一个Bug。那就是续卡时间数值框我输入新数值A之后,点击窗体空白处,新到期时间并没有修改过来,再次点击数值输入框,输入新的数值B后,新到期时间才更改过来,并且为之前的A+原到期时间。检查代码:续卡时间框... 阅读全文