PDA

View Full Version : Please, help me with a complete grid GXT example (TestData and Stock missing)



mike1986
9 Dec 2008, 11:04 AM
Hello.

I found the grid example of GXT at
http://extjs.com/examples/grid/editable.html

The problem is that I do not have the TestData and Stock.

If anyone has them, please provide them, as I cannot understand how they manage to gather data. At first sight, it sounds more complicated than a simple Store-Record in the ExtJS javascript edition.

Thank you very much. Also, if you know a place with good tutorials for ExtGWT, please post it.

10x

karacutey
9 Dec 2008, 11:25 AM
they are in your gxt installation directory that you downloaded, for some reason they do not get added via the imported jar due to wrong package names, i think that because of the weird gwt java packaging,

the quickest way to get some test data is to maske a new package in your client package called Test, and copy these the test data you want into it.

you can find them here

/samples/resources/src/com/extjs/gxt/samples/resources/client

while doinh this you might want to add in the resources.css file and the approiate images (the shyt for the icons mainly) if you want to have access to the default icon pack, again this doesn't work by defualt. you manially have to add em.

hope that helps

cheers
kara