Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / docs / source / bubble-panel.html
diff --git a/docs/source/bubble-panel.html b/docs/source/bubble-panel.html
new file mode 100644 (file)
index 0000000..ebcfb6b
--- /dev/null
@@ -0,0 +1,39 @@
+<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