Ext.Direct

Page 1 of 24 1 2 3 11 ... LastLast

+ Post New Thread

  1. Sticky Thread Sticky: Ext.Direct - Server-side Stacks

    PHP Symfony - Maintained by dancablam (Daniel Stevens) http://extjs.com/forum/showthread.php?t=67445...

    Started by aconran, 8 May 2009 11:32 AM
    9 Pages
    1 2 3 ... 9
    • Replies: 89
    • Views: 171,462
    10 Apr 2013 9:01 AM Go to last post
  1. Getting extra information from ExtDirect call when used as a store

    Hi, I've been using ExtDirect for getting data into a store/grid - which is working really well.. Ideally - what I'd like to be able to do is send...

    Started by zz9pa, Yesterday 1:36 AM
    • Replies: 1
    • Views: 134
    Yesterday 2:21 AM Go to last post
  2. Poll Poll: Ext Direct Java based implementation

    We have finished the first public release of DirectJNgine, an Ext Direct implementation for Java. You can find the project at...

    Started by pagullo, 1 Jul 2009 9:47 AM
    46 Pages
    1 2 3 ... 46
    • Replies: 458
    • Views: 125,558
    14 May 2013 9:40 AM Go to last post
  3. CFQueryReader + TreeStore example?

    Does anyone have a simple example of an Ext.direct based TreeStore (with read and update api clauses instead of directFn) that uses CFQueryReader? ...

    Started by jimmifett, 9 May 2013 6:22 AM
    cfqueryreader, direct, treestore
    • Replies: 0
    • Views: 589
    9 May 2013 6:22 AM Go to last post
  4. directStore With Grid Paging

    When i am working with directStore, how to process with grid Paging Tool and Grid Buffer

    Started by techprahlad, 20 Mar 2013 12:25 AM
    • Replies: 3
    • Views: 704
    2 May 2013 6:55 AM Go to last post
  5. ExtDirect bundle for Symfony2

    Hi all, I have implemented an ExtDirect specification for Symfony2 framework. It is a Symfony2 bundle. To whoever is interested the code is in...

    Started by oaugustus, 23 Feb 2011 1:51 PM
    3 Pages
    1 2 3
    • Replies: 28
    • Views: 15,248
    24 Apr 2013 2:33 PM Go to last post
  6. Ext.Direct - login exception

    Hi, I am using Ext.direct.Manager to connect to our Remoting backend (amf). If i disable backend authorization specified in...

    Started by megaurav2002, 7 Apr 2013 10:41 PM
    • Replies: 5
    • Views: 500
    23 Apr 2013 8:09 PM Go to last post
  7. Ext.Direct - Multiple server calls in one post

    Hi, I have recently updated my project to 4.2 from 4.02 and have noticed that now every Ext. direct call to the PHP backend happens twice, and in...

    Started by tbarfoot, 19 Apr 2013 11:08 AM
    • Replies: 2
    • Views: 536
    22 Apr 2013 11:06 AM Go to last post
  8. Ext.Direct for Kohana 3

    This Kohana 3 module is a port of the Ext.Direct PHP - Maintained by tommymaintz (Tommy Maintz) Built on Kohana v3.0.5 Install 1. Download the...

    Started by Bodom78, 2 Jun 2010 2:57 AM
    2 Pages
    1 2
    • Replies: 19
    • Views: 12,899
    20 Apr 2013 10:05 PM Go to last post
  9. Trouble to run a Ext.Direct request

    Hello, I have some trouble to use the response of the server. I create my provider and all work : I just to write Users.getall(); to have my...

    Started by jujubilation, 9 Sep 2009 8:45 AM
    • Replies: 1
    • Views: 1,170
    17 Apr 2013 10:33 PM Go to last post
  10. Ext.Direct for ASP.NET MVC

    Ext.Direct for ASP.NET MVC Here is my implementation of Ext.Direct server-side stack for ASP.NET MVC 3 and 4. Nov 12, 2012: The project has moves...

    Started by elishnevsky, 23 Jun 2009 9:42 PM
    38 Pages
    1 2 3 ... 38
    • Replies: 372
    • Views: 140,120
    15 Apr 2013 5:49 AM Go to last post
  11. MVC Form submit changes to the server using direct proxy

    Hi to all, I'm developing an extjs application using MVC pattern. I have a form with a store defined like this // The new DataWriter...

    Started by mattex83, 28 Mar 2013 3:51 AM
    direct, form, store, submit, update
    • Replies: 1
    • Views: 1,016
    31 Mar 2013 7:35 AM Go to last post
  12. How to implement Ext.Direct in MVC architecture with ExtJs 4?

    Hi, I used this with ExtJs 3.3 Ext.Direct.addProvider(WMS.API); Ext.Direct.on('exception', function(e) { ...

    Started by Stephane Nadeau, 26 May 2011 10:27 AM
    • Replies: 4
    • Views: 2,992
    27 Mar 2013 9:32 AM Go to last post
  13. error when trying to populate combo box values using extjsdirectspring

    Greetings I am a newbie in extjs. I am trying to populate a combo box with values from a java class using extjsdirectspring. I tried to follow...

    Started by axn5300, 13 Mar 2013 5:15 PM
    • Replies: 2
    • Views: 684
    22 Mar 2013 4:34 AM Go to last post
  14. Callback Function for Model.save()

    Hey everyone, I seem to be unable to do callbacks when calling Model.save(). Here is my save function: Record.save({ callback:...

    Started by danielleng, 30 Dec 2011 1:59 AM
    • Replies: 3
    • Views: 1,891
    8 Mar 2013 5:04 PM Go to last post
  15. direct request call multiple time

    hello, I don't understand. If i load a store using a simple direct proxy, one request was send -> ok If i load a second store, using a direct...

    Started by pixman, 8 Mar 2013 9:41 AM
    direct api
    • Replies: 1
    • Views: 341
    8 Mar 2013 10:58 AM Go to last post
  16. Saving several forms together using Ext.direct

    Hi, I have an architecture question about saving several forms together. lets say I have a panel which contains 3 tabs inside it and each tab...

    Started by lee el, 4 Mar 2013 11:01 PM
    • Replies: 1
    • Views: 506
    6 Mar 2013 11:10 AM Go to last post
  17. MVC, direct proxy and load order

    I managed to run the 'simple' example from the 'extjs/examples/app/simple' directory. This provides a simple working example for the MVC architecture...

    Started by JBraun, 18 Apr 2012 5:55 AM
    3 Pages
    1 2 3
    • Replies: 27
    • Views: 7,525
    5 Mar 2013 3:51 PM Go to last post
  18. Ext.Direct getMessage() exception bug

    There is a thread in the Sencha Touch forum covering an Ext.Direct exception issue that may be of interest to wanders in this valley: ...

    Started by ampro, 26 Feb 2013 6:35 AM
    • Replies: 1
    • Views: 539
    27 Feb 2013 5:14 AM Go to last post
  19. Smile Direct or REST which is the best? :-)

    Hi guys, My big dilemma is whether should I use: 1. Ext.direct and its PHP provider 2. or Zend framework that generates appropriate REST pages...

    Started by misha, 25 Jun 2009 12:58 AM
    2 Pages
    1 2
    • Replies: 15
    • Views: 9,553
    18 Feb 2013 12:40 AM Go to last post
  20. Thumbs up Ext.Direct router for the symfony framework

    Hello Ext Community, I'm happy to announce the release of the dsExtDirectPlugin for symfony. The plugin provides a router and an API generator for...

    Started by dancablam, 4 May 2009 7:26 AM
    10 Pages
    1 2 3 ... 10
    • Replies: 91
    • Views: 40,155
    14 Feb 2013 3:23 AM Go to last post