[CLOSED] Disable POSTing of form values when calling DirectMethod

  1. #1

    [CLOSED] Disable POSTing of form values when calling DirectMethod

    Hello, is it possible to disable submitting of all form values, when calling a DirectMethod? I've tried to set form parameter to null when calling the DirectMethod according to Ext.data.Connection.request documentation, but the whole form is always submitted.

    Thank you!
    Last edited by Daniil; Mar 30, 2015 at 8:28 AM. Reason: [CLOSED]
  2. #2
    Hi @exe,

    Please use:
    App.direct.SomeDirectMethod({ 
        type: 'load' 
    });
  3. #3
    Thanks a lot!

Similar Threads

  1. [CLOSED] Extending DirectMethod for cross-posting
    By michaeld in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Feb 12, 2014, 12:28 PM
  2. Replies: 0
    Last Post: Feb 21, 2013, 3:29 AM
  3. function is not calling Directmethod
    By Vaishali in forum 2.x Help
    Replies: 3
    Last Post: Jan 07, 2013, 5:57 AM
  4. Replies: 1
    Last Post: Apr 15, 2009, 3:35 PM
  5. Form posting using Custom RPC call
    By sz_146 in forum 1.x Help
    Replies: 0
    Last Post: Oct 23, 2008, 10:11 AM

Tags for this Thread

Posting Permissions