Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / docs / source / Portlet.html
diff --git a/docs/source/Portlet.html b/docs/source/Portlet.html
new file mode 100644 (file)
index 0000000..a189b12
--- /dev/null
@@ -0,0 +1,19 @@
+<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.ux.Portlet = Ext.extend(Ext.Panel, {\r
+    anchor : '100%',\r
+    frame : true,\r
+    collapsible : true,\r
+    draggable : true,\r
+    cls : 'x-portlet'\r
+});\r
+\r
+Ext.reg('portlet', Ext.ux.Portlet);\r
+</pre>    \r
+</body>\r
+</html>
\ No newline at end of file