index.html 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <html>
  2. <head>
  3. <title>jsPlumb 1.2.6 documentation</title>
  4. <link rel="stylesheet" target="contentFrame" href="/mp.css"></link>
  5. <link rel="stylesheet" target="contentFrame" href="../css/jsPlumbDemo.css"></link>
  6. </head>
  7. <body>
  8. <div class="index section">
  9. <h3>jsPlumb 1.2.6 - Index</h3>
  10. <ul>
  11. <li><a target="contentFrame" href="content.html#summary">Summary</a></li>
  12. <li><a target="contentFrame" href="content.html#changes">Changes since version 1.2.5</a></li>
  13. <li><a target="contentFrame" href="content.html#requirements">Imports</a></li>
  14. <li><a target="contentFrame" href="content.html#init">Initializing jsPlumb</a></li>
  15. <li><a target="contentFrame" href="content.html#unload">Unloading jsPlumb</a></li>
  16. <li><a target="contentFrame" href="content.html#jsPlumbBasics">jsPlumb Basic Concepts</a></li>
  17. <li><a target="contentFrame" href="content.html#simpleConnections">Simple Connections</a></li>
  18. <li><a target="contentFrame" href="content.html#draggableConnections">Draggable Connections</a></li>
  19. <li><a target="contentFrame" href="content.html#dragOptions">Drag Options</a></li>
  20. <li><a target="contentFrame" href="content.html#dropOptions">Drop Options</a></li>
  21. <li><a target="contentFrame" href="content.html#dragAndDropScope">Drag and Drop Scope</a></li>
  22. <li><a target="contentFrame" href="content.html#multipleInstances">Multiple Instances of jsPlumb</a></li>
  23. <li><a target="contentFrame" href="content.html#repaint">Automatic repaint</a></li>
  24. <li><a target="contentFrame" href="content.html#options">jsPlumb.connect</a></li>
  25. <li><a target="contentFrame" href="content.html#addEndpointOptions">jsPlumb.addEndpoint</a></li>
  26. <li><a target="contentFrame" href="content.html#detachOptions">jsPlumb.detach</a></li>
  27. <li><a target="contentFrame" href="content.html#defaults">Defaults</a></li>
  28. <li><a target="contentFrame" href="content.html#anchors">Anchors</a></li>
  29. <li><a target="contentFrame" href="content.html#dynamicAnchors">Dynamic Anchors</a></li>
  30. <li><a target="contentFrame" href="content.html#connectors">Connectors</a></li>
  31. <li><a target="contentFrame" href="content.html#overlays">Overlays</a></li>
  32. <li><a target="contentFrame" href="content.html#endpoints">Endpoints</a></li>
  33. <li><a target="contentFrame" href="content.html#endpointOperations">Endpoint Operations</a></li>
  34. <li><a target="contentFrame" href="content.html#endpointUuids">Endpoint UUIDs</a></li>
  35. <li><a target="contentFrame" href="content.html#gradients">Gradients</a></li>
  36. <li><a target="contentFrame" href="content.html#animation">Animation</a></li>
  37. <li><a target="contentFrame" href="content.html#events">Events</a></li>
  38. <li><a target="contentFrame" href="content.html#cssclasses">CSS Class Reference</a></li>
  39. <li><a target="contentFrame" href="content.html#examples">Programmatic API Examples</a></li>
  40. <li><a target="contentFrame" href="content.html#utilityFunctions">Utility Functions</a></li>
  41. <li><a target="contentFrame" href="content.html#dragAndDropExamples">Draggable Connections Examples</a></li>
  42. <li><a target="contentFrame" href="content.html#connectionInfo">Retrieving Connection Information</a></li>
  43. <li><a target="contentFrame" href="content.html#developingJsPlumb">Advanced Topics</a></li>
  44. <li><a target="contentFrame" href="content.html#pluggableLibrarySupport">Pluggable Library Support</a></li>
  45. <li><a target="contentFrame" href="content.html#customConnectors">Custom Connectors</a></li>
  46. <li><a target="contentFrame" href="content.html#customEndpoints">Custom Endpoints</a></li>
  47. <li><a target="contentFrame" href="content.html#customOverlays">Custom Overlays</a></li>
  48. </ul>
  49. <strong>This document refers to release 1.2.6 of jsPlumb.</strong>
  50. <strong>12 June 2011</strong>
  51. </div>
  52. </body>
  53. </html>