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!

Key Down DA Problem

Ahmed AL-SaiedSep 11 2015 — edited Oct 22 2015

Dears ,

I am used Universal Theme and i am try to use key Down Dynamic Action to can user add row in tabular form by press Enter , i use this steps but now working

1- in Add Button action Redirect to URL and this the target javascript:apex.widget.tabular.addRow();

2- Create Dynamic Action Event:Key Down

                                       Selection Type : Javascript Expression   with window value

                                       Condition : Javascript Expression           with condition window.event.keyCode == 13;

                                       True Action : Execute Javascript Code

                                       Code:addRow();

                                      Also i use True Action :Set Focus

                                      Selection Type:jQuery Selection

                                      jQuery Selector:[name=f03]:last  

Note: this steps working in the old theme 26

please give me solution

Regards,

Ahmed

This post has been answered by Ahmed AL-Saied on Sep 20 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 19 2015
Added on Sep 11 2015
9 comments
580 views