Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to get post parameters in ajax

SYSMAN2007Jun 6 2016 — edited Jun 7 2016

Hi

I have a region plugin that show sql query result in grid.

Grid can filter data at server side by post required parameters via ajax.

I want to now how to get post parameter in ajax function?

ajax code is here

$.ajax({

      url    : apex.server.pluginUrl("#AJAX_IDENTIFIER#",

                                                 { }),

      dataType: "json",

      type: "post"

....

}

Is it possible to set posted parameters in g_xxx parameters?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 5 2016
Added on Jun 6 2016
3 comments
1,149 views