Changeset 694

Show
Ignore:
Timestamp:
04/23/06 14:45:50 (2 years ago)
Author:
bob@redivi.com
Message:

add draggable and key_events

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • mochikit.com/trunk/demos.html

    r669 r694  
    7171                        functionality.  Play with MochiKit right in your browser! 
    7272                    </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> 
    7383                    <h2><a href="examples/logging_pane/index.html">Logging Pane</a></h2> 
    7484                    <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. 
    7689                    </p> 
    7790                    <h2><a href="examples/mochiregexp/index.html">MochiRegExp</a></h2>