readme
来自「用最近的dojo1.2.1制作前端的ajax购书网站」· 代码 · 共 73 行
TXT
73 行
-------------------------------------------------------------------------------dojox.presentation-------------------------------------------------------------------------------Version 0.9Release date: 10/31/2007-------------------------------------------------------------------------------Project state:experimental-------------------------------------------------------------------------------Credits pete higgins (dante)-------------------------------------------------------------------------------Project descriptionThis is the presentation base class. It provides a mechanism for variousdisplay-oriented tasks. It includes a powerpoint-esque engine [prototype].The SlideShow aspect of this project has been deprecated and lives nowin dojox.image project.-------------------------------------------------------------------------------Dependencies:dojox.presentation requires both Dojo Base, Dojo FX Core, and Dijit system(s).-------------------------------------------------------------------------------DocumentationSee the Dojo API tool (http://dojotoolkit.org/api)-------------------------------------------------------------------------------Installation instructionsThis package is self-contained, but needs Dijit sytem. Grab the following from the Dojo SVN Repository:svn co http://svn.dojotoolkit.org/dojo/dojox/trunk/presentation*svn co http://svn.dojotoolkit.org/dojo/dijit/*into your:/dojo root folder [checkout/release root]and require in dependancies via dojo.require('dojox.presentation');see /dojox/presentation/tests/test_presentation.html for example usage, but basically the structure is this:presentation /> Slide /> Slide /> Text Outside of Part is Static Part /> Part /> Action forPart/> Action forPart/> Slide href="remote.html" /> Slide /> Part /> Action forPart/>/presentation>NOTE: project marked experimental, and API has a planned deprecation. To participate in the formation of the new presentation class, visit the dojotoolkit forums at:http://dojotoolkit.org/forums
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?