Ext.Direct

Page 12 of 24 FirstFirst ... 2 10 11 12 13 14 22 ... LastLast

+ Post New Thread

  1. Why "formHandlers"?

    Why are form submits so different from the "normal" data/root interface? This makes it difficult (seemingly impossible) to mix "normal" and form...

    Started by 448191, 15 Oct 2010 1:46 PM
    • Replies: 0
    • Views: 701
    15 Oct 2010 1:46 PM Go to last post
  2. Post User management for ExtDirect PHP

    Hello, after testing the Ext.Direct PHP of Tommy Maintz http://extjs.com/forum/showthread.php?t=68186 I was happy about the simple way to include...

    Started by Yasheena, 14 Oct 2010 7:39 AM
    extdirect, php, user management
    • Replies: 0
    • Views: 970
    14 Oct 2010 7:39 AM Go to last post
  3. Talking DataWriter Example does not work with DirectProxy

    In the Grid Writer example, if you replace the HttpProxy with a DirectProxy only the read API call works: ...

    Started by jcalfee, 5 Apr 2010 1:12 PM
    • Replies: 4
    • Views: 2,318
    12 Oct 2010 12:40 PM Go to last post
  4. Form submit problem

    Hi, In looking at the 3.3 code for submitting forms with direct API's, the submit takes the ...el.dom instead of the form items. So when I have...

    Started by Sesshomurai, 10 Oct 2010 11:08 AM
    • Replies: 1
    • Views: 766
    10 Oct 2010 10:51 PM Go to last post
  5. Ext.Direct Exceptions and Events

    Hi, Ext.Direct is a wonderful method to interact with the server side, but I have a few questions about things I cannot found in the source. 1)...

    Started by Yasheena, 29 Sep 2010 6:52 AM
    • Replies: 4
    • Views: 1,910
    10 Oct 2010 7:03 AM Go to last post
  6. Ext.Direct and ColdFusion 9.0.1

    EDIT: This problem has been fixed with CF 9.0.1 hotfix 1. Installing it should solve the problem. http://kb2.adobe.com/cps/862/cpsid_86263.html ...

    Started by Gjslick, 24 Aug 2010 8:04 PM
    • Replies: 8
    • Views: 1,336
    30 Sep 2010 8:38 AM Go to last post
  7. Ext.Direct form submit password encoding

    Hello, I am using Ext.Direct form Submit for my "change password" formPanel and I noticed my variables were passed in the POST as they were typed...

    Started by brizardh, 28 Sep 2010 5:40 AM
    • Replies: 0
    • Views: 1,021
    28 Sep 2010 5:40 AM Go to last post
  8. Events not firing

    -- just a typo. Sorry to bother.

    Started by PatrickS, 27 Sep 2010 7:02 AM
    • Replies: 0
    • Views: 556
    27 Sep 2010 7:02 AM Go to last post
  9. Ext Direct comet/push from server support?

    Hi, I'm new to the Sencha libraries and I'm looking for server push support. There were some comments in this forum regarding comet type support in...

    Started by chadsmall, 18 Sep 2010 6:02 PM
    • Replies: 0
    • Views: 1,601
    18 Sep 2010 6:02 PM Go to last post
  10. Ext.Direct implementation gotchas

    Ext.direct is very nice in that it saves a lot of work - not so much making the AJAX calls themselves but in wiring up stores to AJAX calls and then...

    Started by meercat, 17 Sep 2010 7:01 AM
    • Replies: 0
    • Views: 752
    17 Sep 2010 7:01 AM Go to last post
  11. problemt with store remove record not set data parameter

    Hi sorry for my bad english when I use direct store and set remove api when i remove record no data parameter send to server

    Started by vahid4134, 15 Sep 2010 2:04 AM
    direct, remove, store
    • Replies: 3
    • Views: 1,249
    17 Sep 2010 6:09 AM Go to last post
  12. Post Ext.Direct call sending an HTTP OPTIONS cmd

    I am trying to use Ext.Direct with a remote site. I defined my API like this: Ext.ns('MSMWeb'); MSMWeb.API = { ...

    Started by ykoehler, 5 Mar 2010 1:45 PM
    • Replies: 4
    • Views: 2,766
    15 Sep 2010 6:34 AM Go to last post
  13. How to send extra parameters to ext.DirectStore CRUD functions?

    I define my store for a list/form editing system as follows: myStore = Ext.extend(Ext.data.DirectStore, { constructor: function (config) ...

    Started by bareflix, 29 Jul 2010 10:09 AM
    • Replies: 5
    • Views: 2,087
    15 Sep 2010 6:03 AM Go to last post
  14. Ext.Direct and CRUD API?

    I've been looking everywhere, but I can't find information on how to build the json for the CRUD api to be used by stores and it seems to be...

    Started by EvilDMJim, 13 Sep 2010 2:52 PM
    • Replies: 1
    • Views: 1,406
    13 Sep 2010 11:37 PM Go to last post
  15. Question NS_ERROR_ILLEGAL_VALUE on directsubmit on extend based formpanel

    Dear Specialists out there, Why is it that the first code will not work and the second does? When I hit the post button I get a ugly exception....

    Started by ollieno, 9 Nov 2009 4:04 PM
    • Replies: 3
    • Views: 2,229
    10 Sep 2010 1:19 AM Go to last post
  16. ExtDirect with Spring Integration

    Good morning, I have received a couple of requests as of late regarding the ExtDirect with Spring Integration. This extension of the...

    Started by Whatty, 30 Aug 2010 7:09 AM
    • Replies: 1
    • Views: 808
    30 Aug 2010 7:11 AM Go to last post
  17. ExtDirectLoad Action bug?

    Hi, I am not sure if this is a bug or not. When using ExtDirectLoad action to load a FormPanel, the result returned by the direct function, it's...

    Started by sancho_0, 26 Aug 2010 9:28 AM
    • Replies: 0
    • Views: 622
    26 Aug 2010 9:28 AM Go to last post
  18. Ext.Direct.exceptions.LOGIN : 'login'

    The documentation mentions 4 types of exceptions: Ext.Direct.exceptions.TRANSPORT : 'xhr' Ext.Direct.exceptions.PARSE : 'parse'...

    Started by bareflix, 18 Aug 2010 1:23 PM
    • Replies: 0
    • Views: 866
    18 Aug 2010 1:23 PM Go to last post
  19. Passing extra parameters to Direct Action URL.

    Hello everybody, Can you tell me please if it's possible to append some extra parameters to a direct action HTTP call? Say that the url for the...

    Started by ahmed.alami, 18 Aug 2010 9:04 AM
    • Replies: 0
    • Views: 1,197
    18 Aug 2010 9:04 AM Go to last post
  20. Where to handle "action-undefined" exception?

    I received the following error message: "uncaught exception: Ext.data.DataProxy: DataProxy attempted to execute an API-action but found an...

    Started by j.bruni, 12 Aug 2010 7:25 AM
    • Replies: 1
    • Views: 1,052
    12 Aug 2010 11:11 AM Go to last post