Changeset 627

Show
Ignore:
Timestamp:
04/25/07 14:43:06 (1 year ago)
Author:
mikey
Message:

added two examples for event handling

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/examples/index.html

    r623 r627  
    77    <p>Please select the desired example:</p> 
    88    <ul> 
    9       <li><a href="json-rpc">Out-of-the-box AJAX with the JSON-RPC processor</a></li> 
    10       <li><a href="foreignClassLoaders">Loading classes from foreign resources with the Stubbles class loader</a></li> 
    11       <li><a href="logging">Logging data</a></li> 
     9      <li>Event handling<ul><li><a href="events/">Simple example</a></li><li><a href="events/queue.php">Queued events</a></li></ul></li> 
     10      <li><a href="json-rpc/">Out-of-the-box AJAX with the JSON-RPC processor</a></li> 
     11      <li><a href="foreignClassLoaders/">Loading classes from foreign resources with the Stubbles class loader</a></li> 
     12      <li><a href="logging/">Logging data</a></li> 
    1213    </ul> 
    1314  </body>