- 浏览: 25698 次
- 性别:
- 来自: 深圳
最新评论
文章列表
在Ext.onReady(load);
function load 中加入下面这句话。
Ext.lib.Ajax.defaultPostHeader = 'application/xml;charset=utf-8';
意思是说明你传入的参数是xml格式。
关于ExtJs的GridPanel的排序问题
- 博客分类:
- EXT
由于Gridpanel中store是整个表格的数据模型,record是store中的一行数据模型
当设置列的sortable为true,然而没有排序的话,将record的定义放到store里面即可。不可将record单独定义在外面。
3.普通编译
<target name="build">
<echo message="makeJar: " />
<delete dir="${path}/bin" />
<mkdir dir="${path}/bin" />
<path id=".classpath">
<pathelement location="${devlib.dir}/lib/*.jar" />
...
2.插件编译
<!-- import ant4eclipse tasks -->
<taskdef resource="net/sf/ant4eclipse/antlib.xml">
<classpath>
<pathelement location="dev/lib/ant4eclipse-0.5.0.rc1.ci.jar" />
<pathelement location="dev/lib/ecj.jar" />
<pathele ...
1.更新代码:
<target name-"updateCode">
<exec dir="" command="svn" >
<arg line="update"/>
</exec>
</target>
<parallel>
<delete dir="& ...