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!

Pass Parameters to Dynamic action via javascript and use it in PL-/SQL Code

kdonatoMay 9 2014 — edited May 22 2014

Hi there,

i wonder if it is possible to pass parameters from javascript to a dynamic action and execute PL-/SQL Code with it.

I'm triggering the Dynamic Action via an onClick-Event from a link on the apex-page. I want to pass a individual parameter to a javascript function (onClick="doit(param)")  and from there with:

$.event.trigger({ type:'DAction', param:paramvalue });

to the dynamic action. After this I want to grab the parameter and excecute PL-/SQL which modifies data.

Is there a known way to do so?

Best Regards

Kai

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 19 2014
Added on May 9 2014
6 comments
7,457 views