requestData

January 6th, 2009
  • Can someone please give an explanation of requestData parameter. I cannot find anything about it in documentation. Thanks in advance.
    Code example:

    Ext.extend(KreirajSjednicuFormWindow,Ext.Window,{
    formSubmit: function(){
    if(this.kreirajSjednicuForm.form.isValid())
    {
    this.kreirajSjednicuForm.form.submit({params:{
    requestData: 'dodajnovusjednicu'},
    failure: function() {
    alert('Error');
    },
    success: function() {
    win.close();
    }
    });
    }
    else{
    Ext.Msg.alert('Poruka', 'Popunite polja.');
    }
    }
    });


  • Where did you find that config entry? It doesn't exist in the source, except for the TreeLoader.







  • #If you have any other info about this subject , Please add it free.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about requestData , Please add it free.