Ext.Direct

Page 15 of 24 FirstFirst ... 5 13 14 15 16 17 ... LastLast

+ Post New Thread

  1. Question Javascript error "uncaught exception" while using Ext.Direct

    hello, I'm trying to use ext-direct with PHP using Saki's example : http://blog.extjs.eu/know-how/mastering-ext-direct-part-1/ When I try to...

    Started by lebesnec, 1 Jun 2010 7:51 AM
    • Replies: 1
    • Views: 1,515
    1 Jun 2010 11:46 PM Go to last post
  2. How to change widgets dynamically

    Hi, at the moment I implement a quite complex form which changes its widgets dynamically. So for example if you select a certain value out of a...

    Started by JJDoneAway, 30 May 2010 12:53 AM
    • Replies: 0
    • Views: 709
    30 May 2010 12:53 AM Go to last post
  3. Ext.Direct + DirectStore

    Hey all, In the code below, FireBug shows that it POSTs to router.php, results are shown in the image below. However, calling getCount() on the...

    Started by the7thGhost, 29 May 2010 7:29 PM
    • Replies: 0
    • Views: 1,017
    29 May 2010 7:29 PM Go to last post
  4. ExtDirectCF: A Managed ColdFusion Server-side stack with security

    This is a new, heavily modified fork of aconran's DirectCFM (http://extjs.com/forum/showthread.php?t=67983) that I am calling ExtDirectCF. Link...

    Started by jimmifett, 3 Jun 2009 1:16 PM
    4 Pages
    1 2 3 ... 4
    • Replies: 31
    • Views: 10,973
    27 May 2010 1:47 AM Go to last post
  5. ExtDirect stack based on Castle Framework (.NET) /w .NET 4 Support

    Homepage: http://code.google.com/p/acrextdirect/ Binaries: http://acrextdirect.googlecode.com/files/Acr.ExtDirect-2.3.1.0.zip Source (SVN):...

    Started by aritchie, 23 Apr 2010 4:45 AM
    • Replies: 3
    • Views: 3,370
    26 May 2010 4:27 PM Go to last post
  6. Question I want to access to the result :p

    Hi every body, I use Ext direct plugin with symfony every think work but i can't access to the server result! the symfony code: $this->result =...

    Started by shbayah, 25 May 2010 3:23 AM
    access, extdirect, form, result, symfony
    • Replies: 1
    • Views: 876
    25 May 2010 4:23 AM Go to last post
  7. [3.2.1] DirectStore and Designer - directFn.directCfg undefined

    Hi, I've got a problem and I don't now how to solve this. Using Ext Designer I created a store: StoreLang = Ext.extend(Ext.data.DirectStore, { ...

    Started by medusadelft, 14 May 2010 6:34 AM
    • Replies: 3
    • Views: 2,718
    20 May 2010 7:17 AM Go to last post
  8. DirectStore params

    Hello everyone, why this code just dont pass the params correctly? Firebug shows Data (Empty) =( var store_cidade = new Ext.data.DirectStore({...

    Started by jvolt, 13 May 2010 1:04 PM
    • Replies: 3
    • Views: 1,475
    14 May 2010 6:18 AM Go to last post
  9. Is it possible to write to an XML file like Address.XML?

    Is it possible to write to an XML file like Address.XML? Also, is there any documentation on how to do this, or something to point me in the right...

    Started by brink668, 5 May 2010 2:20 PM
    • Replies: 2
    • Views: 1,310
    7 May 2010 6:17 PM Go to last post
  10. Question Ext.Direct + PropertyGrid, some example?

    Hello, i'm trying make a PropertyGrid with Ext.Direct, something able to get data from a direct method and save by a direct method, anyone got a...

    Started by jvolt, 6 May 2010 5:33 AM
    • Replies: 0
    • Views: 906
    6 May 2010 5:33 AM Go to last post
  11. Red face Generate Ext.Direct API json Code

    If the code is helpful, and you improve my code, I hope you can send to share. <?php // config values $direct_dir = "\\direct"; //class api dir...

    Started by bywayboy, 4 May 2010 9:01 AM
    • Replies: 0
    • Views: 1,204
    4 May 2010 9:01 AM Go to last post
  12. Problems while using direct to fill a combobox

    Hi, I have a combobox store: login.cmb_security_store = new Ext.data.DirectStore({ directFn:AcSrvService.getUserRoles, ...

    Started by chrizmaster, 16 Apr 2010 7:21 AM
    • Replies: 4
    • Views: 1,858
    4 May 2010 12:20 AM Go to last post
  13. root param for ext.direct

    is there a way to define root post-parameter for ext-direct , under which the server requests/responses data will be stacked ? ( just like the 'root'...

    Started by MichaelOstrovsky, 3 May 2010 4:13 AM
    • Replies: 0
    • Views: 890
    3 May 2010 4:13 AM Go to last post
  14. Question grid with ext direct

    How to use Ext Direct with Grid? Anyone got a simple example? Got that solved by adding: jsonReader = new Ext.data.JsonReader({ ...

    Started by jvolt, 29 Apr 2010 9:28 AM
    • Replies: 0
    • Views: 794
    29 Apr 2010 9:28 AM Go to last post
  15. Calls are doubled

    I worked for a while to get a direct setup working. Seems to be working pretty well. I use the following code to load a ListView: var...

    Started by cutigersfan, 22 Apr 2010 9:46 AM
    • Replies: 2
    • Views: 925
    22 Apr 2010 5:46 PM Go to last post
  16. Difference between Ext.data.HttpProxy and Ext.data.DirectProxy in post data

    I have a grid bound to a store very similar to the restful grid sample http://www.extjs.com/deploy/dev/examples/restful/restful.html My DataStore...

    Started by gdesjardins, 20 Apr 2010 12:23 PM
    • Replies: 0
    • Views: 1,472
    20 Apr 2010 12:23 PM Go to last post
  17. Exclamation Important note to MYSQL , PHP and datatypes

    Maybe someone of You are not aware that MySql returns all data as strings.. JavaScript expects to see boolean values as boolean and numbers as...

    Started by Stju, 17 Mar 2010 2:27 AM
    • Replies: 2
    • Views: 1,407
    19 Apr 2010 11:35 PM Go to last post
  18. Adding transaction object to success handler in Ext.form.Action.DirectLoad/Submit?

    Would it be possible to provide the transaction object in the submit/load failure handler instead of an empty response object. When using a simple...

    Started by Wolfgang, 3 Apr 2010 4:09 AM
    • Replies: 2
    • Views: 1,859
    12 Apr 2010 9:05 AM Go to last post
  19. Question Using Ext.Direct in Ext 2.2

    hi Every body, I have build some ext components using version 2.2, But I want to use Ext.Direct package in ext version 3.0,When I'm trying to use...

    Started by adms, 11 Apr 2010 5:28 AM
    • Replies: 0
    • Views: 792
    11 Apr 2010 5:28 AM Go to last post
  20. [Solved]Strange behaviour of combobox in form using direct

    Using a combobox in a form that uses ext.direct to load / save leads to trouble with "hiddename", "name" property. Either combo does not load or it...

    Started by Wolfgang, 4 Apr 2010 8:38 AM
    • Replies: 2
    • Views: 964
    4 Apr 2010 9:12 AM Go to last post