随笔分类 -  Ext

摘要:// JavaScript Document(function(){ var TemplateClass = function(){}, ExtObject = Ext.Object = { chain:Object.create || function(objec... 阅读全文
posted @ 2015-05-03 23:21 wangjuneng 阅读(226) 评论(0) 推荐(0)
摘要:// JavaScript Document//Array 方法(function(){ var arrayPrototype = Array.prototype, slice = arrayPrototype.slice, supportsSplice = (fu... 阅读全文
posted @ 2015-05-03 21:49 wangjuneng 阅读(195) 评论(0) 推荐(0)
摘要:// JavaScript DocumentExt.apply(Ext,{ userAgent:navigator.userAgent.toLowerCase(), cache:{}, isSeed:1000, windowId:'ext-window', do... 阅读全文
posted @ 2015-05-01 21:40 wangjuneng 阅读(293) 评论(0) 推荐(0)
摘要:1 // JavaScript Document 2 //定义全局Ext变量 3 var Ext = Ext ||{}; 4 Ext._startTime = new Date().getTime(); 5 (function(){ 6 var global = this, ... 阅读全文
posted @ 2015-04-30 17:24 wangjuneng 阅读(985) 评论(0) 推荐(0)