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
EditorGridPanel
Extjs可编辑的
EditorGridPanel
edit_grid.jsExt.onReady(function(){ //grid中的复选框 varsm=newExt.grid.CheckboxSelectionModel(); //数据存储器 vards=newExt.data.Store({ proxy:newExt.data.HttpProxy({ url:"../zdbnr.action?method=page",
zxf_noimp
·
2010-04-01 08:00
JavaScript
Ajax
json
css
ext
EXT 里的
EditorGridPanel
添加/删除行
NewDocument Ext.onReady(function(){ varcm=newExt.grid.ColumnModel([{header:'编号',dataIndex:'id',editor:newExt.form.TextField({allowBlank:false}),sortable:true},{header:'名称',dataIndex:'name
livingpark
·
2010-03-30 10:00
html
String
function
ext
header
stylesheet
Extjs Grid简阅二
Edit-grid 可编辑的grid,首先new 一个
EditorGridPanel
,然后指定这个Grid的store,Columns Model,tbar,其中tbar加handler监听,store
1sun1
·
2010-03-30 09:00
json
xml
ext
Extjs
EditorGridPanel
的校验
核心思想是: 1.在设置grid的列的editor的时候,直接调用享用的编辑器的validateValue方法; 2.根据validateValue的结果设置列的样式. 1的示列代码如下: var text={allowBlank: false}; if (minfield) text.minValue = minfield; if (m
jimmee
·
2010-03-28 18:00
java
css
ext
prototype
Extjs
EditorGridPanel
的校验
核心思想是: 1.在设置grid的列的editor的时候,直接调用享用的编辑器的validateValue方法; 2.根据validateValue的结果设置列的样式. 1的示列代码如下: var text={allowBlank: false}; if (minfield) text.minValue = minfield; if (m
jimmee
·
2010-03-28 18:00
java
css
ext
prototype
在
editorgridpanel
中根据每行的第一列,变换第二列的editor
core:change columnmodel's editor grid.getColumnModel().setEditor(e.column,new Ext.grid.GridEditor(new Ext.form.ComboBox({ ..}) )) function rebindcolumneditor(e) { var params_ds = new
fourfire
·
2010-03-09 08:00
ext
《ExtJS2.0实用简明教程》之可编辑表格
EditorGridPanel
可编辑表格是指可以直接在表格的单元格对表格的数据进行编辑,ExtJS中的可编辑表格由类Ext.grid.
EditorGridPanel
表示,xtype为editorgrid。
zhiming_817
·
2010-03-01 09:00
C++
c
ext
C#
配置管理
关于Ext的
EditorGridPanel
实时修改数据后保存到数据库
在一边我们用到
EditorGridPanel
的afteredit事件来监听。
leiwuluan
·
2010-02-27 12: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#
配置管理
Ext.widgets-grid(2)
Ext.grid.
EditorGridPanel
可编辑数据表格 Config { clicksToEdit : Number //点几次开始编辑,默认为
liss
·
2010-01-10 00:00
.net
css
ext
prototype
ide
extjs的
EditorGridPanel
中的ComboBox列中显示值的问题
在项目中使用了extjs的
editorgridpanel
,但是其中的combobox在选择了相应的选项后,grid中显示的是值域(valueField)的值,而非意愿中的显示域(displayField
tom&jerry
·
2010-01-08 21:00
Ajax
ext
Ext.grid.
EditorGridPanel
的一个小问题
当一个页面有多个结构相同的Ext.grid.
EditorGridPanel
时,我们可能定义一个列信息, var columns = [{},{},{}...]; // 1、这里指定不指定editor,
kimmking
·
2009-12-10 23:00
C++
c
ext
C#
prototype
(十一)可编辑表格
EditorGridPanel
(2) 可编辑表格
EditorGridPanel
可编辑表格是指可以直接在表格的单元格对表格的数据进行编辑,ExtJS 中的可编辑表格由类Ext.grid.
EditorGridPanel
表示,xtype
finally_m
·
2009-11-30 13:00
Yahoo
ext
配置管理
J#
sun
ExtJS
EditorGridPanel
中时间日期编辑问题的总结
1.首先要确保你store中的field是成功的把时间字符串转换为date类型 2.正确的设置grid的renderer以便呈现 3.正确的设置editor的format 4.关于格式化的方式,看ext api中Date的那篇,很详细. {header:"申请时间",dataIndex:"creTim",width:120,sor
meganlee
·
2009-11-27 14:00
ext
Ext.grid.
EditorGridPanel
使用'afteredit'
//获得Ext.grid.
EditorGridPanel
編輯訊息 grid.on('afteredit',function(e){ e.row
qinyun1221
·
2009-11-10 13:00
.net
Ajax
PHP
Blog
ext
extjs学习笔记(五)可编辑的grid
我们来看下Ext.grid.
EditorGridPanel
,该类从GridPanel继承而来,通过对列提供editor进行编辑。在前边
niuyongjie
·
2009-10-31 21:00
html
function
header
ExtJs
plugins
stylesheet
ExtJS
EditorGridPanel
中时间日期编辑问题
.首先要确保你store中的field是成功的把时间字符串转换为date类型 2.正确的设置grid的renderer以便呈现 3.正确的设置editor的format 4.关于格式化的方式,看ext api中Date的那篇,很详细. {header:"申请时间",dataIndex:"creTim",width:120,so
meganlee
·
2009-10-29 12:00
ext
获取Ext.grid.
EditorGridPanel
的行记录和修改记录
方法一: var store = Ext.getCmp('grid-id').getStore(); 通过修改myData的json格式数据,然后使用store.loadData(myData); 需求描述:需要将选中行的第一个cell和第三个cell进行交换 方法二: var record = grid.getSelectionModel().selection.r
love4J
·
2009-10-27 17:00
java
json
ext
ExtJS
EditorGridPanel
中时间日期编辑问题的总结
老是被反复问到这个问题,烦了...总结下... 1.首先要确保你store中的field是成功的把时间字符串转换为date类型2.正确的设置grid的renderer以便呈现3.正确的设置editor的format4.关于格式化的方式,看extapi中Date的那篇,很详细. 截图如下:代码如下:Ext.onReady(function(){ Ext.BLANK_IMAGE_URL='/js/e
atian25
·
2009-09-23 09:00
JavaScript
json
ext
ExtJS
EditorGridPanel
中时间日期编辑问题的总结
阅读更多老是被反复问到这个问题,烦了...总结下...1.首先要确保你store中的field是成功的把时间字符串转换为date类型2.正确的设置grid的renderer以便呈现3.正确的设置editor的format4.关于格式化的方式,看extapi中Date的那篇,很详细.截图如下:代码如下:Ext.onReady(function(){Ext.BLANK_IMAGE_URL='/js/e
atian25
·
2009-09-23 09:00
EXT
json
JavaScript
关于Ext可编辑网格第二次不可编辑的问题
现在遇到一个可编辑网格的问题, 环境: Ext3.x ------ 问题描述: 1、扩展一个子类 SubEditorGrid = Ext.extend(Ext.
EditorGridPanel
,
yuanqixun
·
2009-09-18 09:00
ext
extjs组建化编程(
EditorGridPanel
)
// JavaScript Document//
EditorGridPanel
实现单元格选中MoneyGrildPanel=Ext.extend(Ext.grid.
EditorGridPanel
,{ 
83026191
·
2009-08-31 09:00
编程
json
Ajax
ext
asp
Ext.ux.maximgb.tg.
EditorGridPanel
展开的记录插入表格的末尾
今天在使用Ext.ux.maximgb.tg.
EditorGridPanel
遇到展开记录的不会插入展开的节点中,而是直接插入到表格的末尾,经过无数次的尝试终于发现是JSON-lib不会输出null属性的原因
yaoba
·
2009-08-09 19:00
java
json
ext
ExtJs中关于grid和store的应用分析(二)
Store即数据存储器,主要用于提供给GridPanel,
EditorGridPanel
等关联数据用的。 Store由Proxy(数据源)和DataReader(数据解析器)组成。
thtwin
·
2009-07-23 14:00
应用服务器
json
xml
ext
封装定时任务可编辑表格基类
eams.dc.taskMK.TaskItemEditGrid 相当于可编辑的定时任务的基类 eams.dc.taskMK.TaskItemEditGrid = Ext.extend(Ext.grid.
EditorGridPanel
duduhehe
·
2009-06-30 15:00
Ajax
json
UI
ext
表格无数据添加滚动条
grid 为gridPanel或者
editorGridPanel
Ext.getCmp('grid').getView().mainBody.setWidth(Ext.getCmp('grid')
sichen84
·
2009-06-30 15:00
ext
ExtJs中关于grid和store的应用分析(二)
第二部分:Store的核心阐释Store即数据存储器,主要用于提供给GridPanel,
EditorGridPanel
等关联数据用的。
benbear2008
·
2009-06-17 00:00
xml
应用服务器
json
ext
Ext的
EditorGridPanel
中combo联动
1.两个Combostore的autoload都设为true,lastQuery设为true,renderer就根据各自store中的data转换2.要联动的那个Combo把所有的数据都取出来,3.grid的cellclick事件,如果点了第二个combo,调用它的ds.filterBy
小小程序员
·
2009-06-06 23:00
自己写的一个Ext.grid.
EditorGridPanel
示例
<%@ page language="java" pageEncoding="UTF-8"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>
8792321
·
2009-05-24 13:00
JavaScript
css
ext
Yahoo
prototype
EXT gridPannel自适应宽度的实现
content_width = parseInt(Ext.get("content_div").getComputedWidth()); var grid = new Ext.grid.
EditorGridPanel
mmdobest
·
2009-05-20 11:00
浏览器
ext
关于Ext.grid.
EditorGridPanel
的下拉列表框实现
1. 下拉列表需要的数据,根据需要可以到后台去取数据,这里就不一一介绍了 var flagStroe = new Ext.data.SimpleStore({ fields : ['id', 'flag'], data : [[0, '是'], [1, '否']] }); 2. 表头需要添加editor属性,代码如下: &nbs
xia9527
·
2009-04-24 20:00
ext
关于Ext.grid.
EditorGridPanel
的下拉列表框实现
1. 下拉列表需要的数据,根据需要可以到后台去取数据,这里就不一一介绍了 var flagStroe = new Ext.data.SimpleStore({ fields : ['id', 'flag'], data : [[0, '是'], [1, '否']] }); 2. 表头需要添加editor属性,代码如下: &nbs
xia9527
·
2009-04-24 20:00
ext
extjs中combobox与
editorgridpanel
的结合
问题:combobox的显示列与值列通常是不一致的,在可编辑的gridpanel处理一下 ,{ header : '采购级别', dataIndex : 'stockLevel', renderer : getStockLevel, editor: stockLevelCombobox } var stockLevelC
fourfire
·
2009-03-11 15:00
ext
combo values in Editor Grid Panels combo值显示问题
阅读更多RenderingcombovaluesinEditorGridPanels.
editorgridpanel
中combo值显示当您
EditorGridPanel
中给某一列指定editor为combobox
xu_wccq
·
2009-02-10 15:00
EXT
JavaScript
C
C++
C#
关于Ext.grid.
EditorGridPanel
的下拉列表框实现
作者: struas 链接:http://struas.iteye.com/blog/258450 发表时间: 2008年10月27日 声明:本文系JavaEye网站发布的原创博客文章,未经作者书面许可,严禁任何网站转载本文,否则必将追究法律责任! 1. 下拉列表需要的数据,根据需要可以到后台去取数据,这里就不一一介绍了
chenxueyong
·
2009-02-08 16:00
ext
Blog
Extjs中的
EditorGridPanel
高级应用
摘要:在使用
EditorGridPanel
里,有时我们需要在不同的条件下,对不同的列才能进行编辑。
菜鸟老师
·
2009-01-27 14:00
ext.grid.
EditorGridPanel
向后台传送数据
html 页面 <html> <head> <title>测试数据</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"&
hackbomb
·
2009-01-09 11:00
JavaScript
json
css
ext
yui
ext.grid.
EditorGridPanel
向后台传送数据
html 页面 <html> <head> <title>测试数据</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"&
hackbomb
·
2009-01-09 11:00
JavaScript
json
css
ext
yui
ext grid 增加 多个 toolbar
一个测试的简短grid代码Js代码 // create the editor grid var grid = new Ext.grid.
EditorGridPanel
({
fengkuanghun
·
2008-12-18 10:00
ext
chrome
delete
ExtJs
button
plugins
Ext.grid.ColumnModel 后期设置editor
Ext.grid.
EditorGridPanel
顾名思义就是可编辑的grid,不是仅仅展示给用户看,用户可以根据的需求添加字段,然后传入后台。
wly719
·
2008-12-09 19:00
ext
Ext.grid.ColumnModel 后期设置editor
Ext.grid.
EditorGridPanel
顾名思义就是可编辑的grid,不是仅仅展示给用户看,用户可以根据的需求添加字段,然后传入后台。
wly719
·
2008-12-09 19:00
ext
extjs动态
editorGridPanel
(2.2)
根据Dynamic Grid重新整理了一个适合在extjs2.2版本下使用的动态editGridPanel。 代码如下: Ext.grid.DynamicColumnModel = function(store){ var cols = []; var recordType = store.reader.recordType; var fields = recordType.prototype.f
fireyang
·
2008-11-11 02:00
ext
prototype
EXT核心API详解(二十)Ext.widgets-grid(2)
Ext.grid.
EditorGridPanel
可编辑数据表格Config{clicksToEdit:Number //点几次开始编辑,默认为2}方法
EditorGridPanel
()构造,应为
EditorGridPanel
杂家
·
2008-10-30 12:00
关于Ext.grid.
EditorGridPanel
的下拉列表框实现
1. 下拉列表需要的数据,根据需要可以到后台去取数据,这里就不一一介绍了 var flagStroe = new Ext.data.SimpleStore({ fields : ['id', 'flag'], &nb
struas
·
2008-10-27 11:00
ext
ext grid 增加 多个 toolbar
一个测试的简短grid代码 // create the editor grid var grid = new Ext.grid.
EditorGridPanel
({
Althars
·
2008-09-24 10:00
ext
chrome
EXT
EditorGridPanel
中用复选框表示真假值,扩展官方示例
在学习中Ext.grid.
EditorGridPanel
的时候碰到一个知识点,如何用复选框来表示真假值,当然我们可以直接这样 { header:"管理员?"
yourgame
·
2008-09-22 20:00
Ajax
css
ext
prototype
配置管理
ExtJs中关于grid和store的应用分析(二)
第二部分:Store的核心阐释 Store即数据存储器,主要用于提供给GridPanel,
EditorGridPanel
等关联数据用的。
yahaitt
·
2008-08-29 13:00
应用服务器
json
xml
ext
ExtJs中关于grid和store的应用分析(二)
第二部分:Store的核心阐释 Store即数据存储器,主要用于提供给GridPanel,
EditorGridPanel
等关联数据用的。
yahaitt
·
2008-08-29 13:00
应用服务器
json
xml
ext
ExtJs中关于grid和store的应用分析(二)
第二部分:Store的核心阐释 Store即数据存储器,主要用于提供给GridPanel,
EditorGridPanel
等关联数据用的。
yahaitt
·
2008-08-29 13:00
应用服务器
json
xml
ext
修改
EditorGridPanel
让它支持Lookup效果
记得Dephi里有一个叫Lookup效果的Grid(不知道是不是这种叫法),就是如何在Grid中显示或编辑代码数据项,下面就是Ext的实现 希望对有这种需求的同学有所帮助。 一、重写Ext.grid.GridEditor让Editor控件获得Grid的当前行数据,代码如下,大家可以对照原来Ext.grid.GridEditor的源码 Ext.grid.GridEditor = fun
lidg
·
2008-08-15 14:00
ext
上一页
1
2
3
4
5
下一页
按字母分类:
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
其他