码迷,mamicode.com
首页 >  
搜索关键字:ext-js    ( 268个结果
Ext Js------地址栏传参小计
今天最主要的就是实现了通过在地址栏动态传入参数加载相应的controller,下面就记录下这个过程,以免以后大脑跟不上节奏忘记了做Ext Js也有一段时间了,里面的一些逻辑关系我还是迷迷糊糊,也趁今天梳理梳理,就举个简单的例子例如:有一个html页面叫做a.html,那么在运行这个页面的时候,我们要...
分类:Web程序   时间:2015-03-12 16:39:03    阅读次数:135
EXT Js 关于动态收缩grid的宽度
Extjs关于动态收缩grid的宽度导致grid不能正常收缩的解决方案:1.根据”window.document.body.onresize=function()“事件动态给grid赋值宽度,达到动态收缩的目的,效果比较好,但是会受到浏览器兼容性的限制2.根据“Ext.EventManager.onWindowResize(function()”这个Ext自带..
分类:Web程序   时间:2015-03-09 01:47:56    阅读次数:124
ExtJS笔记 Ext.Loader
Ext.Loaderis the heart of the new dynamic dependency loading capability in Ext JS 4+. It is most commonly used via theExt.requireshorthand.Ext.Loaders...
分类:Web程序   时间:2015-02-10 11:02:47    阅读次数:821
ExtJS笔记 Grids
参考:http://blog.csdn.net/zhangxin09/article/details/6885175TheGrid Panelis one of the centerpieces of Ext JS. It's an incredibly versatile component th...
分类:Web程序   时间:2015-02-05 00:45:49    阅读次数:278
ExtJS笔记 Tree
TheTree PanelComponent is one of the most versatile Components in Ext JS and is an excellent tool for displaying heirarchical data in an application. ...
分类:Web程序   时间:2015-02-05 00:36:00    阅读次数:368
ExtJS笔记 Using Events
Using EventsThe Components and Classes of Ext JS fire a broad range of events at various points in their lifecycle. Events allow your code to react to...
分类:Web程序   时间:2015-02-04 20:09:30    阅读次数:261
ExtJS笔记5 Components
参考 :http://blog.csdn.net/zhangxin09/article/details/6914882An Ext JS application's UI is made up of one or many widgets calledComponents. All Componen...
分类:Web程序   时间:2015-02-04 14:22:29    阅读次数:149
ExtJS笔记4 容器与布局(Layouts and Containers)
The layout system is one of the most powerful parts of Ext JS. It handles the sizing and positioning of everyComponentin your application. This guide ...
分类:Web程序   时间:2015-02-04 10:50:09    阅读次数:280
ExtJS笔记2 Class System
For the first time in its history, Ext JS went through a huge refactoring from the ground up with the new class system. The new architecture stands be...
分类:Web程序   时间:2015-02-02 00:33:38    阅读次数:413
Ext JS 5 gpl版本 官方原版的下载方法
Ext JS 5 gpl版本 官方原版的下载方法。EXT JS 5 GPL怎么下载?先进入官网:然后在导航的Products中选择Sencha Ext JS,会看到以下页面:这时候不要单击Download按钮,而是要单击导航中的DETAILS,页面切换后,就可在底部看到GPL版本的下载按钮了,,如下...
分类:Web程序   时间:2015-01-25 19:35:31    阅读次数:120
268条   上一页 1 ... 16 17 18 19 20 ... 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!