09 2008 档案
摘要:FormSet_Tabpage_SimpleSelGrid= Ext.extend(Ext.grid.GridPanel,{ selwindow:null, constructor:function(obj){ // if (this.selwindow ==null ) selwindow= n...
阅读全文
摘要:Ajax中国网页特效演示,RGB颜色转换 RGB颜色转换 下面为效果显示区! 请输入RGB颜色值(0 to 255) Red: Green: Blue: Hex code:
阅读全文
摘要:开篇,还是得说说 ^ 和 $ 他们是分别用来匹配字符串的开始和结束,以下分别举例说明 "^The": 开头一定要有"The"字符串; "of despair$": 结尾一定要有"of despair" 的字符串; 那么, "^abc$": 就是要求以abc开头和以abc结尾的字符串,实际上是只有abc匹配 "notice": 匹配包含notice的字...
阅读全文
摘要:javascript小技巧 事件源对象 event.srcElement.tagName event.srcElement.type 捕获释放 event.srcElement.setCapture(); event.srcElement.releaseCapture(); 事件按键 event.k...
阅读全文