上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 23 下一页
摘要: 取得model的reference// method 1, access model type through the managervar UserType = Ext.ModelManager.getModel('User'); 阅读全文
posted @ 2013-01-22 06:39 cuibq 阅读(152) 评论(0) 推荐(0) 编辑
摘要: * 取得一个已存在Store的reference: //取得乡store的reference var StoreXiang = Ext.data.StoreManager.lookup('StoreXiang'); * 取得Sror... 阅读全文
posted @ 2013-01-22 05:54 cuibq 阅读(188) 评论(0) 推荐(0) 编辑
摘要: * 点击GridPanel中的一条记录,弹出提示窗口,显示指定字段值: onGridviewItemClick: function(dataview, record, item, index, e, options) { //Ext.Msg.alert('提示','你点击了记录!... 阅读全文
posted @ 2013-01-22 05:49 cuibq 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 一个combobox读取县地址码,change时间发生后,第二个combobox列出该县所属乡地址码。 第一个combobox的onComboboxChange事件中,处理县地址码,生成新的URL,更新乡store。注意取得reference的不同之处:1、取得乡镇下拉列表框的referencev... 阅读全文
posted @ 2013-01-06 16:33 cuibq 阅读(263) 评论(0) 推荐(0) 编辑
摘要: app.html test app.jsExt.Loader.setConfig({ enabled: true});Ext.application({ models: [ 'ModelXian' ], stores: [ ... 阅读全文
posted @ 2013-01-05 15:55 cuibq 阅读(160) 评论(0) 推荐(0) 编辑
摘要: //重写文本框开始------------------- Ext.override(Ext.form.TextField, { unitText: '', onRender: function (ct, position) { ... 阅读全文
posted @ 2012-12-31 10:26 cuibq 阅读(362) 评论(0) 推荐(0) 编辑
摘要: INSERT INTO a select * from b 阅读全文
posted @ 2012-12-22 10:03 cuibq 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 安装完laz1.0之后,找到目录:lazarus\fpc\2.6.0\source\packages\fcl-web\examples\webdata,这是演示CGI方式读取数据库中数据,并用浏览器展示的一个程序。可能它所用的ext版本比较老了吧,我试了半天都不能让他正常显示。 这个如果能正常使... 阅读全文
posted @ 2012-12-16 16:36 cuibq 阅读(181) 评论(0) 推荐(0) 编辑
摘要: select bm frommytb where SUBSTRING(bm from 10 for 3)='000' 阅读全文
posted @ 2012-12-16 16:28 cuibq 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 以lazarus附带的fastcgi例程为例子:lazarus\fpc\2.6.0\source\packages\fcl-web\examples\helloworld\fcgi, 1、用lz打开并编译,得到helloworld.exe文件; 2、将其复制到Apache2.2\cgi-bin目录... 阅读全文
posted @ 2012-11-26 21:21 cuibq 阅读(351) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 23 下一页