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!

how to add icon/image through sql query while creating tabs using dynamic list

I am creating list for tabs and want to add one icon beside my tabs for capturing click event using below code but any icon or image not getting added what is correct way to add icon or image through query
SELECT null,
PRICEITEM_CD label,
'#action$selectpriceitemcode?priceitemcd='|| PRICEITEM_CD as target,
'#APEX_FILES#apex_ui/img/favicons/app-artwork-catalog.png' image,'YES' is_current
FROM "CISADM"."CI_PRICEITEM"

Comments
Post Details
Added on Feb 19 2024
0 comments
315 views