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.

Including Standard Javascript URL in a plugin

jcovesAug 7 2012 — edited Sep 7 2012
Hi,

I'm developing a plugin to extend datepicker functionality. I want to use the same libraries as the standard jQuery datepicker provided from APEX, I'm using the following code to include standard library inside my plugin:
 apex_javascript.add_library(
        p_name       => 'jquery.ui.datepicker-en',
        p_directory  => apex_application.g_image_prefix || 'libraries/jquery-ui/1.8.14/ui/i18n/oracle/',
        p_version    => null
      );
Is there any susbtitution string in order to replace full jquery librarly paths? Is there any other way to include standard jQuery libraries provided from APEX? This way clearly won't work in future versions of APEX...

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 5 2012
Added on Aug 7 2012
7 comments
280 views