首页 Soft PlugIn RAN乱 Dev开发 Info资料 English WAP 留言 登陆 注册
-
Posted by Yippee | 评论(0) | 引用(0) | 阅读180次
20080318 extjs

20080318 extjs
http://www.shengfang.org

最近发现了这个非常强悍的Ajax库--ExtJS,官方网站给出的描述是:Extend the Web. World-class JavaScript, Ajax and UI Components。

http://www.cnblogs.com/winsonet/archive/2007/10/19/930672.html
ExtJS 学习心得(一)

如需要在其他页面调用里面的Login()方法,可直接写

<input id="login" onclick="Ext.Login().Login()" />

如果需要在页面加载时就调用,一般只需直接用EXTJS里的方法即可实现:

Ext.onReady(Ext.Login.init, Ext.Login);

http://www.cnblogs.com/cmsoft/archive/2007/11/21/ExtJS_Grid.html
ExtJS与.NET结合开发实例(Grid之数据显示、分页、排序篇)

将extjs 的前端库结合.net封装的控件,用起来基本上方便了很多
http://www.codeplex.com/ExtJsExtenderControl

http://www.cnblogs.com/huacn/archive/2007/12/24/extjs_viewport_example.html
用ExtJS搭建一个管理后台框架

http://code.google.com/p/extsharp/
I really love Ext but coding in javascript just gives me the chills. So I went out and found a way to use my favorite js library (Ext) and my favorite programming language (C#) at the same time. By using a project called Script# I am able to write C# code and have it converted into javascript, similar to GWT. Building on that, Script# also allows you to code against external APIs, but you need to create the types, methods, properties, etc. for everything in the javascript library. So what I did was write a little console app that parses all of the ExtJS source files extracting out the script comments and writing C# files for each class. The end result is a programmable C# API to access all of the Ext objects and I threw in a couple new things to make life a little easier.
http://www.designbeauty.cn/Article.aspx?id=7a9ef94e-c80b-4ee5-ba49-61aa7c28ab00

http://www.nikhilk.net/ScriptSharpIntro.aspx
Script# brings the C# developer experience (programming and tooling) to Javascript/Ajax world. Yep, I am finally publicly sharing a spare time project I've been working on the side in an off and on manner for some time now.

A Better Scripting Environment

The fundamental goal was to improve the state of the art in scripting. This goes way beyond the usual things that come to mind at first thought: compile-time checking, and intellisense or statement completion. I do think these are super-useful, and would be valuable in and of themselves. As we worked on Atlas we were also thinking of a great tools experience, and we explored different approaches and technologies for achieving this. Script# is a prototype of one such exploration. It attempts to address some programming environment requirements:

    * A clean language with the natural constructs. Today with script, you can go a long ways in simulating OOP (classes, interfaces, inheritance etc.), but the simulations are thrown at the face of the developer. Various C# constructs such as properties, events, and syntax for defining inheritance go a long way in making the code readable. Similarly modifier keywords like public vs. protected vs. internal, sealed vs. virtual etc. help define a better object model. All of this can be brought into the scripting world.
    * Easier refactoring and exploration. Script development could benefit immensely from the refactoring, and class browsing support already present in the IDE and in tools such as .NET Reflector. Both lend themselves to having a more manageable code base over time.
    * Ability to generate documentation. Again doc-comments from C# and the existing infrastructure could be leveraged here.
    * Ability to customize the script code easily. For example, I'll show debug vs. release and minimization below. The same idea could apply to building a version of the script that had more error checking or logging built in when you do need to run diagnostics. The approach could also be used to include instrumentation for the purposes of profiling, measuring code coverage, etc. Another interesting aspect of this project is that it will be able to generate script catering to multiple script profiles such as the current Javascript language, as well as Javascript 2 when it appears.


http://www.cnblogs.com/cmsoft/archive/2007/12/06/984972.html

http://extjs.com/download

http://blog.csdn.net/myloon/archive/2007/11/09/1876089.aspx
用ExtJS  实现动态载入树(Load tree

http://www.cnblogs.com/jascha/archive/2007/06/11/779595.html
Eclipse安装AJAX环境(ATF,DOJO,Extjs...)

http://ilivetrue.spaces.live.com/blog/cns!d16348ca61bbcff3!193.entry
extjs中文解决方案/Eclipse下的js和ext开发
中文化问题,在 ext-all.js 后面,挂上 ext-lang-zh_CN.js :

1. <script type="text/javascript" src="<%=contextPath%>/public/js/ext-base.js"></script> 

2. <script type="text/javascript" src="<%=contextPath%>/public/js/ext-all.js"></script> 

3. <script type="text/javascript" src="<%=contextPath%>/public/js/ext-lang-zh_CN.js"></script> 

注:ext-lang-zh_CN.js文件存放在 ext-2.0-rc1\source\locale 目录下

对中文字体,要对默认的 css 加上修正,例如:

<LINK rel="stylesheet" href="public/css/ext-all.css">

<LINK rel="stylesheet" href="public/css/ext-all-patch.css">

http://opensource.blog.51cto.com/62670/8709
 Java开源 Web框架

  zope组件架构:schema方式生成web界面的内幕
文档操作

    * Send this page to somebody
    * Print this page

仍然回避了ZCML和zope内核的复杂内容,解释了zope如何利用schema和接口、Utility来实现web编辑界面。

链接: http://griddlenoise.blogspot.com/2005/12/zope-component-architecture-one-way-to.html

http://www.mytopwin.com/Soft/SoftShow/18/30.html
拓文ASP.NET CMS 5.3.1

Chill企业网站管理系统
http://down.chinaz.com/soft/22069.htm

http://www.91aspx.net/Type6/56.html

http://www2.ccw.com.cn/1998/35/170576.shtml
软件配置管理与ClearCase

http://hi.baidu.com/sarswang/blog/item/94163e7af0d09eee2e73b312.html
ClearCase及配置管理

http://blog.csdn.net/ericzhangali/archive/2004/11/04/166676.aspx
ClearCase与配置管理(听课笔记)

http://www.roarsoft.net/dispArticle.asp?boardid=31&ArticleID=1924
ClearCase配置

http://www.cnblogs.com/mail-ricklee

http://www.asp.net/community/control-gallery/Item.aspx?i=1617
NickLee.Web.UI.2006.1

http://www.cnblogs.com/cnyyl/archive/2007/09/21/902036.html
GridView 实现自定义分页、排序、查询、添加、编辑、多选删除、导出、突出显示等常见应用实现

http://hi.baidu.com/ycl%5Flingling/blog/item/59c587ef3087ddeccf1b3e7d.html
minus   sql2005函数



字体:

Permanant URI永久地址 http://www.shengfang.org/blog/p/20080318extjs.php
Trackback URI引用地址 http://www.shengfang.org/blog/tb.php?tb_id=1229227555

2008年12月14日12:05星期日  [Info资料] 追踪此文的RSS
提示:
此文还没有评论。

称呼:    登陆   注册
   不注册,但记住我的信息
邮件:
(非必须)
评论: [UBB代码帮助]
粗体 斜体 下划线 链接 水平线 引用



验证码: 请输入你看见的数字
关闭UBB      提交时自动将内容复制到剪贴板

公告
Fire and Motion!

统计信息
[Yippee]||[统计]||日志:1790
在线: 8||用户: 2562 [列表]
今日:15||到访:2669514
Rss:837711||评论:1584

最新日志

最新评论

友情链接

日历

最新引用

搜索

归档

杂项
Get RSS Feed (Version 2.0)
Get Atom Feed (Version 0.3)
编码:  UTF-8