
extjs4
jimchenchen
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
extjs this ? the calling object
this 一开始看的昏头昏脑的,baidu就是一堆ctrl+v 的东西,this? the calling object要义一: calling要义二: object <script type="text/javascript" src="../bootstrap.js"></script> <script type="text/...原创 2012-03-16 09:46:55 · 128 阅读 · 0 评论 -
extjs xtype
<html> <head> <link rel="stylesheet" type="text/css" href="../resources/css/ext-all.css" /> <script type="text/javascript" src="../boot原创 2012-03-27 19:21:38 · 125 阅读 · 0 评论 -
extjs on
on chromeoverride afterRender no override afterRender yes Ext.onReady(function(){ var win=new Ext.window.Window({ title:'Hello', ...原创 2012-03-29 22:01:54 · 197 阅读 · 0 评论 -
Extjs 4 MVC 例子
Sencha Docs ExtJs 4.0 MVC例子 目录结构如下: 代码:index.html<html> <head> <title>Account Manager</title> <link rel="stylesheet" type="text/css" href="原创 2012-04-17 10:38:13 · 132 阅读 · 0 评论