20080318 extjs 最近发现了这个非常强悍的Ajax库--ExtJS,官方网站给出的描述是:Extend the Web. World-class JavaScript, Ajax and UI Components。 http://www.cnblogs.com/winsonet/archive/2007/10/19/930672.html 如需要在其他页面调用里面的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封装的控件,用起来基本上方便了很多 http://www.cnblogs.com/huacn/archive/2007/12/24/extjs_viewport_example.html http://code.google.com/p/extsharp/ http://www.nikhilk.net/ScriptSharpIntro.aspx 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.
http://blog.csdn.net/myloon/archive/2007/11/09/1876089.aspx http://www.cnblogs.com/jascha/archive/2007/06/11/779595.html http://ilivetrue.spaces.live.com/blog/cns!d16348ca61bbcff3!193.entry 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 zope组件架构:schema方式生成web界面的内幕 * Send this page to somebody 仍然回避了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 Chill企业网站管理系统 http://www.91aspx.net/Type6/56.html http://www2.ccw.com.cn/1998/35/170576.shtml http://hi.baidu.com/sarswang/blog/item/94163e7af0d09eee2e73b312.html http://blog.csdn.net/ericzhangali/archive/2004/11/04/166676.aspx http://www.roarsoft.net/dispArticle.asp?boardid=31&ArticleID=1924 http://www.cnblogs.com/mail-ricklee http://www.asp.net/community/control-gallery/Item.aspx?i=1617 http://www.cnblogs.com/cnyyl/archive/2007/09/21/902036.html http://hi.baidu.com/ycl%5Flingling/blog/item/59c587ef3087ddeccf1b3e7d.html 字体:大 中 小 |
![]() | 永久地址 http://www.shengfang.org/blog/p/20080318extjs.php |
![]() | 引用地址 http://www.shengfang.org/blog/tb.php?tb_id=1229227555 |
2008年12月14日12:05星期日 [Info资料]





