Upgrade to ExtJS 3.0.3 - Released 10/11/2009
[extjs.git] / docs / source / bubble-panel.html
diff --git a/docs/source/bubble-panel.html b/docs/source/bubble-panel.html
deleted file mode 100644 (file)
index ebcfb6b..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<html>\r
-<head>\r
-  <title>The source code</title>\r
-    <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />\r
-    <script type="text/javascript" src="../resources/prettify/prettify.js"></script>\r
-</head>\r
-<body  onload="prettyPrint();">\r
-    <pre class="prettyprint lang-js">Ext.onReady(function(){   
-    var title = new Ext.ux.BubblePanel({
-       bodyStyle: 'padding-left: 8px;color: #0d2a59',
-       renderTo: 'bubbleCt',
-       html: '<h3>Ext.ux.BubblePanel</h3',
-       width: 200,
-       autoHeight: true
-    });\r
-    var cp = new Ext.ux.BubblePanel({\r
-       renderTo: 'bubbleCt',\r
-       padding: 5,\r
-       width: 400,\r
-       autoHeight: true,
-       contentEl: 'bubble-markup'\r
-    });
-
-    var plainOldPanel = new Ext.Panel({
-        renderTo: 'panelCt',
-       padding: 5,
-       frame: true,
-       width: 400,
-       autoHeight: true,
-       title: 'Plain Old Panel',
-       html: Ext.example.bogusMarkup
-    });\r
-\r
-});\r
-\r
-
-</pre>    \r
-</body>\r
-</html>
\ No newline at end of file