readme
来自「用最近的dojo1.2.1制作前端的ajax购书网站」· 代码 · 共 51 行
TXT
51 行
-------------------------------------------------------------------------------dojox.lang-------------------------------------------------------------------------------Version 0.991Release date: 07/30/2007-------------------------------------------------------------------------------Project state:beta-------------------------------------------------------------------------------Credits Eugene Lazutkin (eugene.lazutkin@gmail.com) Kris Zyp (kris@sitepen.com)-------------------------------------------------------------------------------Project descriptionImplementation of common functional operations, and provisions, aspect-orientedhelpers. Later we can add other JS language-related helpers.dojox.lang.observable - Provides construction of objects that such that property access and modification can be controlled, i.e. provides a form ofgetters/setters.-------------------------------------------------------------------------------Dependencies:None.-------------------------------------------------------------------------------DocumentationFor now:dojox.lang.functional:http://lazutkin.com/blog/2008/jan/12/functional-fun-javascript-dojo/-------------------------------------------------------------------------------Installation instructionsGrab the following from the Dojo SVN Repository:http://svn.dojotoolkit.org/src/dojo/dojox/trunk/lang/*Install into the following directory structure:/dojox/lang/...which should be at the same level as your Dojo checkout.-------------------------------------------------------------------------------Additional NotesSee tests and the source for more details.LICENSE in this directory contains the MIT license by Oliver Steele fordojox.lang.functional.lambda, which was derived from his original implementation.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?