E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
EditorGrid
《ExtJS2.0实用简明教程》之可编辑表格EditorGridPanel
可编辑表格是指可以直接在表格的单元格对表格的数据进行编辑,ExtJS中的可编辑表格由类Ext.grid.EditorGridPanel表示,xtype为
editorgrid
。
zhiming_817
·
2010-03-01 09:00
C++
c
ext
C#
配置管理
《ExtJS2.0实用简明教程》之可编辑表格EditorGridPanel
可编辑表格是指可以直接在表格的单元格对表格的数据进行编辑,ExtJS中的可编辑表格由类Ext.grid.EditorGridPanel表示,xtype为
editorgrid
。
zhiming_817
·
2010-02-27 10:00
C++
c
ext
C#
配置管理
(十一)可编辑表格EditorGridPanel
可编辑表格EditorGridPanel可编辑表格是指可以直接在表格的单元格对表格的数据进行编辑,ExtJS 中的可编辑表格由类Ext.grid.EditorGridPanel 表示,xtype 为
editorgrid
finally_m
·
2009-11-30 13:00
Yahoo
ext
配置管理
J#
sun
Extjs之客户端查询
Jscript代码// vim: ts=4:sw=4:nu:fdc=4:nospell /** * Search plugin for Ext.grid.GridPanel, Ext.grid.
EditorGrid
easonfans
·
2009-08-09 00:00
ext
vim
Extjs之客户端查询
Jscript代码// vim: ts=4:sw=4:nu:fdc=4:nospell /** * Search plugin for Ext.grid.GridPanel, Ext.grid.
EditorGrid
easonfans
·
2009-08-09 00:00
ext
vim
extjs
editorGrid
自动滚动的问题
在ext2.2的可编辑grid中,unfocus一个cell之后,grid的滚动条会自动向右滚动,造成页面混乱 解决方法: 在ext-all-debug.js中,找到EditorGridPannel部分代码,注释或者重写focusCell方法 // private onEditComplete : function(ed, value, st
solarmoon
·
2009-08-08 20:00
ext
Ext
editorgrid
combobox 实现显示的值
//这是我想到的一个办法,我也是Ext初用者,如果哪位老大还有更好的方法就在此留言,以便大家共享。 var sell_cm = new Ext.grid.ColumnModel([{ header : '项目类型', dataIndex : 'projectType', editor : new Ext.form.ComboBox({ id:'pro
feidian036
·
2009-05-07 21:00
ext
editorGrid
点击图片删除一行
捕捉单元格的单击事件,判断单元格是有图片的那一列的.是这一列的话就执行函数.在函数中间获得当前的grid被选中行的行号.然后通过这个行号来删除store中的记录. listeners :{cellclick':function(grid,rowIndex,columnIndex,e){ &nbs
寒星2009
·
2009-05-06 15:00
editor
Ext JS 3.0 RC1.1 Released发布了
RC1.1版出来Core的修改外,还增加了以下新控件:RowEditorListViewChartingButtonGroupGroupTabs RowEditor改变了以往使用
EditorGrid
tianxiaode
·
2009-05-05 15:00
ListView
ext
工具
menu
Ext JS 3.0 RC1.1 Released发布了
RC1.1版出来Core的修改外,还增加了以下新控件:RowEditorListViewChartingButtonGroupGroupTabsRowEditor改变了以往使用
EditorGrid
的编辑模式
tianxiaode2008
·
2009-05-05 15:00
js
ext
编辑
a3-rev2
EditorGrid
ds.removeAll bug - Ext JS
invokingds.removeAllmethodaftereditcellvalue,thereiserror:rhasnopropertiescallstack:onEditCompletecreateSingle()fire()fireEvent()completeEdit(undefined)stopEditing()refresh(undefined)onClear()fire()fi
eimhee
·
2009-04-20 23:00
ext
idea
可编辑表格
EditorGrid
,可编辑表格控件。
kellin
·
2009-04-07 17:00
ext
combo values in Editor Grid Panels combo值显示问题
editorgrid
panel 中combo值显示 当您Editor Grid Panel 中给某一列指定editor为combo box时,, 您要显示combo的display field
xu_wccq
·
2009-02-10 15:00
JavaScript
C++
c
C#
ext
AJAX 入门视频之 Ext 2.0.1 Grid 增删改 & DWR 1 实例
AJAX入门视频之Ext2.0.1Grid增删改&DWR1实例说实话,我也是特别懒的人,很早就想看看Ext,尤其是做一个实时编辑的带后台的表格例子,一直没能深入,今天抽时间深入看了看Ext的
EditorGrid
huoming550
·
2008-11-24 18:00
Ajax
css
ext
DWR
jpa
AJAX 入门视频之 Ext 2.0.1 Grid 增删改 & DWR 1 实例
说实话,我也是特别懒的人,很早就想看看Ext,尤其是做一个实时编辑的带后台的表格例子,一直没能深入,今天抽时间深入看了看Ext的
EditorGrid
,可编辑的表格控件,总算凑出来了个实时增删改的例子(不单独弹出添加对话框的那种
maiguang
·
2008-10-28 22:00
JavaScript
Ajax
css
ext
DWR
extJs控件之客户端查询
没有和服务器交互.代码如下 // vim: ts=4:sw=4:nu:fdc=4:nospell /** * Search plugin for Ext.grid.GridPanel, Ext.grid.
EditorGrid
andrew.yulong
·
2008-07-03 18:00
ext
vim
初步搭建yui-ext(Ajax)的开发环境(第二部分:前台->后台数据交换)
大家一定会给yui-ext的
EditorGrid
可编辑表格吸引,但编辑后怎么提交到后台Action?
zengbo0710
·
2007-05-13 12:00
Ajax
json
ext
Yahoo
yui
初步搭建yui-ext(Ajax)的开发环境(第二部分:前台->后台数据交换)
大家一定会给yui-ext的
EditorGrid
可编辑表格吸引,但编辑后怎么提交到后台Action?
zengbo0710
·
2007-05-13 12:00
Ajax
json
ext
Yahoo
yui
上一页
1
2
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他