/ext-4.1.0_b3/docs/extjs/examples/calendar/src/data/Calendars.js
https://bitbucket.org/srogerf/javascript · JavaScript · 18 lines · 18 code · 0 blank · 0 comment · 0 complexity · b1940f21ddce135409ec9d43469cbaee MD5 · raw file
- Ext.define('Ext.calendar.data.Calendars', {
- statics: {
- getData: function(){
- return {
- "calendars":[{
- "id": 1,
- "title": "Home"
- },{
- "id": 2,
- "title": "Work"
- },{
- "id": 3,
- "title": "School"
- }]
- };
- }
- }
- });