Changeset 560
- Timestamp:
- 01/23/06 13:41:44 (3 years ago)
- Files:
-
- mochikit/branches/scriptaculous/doc/html/MochiKit/DragAndDrop.html (added)
- mochikit/branches/scriptaculous/doc/html/MochiKit/Effects.html (added)
- mochikit/branches/scriptaculous/doc/html/MochiKit/index.html (modified) (1 diff)
- mochikit/branches/scriptaculous/doc/rst/MochiKit/DragAndDrop.rst (modified) (1 diff)
- mochikit/branches/scriptaculous/doc/rst/MochiKit/Effects.rst (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
mochikit/branches/scriptaculous/doc/html/MochiKit/index.html
r491 r560 4 4 <head> 5 5 <meta http-equiv="Content-Type" content="text/html; charset=utf8" /> 6 <meta name="generator" content="Docutils 0. 3.10: http://docutils.sourceforge.net/" />6 <meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" /> 7 7 <title>MochiKit Documentation Index</title> 8 8 <link rel="stylesheet" href="../../../include/css/documentation.css" type="text/css" /> mochikit/branches/scriptaculous/doc/rst/MochiKit/DragAndDrop.rst
r559 r560 10 10 11 11 :: 12 12 13 // Create a draggable 13 14 new Draggable('mydrag'); mochikit/branches/scriptaculous/doc/rst/MochiKit/Effects.rst
r549 r560 10 10 11 11 :: 12 12 13 // Add an fade effect to an element 13 14 MochiKit.Effect.Fade('myelement'); … … 59 60 creating new effects. 60 61 61 :mochidef:`Parallel(effec s [, options])`:62 :mochidef:`Parallel(effects [, options])`: 62 63 63 64 Launch effects in parallel.
