http://tradearchive.taobao.com/trade/detail/tradeSnap.htm?spm=a1z09.2.9.145.SivlRZ&tradeID=230379925652953 Read More
posted @ 2013-03-11 18:13 FredTang Views(161) Comments(0) Diggs(0)
近来在开发过程中,遇到这样的情况:在Viewport 布局中,实现左二右一排列方式,并且需要在左下嵌入TreePanel,该TreePanel的高度需要随左上的伸缩进行自动适应,经过近两天的苦战,解决了该问题。代码如下,如有不同意见请留言。///<reference path="http://www.cnblogs.com/../BaseLib/ExtJS/vswd-ext_2.0.2.js" />Ext.BLANK_IMAGE_URL = "http://www.cnblogs.com/../baselib/extjs/resources/image Read More
posted @ 2013-03-05 14:47 FredTang Views(7334) Comments(0) Diggs(0)
最近领导要求实现PMSWeb应用程序的多区域语言的支持,所以在网搜集相关的信息,写出了解决方案文档,欢迎各位批评指正,谢谢!废话少说,进入正题:多语言解决方案(2013年1月 济南)目 录1. 开发目的... 12. 实现的效果... 13. 方案1说明(Asp.Net内置公共资源文件+ExtJS)... 13.1. 概述... 13.2. 实现步骤... 13.3. 本方案总结... 44. 方案2(XML+JS)... 54.1. 概述:... 54.2. 实现步骤:... 54.3. 本方案总结... 71. 开发目的为了使PMS系统适应国际化项目管理的正常运行,根据当前用户本地的语言、 Read More
posted @ 2013-01-23 15:32 FredTang Views(13371) Comments(3) Diggs(1)
1.精确过滤 store.filter('productsCat',newRegExp('^'+Ext.escapeRe(data.productsCat)+'$')); Read More
posted @ 2012-12-07 16:32 FredTang Views(159) Comments(0) Diggs(0)
Ext.Msg.show({title : '系统提示',msg : '保存成功',width : 200,multiline : false,closable : false,buttons : Ext.MessageBox.OK,icon : Ext.MessageBox.INFO}); Read More
posted @ 2012-12-06 12:55 FredTang Views(153) Comments(0) Diggs(0)
1.varrightShowText=Ext.extend(Ext.util.Observable,{2.init:function(field){3.field.on("render",function(obj){4.varfont=document.createElement("font");5.font.setAttribute("color","black");6.font.setAttribute("className","rightShowText");7.fon Read More
posted @ 2012-11-12 08:45 FredTang Views(2002) Comments(0) Diggs(0)
说明:以下默认Extjs类库存放在JS/Extjs3.1.1文件夹中一、 Exjts类库1. Extjs需要引用的JS文件 (Extjs基本类库)<script src="/JS/Extjs3.1.1/adapter/ext/ext-base.js" type="text/javascript"></script><script src="/JS/Extjs3.1.1/ext-all.js" type="text/javascript"></script> 2. Ex Read More
posted @ 2012-11-01 09:59 FredTang Views(2386) Comments(0) Diggs(1)
//==摘自:http://skirtlesden.com/articles/styling-extjs-grid-cells.child-row.x-grid-cell{background-color:#ffe2e2;color:#900;}.adult-row.x-grid-cell{background-color:#e2ffe2;color:#090;}//==============================================viewConfig:{getRowClass:function(record,index){varc=record.get('c Read More
posted @ 2012-09-15 22:26 FredTang Views(211) Comments(0) Diggs(0)
Ext.onReady(function(){Ext.QuickTips.init();varfm=Ext.form,Ed=Ext.grid.GridEditor;varsm=newExt.grid.CheckboxSelectionModel();varcm=newExt.grid.ColumnModel({columns:[{header:"LeafClass",dataIndex:'partCat',width:120,align:'left'},{header:"ShownonDrawing?",dataIndex Read More
posted @ 2012-09-15 22:13 FredTang Views(2647) Comments(0) Diggs(0)
bqsWin.setTitle(“自定义瓢虫"); Read More
posted @ 2012-09-05 17:16 FredTang Views(683) Comments(0) Diggs(0)