Java堂  


优秀的JavaScript类库 - Rico

归档在: DynamicLanguage — Jet @ 9:44 上午
原文出处: http://www.javatang.com/archives/2006/03/16/440510.html
作者: Jet Mah from Java堂
声明: 可以非商业性任意转载, 转载时请务必以超链接形式标明文章原始出处、作者信息及此声明!

Rico (http://openrico.org/)是开源的JavaScript类库,用来创建丰富的internet应用。我觉得它最出色的地方就是托拽图层管理和渲染出的电影特效,可以看一下它的在线demo: http://openrico.org/demos.page
因为Rico是建立在Prototype类库之上的,所以你在使用Rico的时候必须对Prototype进行引用:

  1. <script type="text/javascript" 
  2.      src="/pathto/prototype.js">
  3. </script>
  4. <script type="text/javascript" 
  5.      src="/pathto/rico.js">
  6. </script>

Prototype (http://prototype.conio.net/) is a JavaScript framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere.
在Rico的Guide文档中需要使用到Prototype。

没有评论 »

还没有评论。

发表您的评论