Search Type: Posts; User: rafaelrp

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    11
    Views
    477
    up! ~o)
  2. up! ~o)
  3. Replies
    11
    Views
    477
    Up! :)
  4. Here we go..

    I have a view wih a bbar


    bbar: {
    items: [
    {
    id: 'empresaText',
    text: this.getEmpStore.getAt(0).get(nome)
  5. Hello!!

    I have an Abstract Store and i need to get the data from this store, how i can do this???
    on a simple store i can use store.getAt() but this doesn't work in abstractStore that ExtJS...
  6. ExtjJS 4.2 with a lot of bugs, i will still use the 4.1 version that is more stable.

    Thansk! ~o)
  7. Replies
    11
    Views
    477
    But the json is already encoded, i need to decode the json correctly with the accentuation..

    Thanks!~o)~o)
  8. Replies
    11
    Views
    477
    PHP/5.4.7
  9. Replies
    11
    Views
    477
    I'm using json_decode on the php
  10. Replies
    11
    Views
    477
    The problem is the value in textfield is "Cláudia" but the value json send is "{"name":"Cl\u00e1udlia"}"
  11. Replies
    11
    Views
    477
    Hello!

    My json is sending this string


    data:
    {"name":"Cl\u00e1udlia"}
  12. I solved this problem using this functions


    $jsonEncoded = stripslashes($_REQUEST['data']);
    $arrayResponse = json_decode($jsonEncoded);


    But i don't think is the best way...

    The best way...
  13. Hello!

    I'm having a problem with json decode in my PHP server.. PHP5, linux

    param:


    data:{"cliId":""}
  14. In the ExtJS 4.2.1 beta sencha corrected this error!

    Thanks! ~o)~o)
  15. Ah ok, i'll wait the update..

    Thanks! ~o)
  16. I've updated to 4.2.1 beta but the bug continues (crhome)...

    43882
  17. up! :)
  18. up! :D
  19. In my "this.getServCliStore().create(values);" function i have a json response like this:

    {"success":true,"message":"Success!"}

    I need to get this response text and i need to show an alert,...
  20. Hello!

    in 4.2.. Thx!
  21. up!
  22. how is the progress of this fix?
    Thanks!
  23. up! :)
  24. Hello!
    I've a collapsed panel and some grinds into it, and when i click on a button, this panel expands and the stores of the grids will load.


    The problem is that the Loading Message of the...
  25. Hello!

    I have a store that will have items inserted, how i can get the store response text and give an alert?


    Here is the code


    vincServ: function(button){
    var win =...
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4