Changeset 694
- Timestamp:
- 04/23/06 14:45:50 (2 years ago)
- Files:
-
- mochikit.com/trunk/demos.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
mochikit.com/trunk/demos.html
r669 r694 71 71 functionality. Play with MochiKit right in your browser! 72 72 </p> 73 <h2><a href="examples/key_events/index.html">Key Events</a></h2> 74 <p> 75 An example demonstrating key handling using 76 <a href="doc/html/MochiKit/Signal.html">MochiKit.Signal</a>. 77 </p> 78 <h2><a href="examples/draggable/index.html">Draggable</a></h2> 79 <p> 80 An example demonstrating how to create a simple CSS based drag handler using 81 <a href="doc/html/MochiKit/Signal.html">MochiKit.Signal</a>. 82 </p> 73 83 <h2><a href="examples/logging_pane/index.html">Logging Pane</a></h2> 74 84 <p> 75 A simple page to demonstrate inline and pop-up (debuggingBookmarklet) modes of <a href="doc/html/MochiKit/LoggingPane.html">MochiKit.LoggingPane</a>, as well as the various <a href="doc/html/MochiKit/Logging.html">MochiKit.Logging</a> log levels. 85 A simple page to demonstrate inline and pop-up (debuggingBookmarklet) modes of 86 <a href="doc/html/MochiKit/LoggingPane.html">MochiKit.LoggingPane</a>, 87 as well as the various <a href="doc/html/MochiKit/Logging.html">MochiKit.Logging</a> 88 log levels. 76 89 </p> 77 90 <h2><a href="examples/mochiregexp/index.html">MochiRegExp</a></h2>
