随笔分类 - Ext JS
摘要:查看代码 1 // JavaScript Document 2 (function(){ 3 Ext.onReady(function(){ 4 5 //常见的Ext拓展的JS的方法 6 var myArray = [1,2,3,4,-3,-4]; 7 Ext.Array.every(myArray,function(item){ 8 if(item > 0) 9 {10 return true;11 }12 ...
阅读全文
摘要:JSEclipse的更新地址为http://download.macromedia.com/pub/labs/jseclipse/autoinstallSpket为http://www.agpad.com/update/
阅读全文
摘要:1、Ext实现了Ext.Element这个类来封装HTMLElement的对象,但是不可认为Ext.Element继承了HTMLElement,但是可以认为Ext.Element是HTMLElement的代替物2、获取周边的元素层次方法 作用findParent() 定位于此节点,以此为起点,搜索外层的父节点,搜索条件必须符合并匹配传入的简易选择符findParentNode() 定位于此节点,以此节点的父节点为起点,搜索外层的节点,搜索条件必须符合并匹配传入的简易选择up() ...
阅读全文
摘要:1、ExtJs 与各底层库的关系 ExtJS Framework ext-base.js ExtJS Framework ext-yui-adapter.js yui.utilities.js ExtJS Framework ext-jquery-adapter.js jquery.js/jquery-plugings.js ExtJS Framework ext-prototype-adapter.js prototype.js/scriptaculous.js?load=effects 2、适配器文件引入顺序 适配器 ...
阅读全文

浙公网安备 33010602011771号