Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / docs / source / Portlet.html
1 <html>\r
2 <head>\r
3   <title>The source code</title>\r
4     <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />\r
5     <script type="text/javascript" src="../resources/prettify/prettify.js"></script>\r
6 </head>\r
7 <body  onload="prettyPrint();">\r
8     <pre class="prettyprint lang-js">Ext.ux.Portlet = Ext.extend(Ext.Panel, {\r
9     anchor : '100%',\r
10     frame : true,\r
11     collapsible : true,\r
12     draggable : true,\r
13     cls : 'x-portlet'\r
14 });\r
15 \r
16 Ext.reg('portlet', Ext.ux.Portlet);\r
17 </pre>    \r
18 </body>\r
19 </html>