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!

Select list option html attribute

Cane TrustSep 17 2012 — edited Sep 18 2012
Hi all,

APEX 4.1

I try to set custom attribute to each option in select list item but I can't.
Actually, I wanna set HTML attribute to them (options I mean).
My suggestion was wrote something like:

SELECT t.name as display_value , t.id || ('" title="' || q.name) as return_value
FROM table1 t, table2 q
WHERE t.created_by = :APP_USER
ORDER BY 1

It perfectly works but it is not correct :)
When page is loading - APEX make escape symbol - " - as &quot:

So how should I do it?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 16 2012
Added on Sep 17 2012
20 comments
1,787 views