Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / ux / Portlet.js
diff --git a/examples/ux/Portlet.js b/examples/ux/Portlet.js
new file mode 100644 (file)
index 0000000..956474b
--- /dev/null
@@ -0,0 +1,15 @@
+/*!
+ * Ext JS Library 3.0.0
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+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