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 Prevent Normal Shuttle Double Click Event

Tony FatourosAug 7 2016 — edited Aug 8 2016

Hi,

FYI: I am using Oracle APEX v4.2 with an Oracle 11g R2 DB.

I am using an Oracle APEX Shuttle item within a page where the ID's of both my left and right shuttles are: P10_LIST_LEFT and P10_LIST_RIGHT.

What I am attempting to do via jQuery, is disable the user's ability to perform a double click event on either shuttle, that would "move" an item from the left to right or "remove" an item from right to left.

I have tried the following and unfortunately the double click move from left to right still occurs.

$("#P10_LIST_LEFT").dblclick(function(){event.preventDefault();return false;});

Can anybody please assist as to how to prevent this normal double click behaviour.

Thanks.

Tony.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 5 2016
Added on Aug 7 2016
2 comments
875 views