-/*\r
- * Ext JS Library 2.2.1\r
- * Copyright(c) 2006-2009, Ext JS, LLC.\r
- * licensing@extjs.com\r
- * \r
- * http://extjs.com/license\r
- */\r
-\r
-Ext.onReady(function(){\r
- var p = new Ext.Panel({\r
- title: 'My Panel',\r
- collapsible:true,\r
- renderTo: 'container',\r
- width:400,\r
- html: Ext.example.bogusMarkup\r
- });\r
-});
\ No newline at end of file