provide installation instructions
[extjs.git] / examples / remoteload / App.js
1 /*\r
2  * Ext JS Library 2.2.1\r
3  * Copyright(c) 2006-2009, Ext JS, LLC.\r
4  * licensing@extjs.com\r
5  * \r
6  * http://extjs.com/license\r
7  */\r
8 \r
9 Ext.onReady(function(){\r
10         new App.EmployeeStore({\r
11                 storeId: 'employeeStore',\r
12                 url: 'loadStore.php'\r
13         });\r
14         Ext.ux.ComponentLoader.load({\r
15                 url: 'sampleApp.php',\r
16                 params: {\r
17                         testing: 'Testing params'\r
18                 }\r
19         });\r
20 });\r