You don't use overrides in this example, do you have an example that uses overrides using MVC in Sencha Architect 2 ?
Regards
Printable View
Hi,
Kindly asking if you could publish and the "Desktop" example?
Thank you in advance
Christos
Another example ported.
This one also shows how to use overrides in SA2.
https://github.com/loiane/sencha-ext...grid_filtering
Do you have any tutorial how to set your examples running from scratch ?
Hi loiane,
Greate Work , and i am new bee to ExtJs ,
Previously i worked on Adobe Flex, After reading Your Book ,
My self tried a sample application using Extjs and Java on Tomcat server ,but i am unable to do this.
please provide a sample application Using Extjs With Java on tomcat
thanks in Advance
Vijay Pidamarthi
Vijay,
I'd recommend you checking out the extdirectspring implementation for Java. There's a comprehensive set of examples here. https://github.com/ralscha/extdirectspring-demo
Jeff
Any ideas how in the Java example return json with data where the fields are not lowercase ? Right now I'm getting my all my model properties written with lowercase which is a no go for me :/
Sample :
I'm basing on Loiane's Java example : https://github.com/loiane/extjs-crud...ring-hibernateCode:
{"data":[{"name":"Tom","id":8},{"name":"Mike","id":9},{"name":"Jerry","id":10},{"name":"Larry","id":11},{"name":"Tina","id":12},{"name":"Tony","id":15}],"success":true}
Hi, thank you very much for all the code.
Do you have the row editing grid in MVC?, with json, php and mysql like you
extjs4-mvc-json-crud-php-mysql-master ??
thank you very much.
I got "server not found" when hyperlinking to....
Examples implemented with Sencha Architect 2:
ExtJS 4 + Sencha Architect 2: Basic Array Grid Example (using ActionColumn)
ExtJS 4 Form: Unique Field Value Validation Example (Server Validation)