source: trunk/web/addons/job_monarch/lib/extjs/examples/remoteload/loadStore.php @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 916 bytes
Line 
1{
2        employees: [
3                {
4                        employeeId: 1,
5                        firstName: 'Joe',
6                        lastName: 'Smith',
7                        department: 'Management',
8                        title: 'CEO',
9                        telephone: '240-555-1287',
10                        office: 'DC'
11                },{
12                        employeeId: 2,
13                        firstName: 'George',
14                        lastName: 'Loram',
15                        department: 'Sales',
16                        title: 'VP of Sales',
17                        telephone: '240-555-1287',
18                        office: 'DC'
19                },{
20                        employeeId: 3,
21                        firstName: 'Sally',
22                        lastName: 'Beogagi',
23                        department: 'Human Resources',
24                        title: 'Senior Hiring Agent',
25                        telephone: '443-555-1220',
26                        office: 'MD'
27                },{
28                        employeeId: 4,
29                        firstName: 'Billy',
30                        lastName: 'Diarmaid',
31                        department: 'Human Resources',
32                        title: 'Hiring Agent',
33                        telephone: '443-555-2890',
34                        office: 'MD'
35                },{
36                        employeeId: 5,
37                        firstName: 'Bruno',
38                        lastName: 'Domingos',
39                        department: 'Technology',
40                        title: 'CTO',
41                        telephone: '443-555-2890',
42                        office: 'MD'
43                }
44        ]
45}
Note: See TracBrowser for help on using the repository browser.