1. #1
    Sencha User
    Join Date
    Nov 2012
    Posts
    4
    Vote Rating
    0
    advgal is on a distinguished road

      0  

    Default Unanswered: write my own proxy (class)

    Unanswered: write my own proxy (class)


    I have a treepanel with a treestore and a model. I cannot use any of the standard proxies, so I have to write my own. What methods do I have to implement for my own proxy, the tree will be read only.

  2. #2
    Sencha - Community Support Team
    Join Date
    Jan 2012
    Posts
    1,376
    Vote Rating
    100
    Answers
    343
    vietits is a name known to all vietits is a name known to all vietits is a name known to all vietits is a name known to all vietits is a name known to all vietits is a name known to all

      0  

    Default


    You should look at the source code of Ext.data.proxy.Proxy, Ext.data.proxy.Server, Ext.data.proxy.Ajax. If you have the intention of writing your own reader, you also need to look at Ext.data.reader.Reader, Ext.data.reader.Json, etc. I wonder what your requirements are? Why can't you use standard proxies?

  3. #3
    Sencha User
    Join Date
    Nov 2012
    Posts
    4
    Vote Rating
    0
    advgal is on a distinguished road

      0  

    Default


    I have to make soap-calls. But I try the ajax proxy.

  4. #4
    Touch Premium Member
    Join Date
    Feb 2011
    Location
    NJ
    Posts
    244
    Vote Rating
    14
    Answers
    36
    droessner will become famous soon enough

      0  

  5. #5
    Sencha User
    Join Date
    Nov 2012
    Posts
    4
    Vote Rating
    0
    advgal is on a distinguished road

      0  

    Default


    where can I download extJS 4.1.2?

  6. #6
    Sencha User
    Join Date
    Nov 2012
    Posts
    4
    Vote Rating
    0
    advgal is on a distinguished road

      0  

    Default


    Quote Originally Posted by advgal View Post
    I have to make soap-calls. But I try the ajax proxy.
    How do I set raw POST parameters? Not in the form "para=data1&para=data2"?

Tags for this Thread