会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
追风客
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
23
下一页
2013年2月19日
Exgjs4.1:窗体自动启动问题
摘要: 一窗体自动启动,注销下面一行后问题解决:renderTo: Ext.getBody(),
阅读全文
posted @ 2013-02-19 15:30 cuibq
阅读(113)
评论(0)
推荐(0)
2013年2月18日
Extjs4.1:模式窗口的设置
摘要: modal:true,
阅读全文
posted @ 2013-02-18 08:45 cuibq
阅读(98)
评论(0)
推荐(0)
2013年2月6日
Extjs:ExtJs使用总结(非常详细)
摘要: 一、获取元素(Getting Elements) 1.Ext.get var el = Ext.get('myElementId');//获取元素,等同于document.getElementById('myElementId');//会缓存2. Ext.fly var el = Ext.fly('...
阅读全文
posted @ 2013-02-06 13:57 cuibq
阅读(476)
评论(0)
推荐(0)
2013年2月1日
Extjs4.1:由json数据生成icon列表并对单击事件弹出提示
摘要: var data = [ ["柱状图", "column_chart.jpg"], ["饼图", "custom_bar_chart.jpg"], ["连线图", "filled_radar_chart.jpg"], ]; Ext.def...
阅读全文
posted @ 2013-02-01 16:30 cuibq
阅读(247)
评论(0)
推荐(0)
2013年1月31日
Extjs4.1:gridPanel不显示数据问题的解决
摘要: 数据库中存在数据,但是gridPanel页面中不显示数据,页面中不显示任何错误,firebug中也得不到任何错误提示。 经反复测试,发现是model_*.js文件中定义的字段与数据库表不一致引起。
阅读全文
posted @ 2013-01-31 14:07 cuibq
阅读(166)
评论(0)
推荐(0)
2013年1月30日
Extjs4.1:一个column chart结构
摘要: var chart = Ext.create('Ext.chart.Chart', { id: 'chartCmp', xtype: 'chart', style: 'background:#fff', ...
阅读全文
posted @ 2013-01-30 08:53 cuibq
阅读(218)
评论(0)
推荐(0)
2013年1月28日
js 生成随机数
摘要: 1.使用内置的随机数发生方法:Math.random(); //该方法产生一个0到1之间的浮点数。Math.floor(Math.random()*10+1); //1-10Math.floor(Math.random()*24);//0-23 2.基于时间,亦可以产生随机数:var now=new...
阅读全文
posted @ 2013-01-28 10:17 cuibq
阅读(164)
评论(0)
推荐(0)
2013年1月26日
ExtJs4.1:设置panel的背景图片
摘要: Ext.define('MyApp.view.MyViewport_1', { extend: 'Ext.container.Viewport', layout: { type: 'border' }, initComponent: function() { ...
阅读全文
posted @ 2013-01-26 16:14 cuibq
阅读(423)
评论(0)
推荐(0)
Extjs4.1:警告&提示窗口
摘要: Ext.Msg.alert('提示','你点击了记录:' + record.get('TABLE_NAME_EN'));
阅读全文
posted @ 2013-01-26 10:51 cuibq
阅读(96)
评论(0)
推荐(0)
2013年1月22日
ExtJs4.1:新建一个GridPanel并在弹出窗口中显示
摘要: 新建GridPanel: var grid = Ext.create('Ext.grid.Panel', { border: false, store: store, columns: createColumns(4), loadMask...
阅读全文
posted @ 2013-01-22 18:00 cuibq
阅读(1106)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
23
下一页
公告