随笔分类 -  Extjs

Extjs
摘要: 阅读全文
posted @ 2008-05-29 21:42 meetrice 阅读(564) 评论(1) 推荐(0) 编辑
摘要:网址:http://fins.javaeye.com/blog/1738182008-03-20更新一个临时解决方案. 测试发现,Ext2.02在IE下无法正常释放被删除的元素(当该元素被注册了事件时) 经过分析 发现ext事件机制中的一个bug ( bug 具体描述见: http://fins.javaeye.com/blog/173218 测试使用工具见: http://fins.javaey... 阅读全文
posted @ 2008-05-29 17:45 meetrice 阅读(1178) 评论(0) 推荐(0) 编辑
摘要:1.jsp的utf-8编码,不能解析gbk 编码的js文件,汗!排查了几个小时 阅读全文
posted @ 2008-05-29 11:12 meetrice 阅读(522) 评论(0) 推荐(0) 编辑
摘要:xmlreader: var reader = new Ext.data.XmlReader({ record : "row" }, [{ name : 'paramName' }]); var ds = new Ext.data.Store({ url : '../datasource.xml', reader :... 阅读全文
posted @ 2008-05-29 09:36 meetrice 阅读(402) 评论(0) 推荐(0) 编辑
摘要:预览:demo.html: treeloader.js: /**//** * @include "js/Ext.ux.MyTreeLoader/ColumnNodeUI.js" * @include "js/Ext.ux.MyTreeLoader/MyTreeLoader.js" * @include "js/Ext.ux.MyTreeLoader/TreeNodeProvider.js" */E... 阅读全文
posted @ 2008-05-28 16:31 meetrice 阅读(2605) 评论(0) 推荐(0) 编辑
摘要:这个扩展是对Ext.tree.TreeLoader 的功能的增强,可以让TreePanel 通过不同ajax方式调用的数据对象。预览:Extension goal:The main goal of the extension is to extend the Ext.tree.TreeLoader so that you can update a TreePanel by manipulating... 阅读全文
posted @ 2008-05-27 13:58 meetrice 阅读(1786) 评论(0) 推荐(0) 编辑
摘要:预览:调用方法: EXT扩展组件: Ext.form.MultiSelectField = Ext.extend(Ext.form.TriggerField, { readOnly : true, defaultAutoCreate : { tag : "input", type : "text", size : "24", au... 阅读全文
posted @ 2008-05-24 11:44 meetrice 阅读(4602) 评论(2) 推荐(0) 编辑
摘要:Manual:Component:扩展或插件 zh-CN From Learn About the Ext JavaScript Library Jump to: navigation, search Summary: 辨析Ext Extensions(扩展)与Plugins(插件)之间的关系。 Author: Jozef Sakalos, aka Saki (译者:Frank C... 阅读全文
posted @ 2008-05-24 10:52 meetrice 阅读(1117) 评论(0) 推荐(0) 编辑
摘要:自已扩展EXT组件 From Learn About the Ext JavaScript Library Jump to: navigation, search Summary: Gives an overview on how to extend Components in Ext and provides links to the many great articles that... 阅读全文
posted @ 2008-05-24 10:49 meetrice 阅读(1630) 评论(0) 推荐(0) 编辑
摘要:Tutorial:Extending Ext2 Class (Chinese) From Learn About the Ext JavaScript Library Jump to: navigation, search Summary: 本文为您介绍扩展EXT组件类所需的几个步骤。 Author: Jozef Sakalos(译者:Frank Chueng) Publish... 阅读全文
posted @ 2008-05-23 23:56 meetrice 阅读(827) 评论(0) 推荐(0) 编辑
摘要:Tutorial:TabPanel Basics (Chinese) From Learn About the Ext JavaScript Library Jump to: navigation, search Summary: 对Tab标签页的使用作简单地介绍 Author: Robin Percy (译者:Frank Cheung) Published: 2007年十一月... 阅读全文
posted @ 2008-05-23 23:51 meetrice 阅读(2279) 评论(0) 推荐(0) 编辑
摘要:Tutorial:Events Explained From Learn About the Ext JavaScript Library Jump to: navigation, search Summary: This tutorial will explain what events are and how they are used in Ext. Author: Joze... 阅读全文
posted @ 2008-05-23 23:49 meetrice 阅读(728) 评论(0) 推荐(0) 编辑
摘要:Tutorial:DomQuery v1.1 Advanced From Learn About the Ext JavaScript Library Jump to: navigation, search Summary: DomQuery Advanced Author: Bernard Chhun Published: september 13th 2007 Ext ... 阅读全文
posted @ 2008-05-23 23:48 meetrice 阅读(337) 评论(0) 推荐(0) 编辑
摘要:Tutorial:DomQuery Basics(Chinese) From Learn About the Ext JavaScript Library Jump to: navigation, search Summary: DomQuery基础 Author: Bernard Chhun (译者:Frank Cheung) Published: 2007-8-5 Ex... 阅读全文
posted @ 2008-05-23 23:47 meetrice 阅读(449) 评论(0) 推荐(0) 编辑
摘要:Tutorial:Xtype defined (Chinese) From Learn About the Ext JavaScript Library Jump to: navigation, search Summary: 本教程为大家解释xtype的含义。 Author: Jozef Sakalos(译者:Frank Cheung) Published: 2008五月九号... 阅读全文
posted @ 2008-05-23 23:45 meetrice 阅读(868) 评论(0) 推荐(0) 编辑
摘要:Tutorial:Localizing Ext (Chinese) From Learn About the Ext JavaScript Library Jump to: navigation, search Summary: 如何本地化ext的教程 Author: Jozef Sakalos(译者:Frank Cheung) Published: March 9, 2008... 阅读全文
posted @ 2008-05-23 23:44 meetrice 阅读(1046) 评论(0) 推荐(0) 编辑
摘要:This is my first stab at a tutorial, so hopefully it works out! Thanks to crafter for his code examples in this thread: http://extjs.com/forum/showthread.php?t=26320 Contents[hide] 1 Entry Poi... 阅读全文
posted @ 2008-05-23 23:42 meetrice 阅读(1427) 评论(0) 推荐(0) 编辑
摘要:Tutorial:Writing a Big Application in Ext From Learn About the Ext JavaScript Library Jump to: navigation, search Summary: This tutorial helps you to write a big application in Ext. Author: Jo... 阅读全文
posted @ 2008-05-23 23:40 meetrice 阅读(1167) 评论(1) 推荐(0) 编辑
摘要:Tutorial:Application Layout for Beginners (Chinese) From Learn About the Ext JavaScript Library Jump to: navigation, search Summary: 在本教程将助你合理地规划一个应用程序。 Author: Jozef Sakalos(译者:Frank Cheung) ... 阅读全文
posted @ 2008-05-23 23:38 meetrice 阅读(515) 评论(0) 推荐(0) 编辑
摘要:In this small tutorial, we'll try to build an Ext form that will submit in the tradional way, like all regular html forms Introduction As a programmer, you may know PHP (or ASP, or any other server-... 阅读全文
posted @ 2008-05-23 23:32 meetrice 阅读(2493) 评论(0) 推荐(0) 编辑