X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/b37ceabb82336ee82757cd32efe353cfab8ec267..f5240829880f87e0cf581c6a296e436fdef0ef80:/examples/calendar/app/calendar-list.js diff --git a/examples/calendar/app/calendar-list.js b/examples/calendar/app/calendar-list.js new file mode 100644 index 00000000..a3392e4d --- /dev/null +++ b/examples/calendar/app/calendar-list.js @@ -0,0 +1,18 @@ +/*! + * Ext JS Library 3.3.0 + * Copyright(c) 2006-2010 Ext JS, Inc. + * licensing@extjs.com + * http://www.extjs.com/license + */ +var calendarList = { + "calendars":[{ + "id":1, + "title":"Home" + },{ + "id":2, + "title":"Work" + },{ + "id":3, + "title":"School" + }] +};