1. #1
    Sencha User
    Join Date
    Feb 2011
    Posts
    15
    Vote Rating
    -2
    soung has a little shameless behaviour in the past

      -1  

    Default 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

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,714
    Vote Rating
    438
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    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.

  3. #3
    Sencha User
    Join Date
    Feb 2011
    Posts
    15
    Vote Rating
    -2
    soung has a little shameless behaviour in the past

      0  

    Default


    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