SOS EXT Grid 如和提交 大侠们 》的相关内容

Ext Grid的Combo/TextField/Width/Height的问题

Ext.onReady(function(){ var fm = Ext.form; var checkColumn = new Ext.grid.CheckColumn({ header: "Indoor?", dataIndex: 'indoor', width: 55 }); var cm = new Ext.gri ...
by karlpan01 2008-01-02 浏览 (1234) 回复 (5) 关键字: ext

改造的是 http://extjs.com/deploy/ext/docs/index.html

改造的是 http://extjs.com/deploy/ext/docs/index.html Inline editing 这个例子 把数据源换成从数据库取数了,可是界面上显示不出数据来 不知道那里有问题,请,另外顺便在问一句这个例子中 新增加一行记录 怎么把新增加或修改的数据保存到数据库 谢谢 dao里实现如下 public List QueryYhxx(String tj) { St ...
by dafuh 2007-06-22 浏览 (4624) 回复 (6) 关键字: inline edit

Extjs Introduction

from http://hideto.beyondrails.com/blogs/14 1,Overview What is Ext all about? 引用 Ext is a client-side, JavaScript framework for building web applications. In early 2006, Jack Slocum began working on a ...
by hideto 2008-07-08 浏览 (1395) 回复 (0) 关键字: extjs, javascript, framework, architecture, introduction

关于json数据传回到客户端.jsonReader解析的问题

js: /* * Ext JS Library 1.0.1 * Copyright(c) 2006-2007, Ext JS, LLC. * licensing@extjs.com * * http://www.extjs.com/license */ Ext.onReady(function(){ var Plant = Ext.data.Record.create([ / ...
by java_gis 2007-08-05 浏览 (3882) 回复 (8) 关键字:

JSP+Ext实现CURD, 更简洁明了

学习Ext有三天了, 参考《Ext2.0入门与精通》和官方的examples照猫画虎搞了个 员工管理'系统' 和 员工签到'系统' 希望大家一起学习, 由于学艺不精, 若有不足之处还请各位批评指正, 谢谢大家   /* * MemberManage.js  * @author zuoming99 */ Ext.onReady(function(){ Ext ...
by zuoming99 2008-05-04 浏览 (4552) 回复 (10) 关键字:

Extjs Grid 编辑

//创建index.jsp <%@page contentType="text/html; charset=GB2312" %> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=GB2312"> <title>Editor Grid Example</title> ...
by wanchong998 2008-07-11 浏览 (348) 回复 (1) 关键字: extjs

Ext Grid的Combo/TextField/Width/Height的问题

Ext.onReady(function(){ var fm = Ext.form; var checkColumn = new Ext.grid.CheckColumn({ header: "Indoor?", dataIndex: 'indoor', width: 55 }); var cm = new Ext.gri ...
by karlpan01 2008-01-02 浏览 (2325) 回复 (5) 关键字: ext

EXT AJAX XML 实践

最近用EXT的AJAX实现页面的增删改,感觉还不错,速度还是可以的。 关于AJAX的提交参数 params个人感觉不必参照例子组成xml或json,直接组成字符串传给后台即可 /* * Ext JS Library 2.0 RC 1 * zrmcsd@gmail.com * */ Ext.onReady(function(){ Ext.Quic ...
by zrmcsd 2008-03-20 浏览 (1269) 回复 (1) 关键字: ext ajax

ext grid 问题(一) EN

这是我在http://www.extjs.com/forum/showthread.php?t=27784上面找到的英文的grid的常见问题及解决方法 部分中文对照:http://www.javaeye.com/topic/197071 FAQ: Grid (compiled questions, examples/tutorials, listeners, extensions) ---- ...
by icedcoco 2008-07-02 浏览 (740) 回复 (0) 关键字: ext

Extjs Introduction

from http://hideto.beyondrails.com/blogs/14 1,Overview What is Ext all about? 引用 Ext is a client-side, JavaScript framework for building web applications. In early 2006, Jack Slocum began working on a ...
by hideto 2008-07-08 浏览 (618) 回复 (0) 关键字: extjs, javascript, framework, architecture, introduction

相关问答

赞助商链接