X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/source/Portlet.html diff --git a/docs/source/Portlet.html b/docs/source/Portlet.html new file mode 100644 index 00000000..a189b121 --- /dev/null +++ b/docs/source/Portlet.html @@ -0,0 +1,19 @@ + + + The source code + + + + +
Ext.ux.Portlet = Ext.extend(Ext.Panel, {
+    anchor : '100%',
+    frame : true,
+    collapsible : true,
+    draggable : true,
+    cls : 'x-portlet'
+});
+
+Ext.reg('portlet', Ext.ux.Portlet);
+
+ + \ No newline at end of file