PageRenderTime 59ms CodeModel.GetById 32ms RepoModel.GetById 0ms app.codeStats 0ms

/AKDOA28/ZX.WebApp/SFramework/jsPlumb-master/dist/demo/perimeterAnchors/dom.html

#
HTML | 75 lines | 59 code | 14 blank | 2 comment | 0 complexity | 88c8b18ce216cc2c2c60a4ce3ba4bb6a MD5 | raw file
Possible License(s): LGPL-2.1, LGPL-3.0, Apache-2.0, GPL-2.0, BSD-3-Clause, LGPL-2.0, MIT, GPL-3.0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6. <meta name="viewport" content="width=device-width">
  7. <link rel="shortcut icon" type="image/png" href="../../img/favicon.png">
  8. <title>jsPlumb 1.7.5 demo - perimeterAnchors (Vanilla)</title>
  9. <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
  10. <link rel="stylesheet" href="../../css/jsplumb.css">
  11. <link rel="stylesheet" href="demo.css">
  12. </head>
  13. <body data-demo-id="perimeterAnchors" data-library="dom">
  14. <div id="headerWrapper">
  15. <div id="header">
  16. <div class="logo"><img src="http://jsplumbtoolkit.com/logo-bw.png"></div>
  17. <div class="menu">
  18. <a href="../../demo">DEMOS</a>
  19. <a href="../../doc/home.html">DOCS</a>
  20. <a href="../../apidocs">API</a>
  21. <a href="../../tests/index.html">TESTS</a>
  22. <a href="mailto:hello@jsplumbtoolkit.com">CONTACT</a>
  23. <a href="http://blog.jsplumbtoolkit.com">BLOG</a>
  24. <a href="http://github.com/sporritt/jsplumb/">GITHUB</a>
  25. <a href="https://groups.google.com/forum/?fromgroups#!forum/jsplumb">DISCUSS</a>
  26. <a href="https://github.com/sporritt/jsPlumb/issues">ISSUES</a>
  27. </div>
  28. </div>
  29. </div>
  30. <iframe id="like" src="//www.facebook.com/widgets/like.php?href=http://jsplumbtoolkit.com&amp;layout=button_count"></iframe>
  31. <div id="retweet_button">
  32. <a href="//twitter.com/share" class="twitter-share-button" data-url="http://jsplumbtoolkit.com" data-text="jsPlumb - visually connect DOM elements." data-count="horizontal" data-via="jsPlumb">Tweet</a>
  33. <script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
  34. </div>
  35. <div id="main">
  36. <!-- demo -->
  37. <div class="demo perimeter-demo" id="perimeter-demo">
  38. <div class="shape" data-shape="Rectangle">Rectangle</div>
  39. <div class="shape" data-shape="Ellipse">Ellipse</div>
  40. <div class="shape" data-shape="Circle">Circle</div>
  41. <div class="shape" data-shape="Diamond">Diamond</div>
  42. <div class="shape" data-shape="Triangle" style="left:700px;top:380px;">Triangle</div>
  43. <div class="shape _90" data-shape="Triangle" data-rotation="90" style="left:60px;top:500px;">90&#176; rotation</div>
  44. </div>
  45. <!-- /demo -->
  46. </div>
  47. <script src="../../js/dom.jsPlumb-1.7.5-min.js"></script>
  48. <script src="demo.js"></script>
  49. <script src="../../js/demo-list.js"></script>
  50. <script type="text/javascript">
  51. var _gaq = _gaq || [];
  52. _gaq.push(['_setAccount', 'UA-15400992-4']);
  53. _gaq.push(['_trackPageview']);
  54. (function() {
  55. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  56. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  57. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  58. })();
  59. </script>
  60. </body>
  61. </html>