Ext JS

Ext JS

使用 ExtJS 实现 ASP.NET MVC 2 客户端验证
     摘要: 使用 ExtJS 实现 ASP.NET MVC 2 客户端验证,主要特点有: 1、只依赖 Ext core 即可使用;2、使用方法完全遵循 ASP.NET MVC 2 提供的客户端验证机制;3、可以根据 ASP.NET MVC 2 提供的验证扩展机制进行相应的扩展。   阅读全文

posted @ 2010-06-05 15:18 Beginor 阅读(1976) | 评论 (5) 编辑

如何自定义 ExtJS.chart.PieChart 各分块的颜色
     摘要: ExtJS 对其 Chart 的文档一直是语焉不详, 所以也一直没有从其文档中找到自定义 ExtJS.chart.PieChart 各个分块颜色的方法, 通过查找 YUI Chart 的文档( ExtJS 的 chart 就是 YUI Chart),终于找到了自定义各个分块颜色的方法。   阅读全文

posted @ 2009-11-22 13:29 Beginor 阅读(1697) | 评论 (0) 编辑

Ext.chart 包的类图
     摘要: 抽时间研究了一下 ExtJS 3.0 内置的图表功能, 感觉还是挺不错的,于是就做了这个类图,有兴趣的可以看一下。Ext.chart 包使用基于 Flash 的图表提供数据可视化的功能,每一个图表可以直接和 Ext.data.Store 绑定, 并可以根据其数据自动更新图表内容。   阅读全文

posted @ 2009-11-17 12:56 Beginor 阅读(1034) | 评论 (0) 编辑

ExtJS 反序列化 Microsoft Ajax 日期格式的代码
     摘要: ExtJS 反序列化 Microsoft Ajax 日期格式的代码, 从 MsAjax 中找到的,绝对可靠 : Ext.util.JSON._dateRegExp = new RegExp('(^|[^\\\\])\\"\\\\/Date\\((-?[0-9]+)(?:[a-zA-Z]|(?:\\+|-)[0-9]{4})?\\)\\\\/\\"', 'g');Ext.util.JSON.deco...   阅读全文

posted @ 2009-10-30 21:45 Beginor 阅读(489) | 评论 (0) 编辑

SilverlightComponent for ExtJS
     摘要: 最近需要把Silverlight和ExtJS集成起来,索性就写了一个SilverlightComponent组件,使用这个组件可以很方便的把Silverlight控件集成进ExtJS框架之中。   阅读全文

posted @ 2009-06-04 22:10 Beginor 阅读(1774) | 评论 (3) 编辑

Silverlight版本的LoadMask
     摘要: 使用 Silverlight 获取服务端数据时,只能使用异步调用,需要一定的时间,在这一段时间内,通常不希望用户进行其它操作,否则可能会干扰当前数据的加载。在 ExtJS 下, Ext.Element 的 mask 和 unmask 方法可以轻松的对任意的界面元素进行遮罩和取消遮罩,在遮罩的过程中,这个界面元素暂时不能被操作(当然, ExtJS 之下还有专门的 Ext.LoadMask 类),有兴趣的可以参考 ExtJS 相关的 API 。因此在Silverlight下,我们同样需要类似的 mask 和 unmask方法。   阅读全文

posted @ 2009-06-02 22:20 Beginor 阅读(1942) | 评论 (3) 编辑

ExtJS + Gears
     摘要: 简单介绍如何使用Gears对ExtJS做本地缓存,实现Web应用的离线浏览。   阅读全文

posted @ 2009-03-21 19:14 Beginor 阅读(1295) | 评论 (4) 编辑

ExtJS 开发总结
     摘要: 不知不觉2008已经走到了尽头,在这近一年中,一直不断的尝试用ExtJS做项目,从1.1到现在的2.2,吃了不少苦头,也有不少收获,总结一下,一起分享!   阅读全文

posted @ 2008-12-14 21:38 Beginor 阅读(20941) | 评论 (6) 编辑

在项目中使用HTMLDom的事件冒泡机制

posted @ 2008-12-06 20:16 Beginor 阅读(434) | 评论 (0) 编辑

ExtTabMenu 控件

posted @ 2008-07-16 21:12 Beginor 阅读(2442) | 评论 (4) 编辑

基于ExtJS和OperaWidget的饭否客户端
     摘要: 基于ExtJS和OperaWidget的饭否客户端, 正在开发中,才刚刚完成查看公共消息部分,完成之后将会放出源代码。   阅读全文

posted @ 2008-07-08 13:51 Beginor 阅读(827) | 评论 (0) 编辑

在Opera Widget中运行ExtJS

posted @ 2008-06-15 15:16 Beginor 阅读(2370) | 评论 (2) 编辑

Ext直接调用ASP.Net Ajax Webservice

posted @ 2008-04-26 15:13 Beginor 阅读(1892) | 评论 (3) 编辑

使用Ext.extend进行继承的一个有趣的问题

posted @ 2008-03-22 16:52 Beginor 阅读(4669) | 评论 (12) 编辑

ExtJS入门之三 查询

posted @ 2008-03-22 15:56 Beginor 阅读(2697) | 评论 (1) 编辑

ExtJS入门之二 事件

posted @ 2008-03-07 22:24 Beginor 阅读(6101) | 评论 (1) 编辑

ExtJS入门之一 类与继承

posted @ 2008-03-01 09:13 Beginor 阅读(3951) | 评论 (1) 编辑

你可能感兴趣的:(ext)