-
18 Oct 2010 10:58 AM #1
cars.json
cars.json
Trying to follow the "Getting Started" example.
http://docs.sencha.com/designer/Desi...ng-Started.pdf
Can someone upload the cars.json file?
-
18 Oct 2010 5:01 PM #2
Here is the contents of the cars.json file used in the demo video:
Code:{ data: [{ manufacturer: 'Porsche', model: '911', price: 135000, wiki: 'http://en.wikipedia.org/wiki/Porsche_997', img: '2004_Porsche_911_Carrera_type_997.jpg' },{ manufacturer: 'Nissan', model: 'GT-R', price: 80000, wiki:'http://en.wikipedia.org/wiki/Nissan_Gt-r', img: '250px-Nissan_GT-R.jpg' },{ manufacturer: 'BMW', model: 'M3', price: 60500, wiki:'http://en.wikipedia.org/wiki/Bmw_m3', img: '250px-BMW_M3_E92.jpg' },{ manufacturer: 'Audi', model: 'S5', price: 53000, wiki:'http://en.wikipedia.org/wiki/Audi_S5#Audi_S5', img: '250px-Audi_S5.jpg' },{ manufacturer: 'Audi', model: 'TT', price: 40000, wiki:'http://en.wikipedia.org/wiki/Audi_TT', img: '250px-2007_Audi_TT_Coupe.jpg' }] }
-
20 Feb 2011 2:02 PM #3
How
How
How you load this data to the Ext Designer...
You create a Folder named cars and inside cars.json or how ?
Forget it...
Hahaha Finally got it...
-
16 Mar 2011 5:03 AM #4
Hello,
I am pretty new to the whole ExtJS thing and trying the Designer with the "Getting Started" example.
Can you tell me, where to put the cars.json file?
Regards,
Richard
-
17 Mar 2011 8:19 PM #5
hummm... i cant remember... i will reply you tomorrow, but i think you must create a folder named 'cars' with a cars.json inside... try this, tomorrow i check the pdf again
-
18 Mar 2011 12:35 AM #6
I tried that. Actually I tried 'cars', 'data' and 'data/cars', but no result :-(
-
18 Mar 2011 7:52 AM #7
Ehm... zip-it and attach it here... i will check it fast in the next 2 hours...
-
18 Mar 2011 8:06 AM #8
-
18 Mar 2011 8:27 AM #9
Im having troubles with my xampp server... hate it... I will go back to wamp, let me install and run ur cars
-
18 Mar 2011 8:31 AM #10
Similar Threads
-
TreePanel FormPanel JSON Multiple Usage & mixture of Existing Items + json retrieval
By karthik085 in forum Ext 3.x: Help & DiscussionReplies: 3Last Post: 27 Jul 2010, 10:37 PM -
[UNKNOWN][3.0.0] Ext.util.JSON.decode(string json, function reviver)
By joeutz in forum Ext 3.x: BugsReplies: 6Last Post: 17 Aug 2009, 12:49 PM -
Ext.util.JSON.decode(json) gives unterminated string literal
By sapatel in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 26 Mar 2009, 7:20 AM -
[SOLVED]Json reader with grid won't display nested json
By josh803316 in forum Ext 2.x: Help & DiscussionReplies: 4Last Post: 4 Mar 2009, 6:29 PM


Reply With Quote