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!

Issue with apex and multiselect jquery

ArhanApr 24 2014 — edited May 14 2014


Hi,

I faced an issue with jQuery in Apex 4.1. I have a multiselect select list in my apex application which will hide/show depending on a dynamic action. I have added multiselect jQuery (dropdown with checkbox. Ref : Multiple Select) to change behaviour of the item. Have included required jQuery and css in its page header and added a java script dynamic action on the item. But its not working properly. Below are the two problems I am facing.

1. Application is showing apex seleclist (multi select) with mulselect jQuery dropdown. However I want only mulselect jQuery dropdown.

2. According to the first dynamic action select list item will be hidden after page load. Item is hidden, but application is showing mulselect jQuery dropdown.

Please help. Please let me know if you need any further information.

Comments

Zachariah Falgout

So it is separate by chr(13). This seems like a bug in Apex to me.

TexasApexDeveloper
Answer

HTML does NOT use the same carriage return + line feed as database.  You have the CR+LF characters in the field, and the search can't deal with them properly. To html a <br> is a line break. To be honest your database design leaves something to be desired..

I would save this as MTWTHF and get rid of the break between..

Thank you,

Tony Miller

Los Alamos, NM

Marked as Answer by Zachariah Falgout · Sep 27 2020
Zachariah Falgout

It is broken up to be on separate lines so the different schedules for a class line up the same.

So MWF 9-950 Building A

     TR    11-150 Building B

where days, times, and buildings are in their own column. Makes it easy for students to read.

Lol, probably but I am stuck with how the university stored the data, so I only have control over the table that combines the data from various per-existing tables.

So it is a bit difficult getting things to work and look nice in the app when the data that was originally stored isn't very neat.

But your answer makes sense, and honestly wouldn't have thought it as a html not being able to handle those characters. Still new to apex.

Thanks for your help.

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

Post Details

Locked on Jun 11 2014
Added on Apr 24 2014
8 comments
3,922 views