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!

Jquery Datepicker readonly issue

RDFeb 20 2010 — edited Feb 22 2010
Hi ,


I am using a Jquery datepicker in my form.
This form includes insert and update functionality.

When the form is loaded for Insert the textfield with class="datepicker" is updateable
When the form is loaded for Update, I don't want the jquery datepicker to be updatetable but just be readonly.

So in the Item's readonly condition type, I added the below condition :
Value of item in expression1!=expression2
Expression1 = > :P9_FLAG   // flag used to determine if the page is for insert/update.
Expression2 = 'Y'   // If  not 'Y' then form is used for Update and the jquery datepicker field should be readonly.
The Field shows up as readonly but along with the field the jquery datepicker shows up on the page, how can i hide the datepicker when the item is readonly.

I tried so many things but I could not make the datepicker dissappear :(

Any Ideas how to fix this ??

Thanks,
Dippy
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 22 2010
Added on Feb 20 2010
2 comments
1,459 views