-
28 Dec 2011 8:05 AM #1
using only Direct classes
using only Direct classes
Hi everybody,
I'm working with jquery but i'd like to make server-side calls with Ext.Direct. So using ext-all.js file it isn't very optimal for me. i want to use only indispensable classes for Ext.Direct.
So, which files are needed to make Ext.Direct work fine?
thank you
-
28 Dec 2011 8:28 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 438
Quite a few. You will need to do some trial and error to figure out which ones are required.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
28 Dec 2011 9:28 AM #3
I'm doing trial. I've include following files but i still have errors:
Code:ext-3.4.0/adapter/ext/ext-base.js ext-3.4.0/src/ext-core/src/util/Observable.js ext-3.4.0/src/ext-core/src/util/JSON.js ext-3.4.0/src/direct/Direct.js ext-3.4.0/src/direct/Provider.js ext-3.4.0/src/direct/JsonProvider.js ext-3.4.0/src/direct/PollingProvider.js ext-3.4.0/src/direct/RemotingProvider.js ext-3.4.0/src/direct/Transaction.js ext-3.4.0/src/direct/Event.js


Reply With Quote