Upgrade to ExtJS 3.0.3 - Released 10/11/2009
[extjs.git] / docs / source / Portlet.html
1 <html>
2 <head>
3   <title>The source code</title>
4     <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
5     <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
6 </head>
7 <body  onload="prettyPrint();">
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>
18 </body>
19 </html>