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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Select All Region

jwellsnhSep 3 2013 — edited Sep 4 2013

Looking for a solution to select all rows of a report region.  The region will contain a list of email addresses.  Have tried implementing this functionality via a dynamic action triggered by a button.  A demo of my latest attempt can be viewed at http://apex.oracle.com/pls/apex/f?p=57067:1

Dynamic Action is defined as follows:

Event: Click

Selection Type: Button

True Action:

Action: Execute JavaScript Code

Fire When Event Result Is: True

Fire On Page Load: Unchecked

Selection Type: Region

Code: document.getElementById('TEXT').select();

TEXT is the Static ID of the Region.

Jeff

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 2 2013
Added on Sep 3 2013
16 comments
489 views