Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / draw / Tiger.html
diff --git a/examples/draw/Tiger.html b/examples/draw/Tiger.html
new file mode 100644 (file)
index 0000000..c401f9b
--- /dev/null
@@ -0,0 +1,25 @@
+<html>
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <title>Draggable Tiger Component</title>
+    <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
+    <script type="text/javascript" src="../../bootstrap.js"></script>
+    <script type="text/javascript" src="Tiger.js"></script>
+    <link rel="stylesheet" type="text/css" href="../shared/example.css" />
+    <style>
+        .cursor-dragme {
+            cursor: move;
+        }
+    </style>
+</head>
+    <body>
+        <h1>Draggable Tiger Component</h1> 
+        <p> 
+            The following example shows the classic SVG Tiger.  Because the new Ext.Draw system extends from Component, we get all the functionality available to any component. In this example, the component has been made floatable and draggable while constraining it to the document body. Note that because we use vectors to define the image, it is scalable to any size and is fully resolution independent.<a href="Tiger.js">View Source</a>.
+        </p>
+        <p>
+            See our introductory blog post on the topic <a href="http://www.sencha.com/blog/ext-js-4-drawing-charting">here</a>.
+        </p>
+        <br>
+    </body>
+</html>
\ No newline at end of file