- 浏览: 7202 次
- 性别:
- 来自: 北京
最近访客 更多访客>>
最新评论
-
sunyzc:
修改了下,这样可以了。if(Ext.getCmp(" ...
Ext editorgrid combobox 实现显示的值 -
sunyzc:
这样是不是会导致初始值全部为空啊?
Ext editorgrid combobox 实现显示的值 -
pensun37:
这种方法是行不通的,最起码你的ID就重复了如下,把 comb的 ...
Ext editorgrid combobox 实现显示的值 -
lzy83925:
最近正在收集通用的 导出EXCEL的模式
ext导出excel -
ffeedd:
楼主你好,请问renderer有什么用,我查看API没有找到呢 ...
Ext editorgrid combobox 实现显示的值
文章列表
//这是我想到的一个办法,我也是Ext初用者,如果哪位老大还有更好的方法就在此留言,以便大家共享。
var sell_cm = new Ext.grid.ColumnModel([{
header : '项目类型',
dataIndex : 'projectType',
editor : new Ext.form.ComboBox({
id:'projecTypeCom',
listWidth : 170,
store : new Ext.data.JsonStore({
url : 'HT/ ...
- 2009-05-07 21:31
- 浏览 2678
- 评论(4)
Ext导出excel很麻烦的,我们可以打开一个window.open()或window.location.href=''发送请求;把操作excel的工作交给后台的action处理就行了
[b]JS代码:[/b]
var grid =new Ext.grid.GridPanel({
region:'center',
store:store,
cm:cm,
tbar : [{
text : "导出",
iconCls:"post",
handler :[i][b]exportToExcel[/b][/i]
...
- 2009-03-19 11:13
- 浏览 4524
- 评论(1)