Show custom headings for a shuttle item in Oracle APEX
SHUTTLE item type is used for multiple values manipulation in Oracle APEX.
This blog explains how to set custom headings for the Shuttle Item.
1) Create a Shuttle Item (In this example it is P28_COLORS_SHUTTLE).
2) Paste the below javascript code in the Execute When Page Loads section
The above javaScript code can be customized by adding color, changing the font weight etc..
Note: P28_COLORS_SHUTTLE must be replaced with the Item Name that you have created.
Before adding the code
Click here for DEMO
References: https://docs.oracle.com/database/apex-5.1/HTMDB/understanding-page-level-items.htm#HTMDB25304 (Section 13.1.5.3)
HAPPY CODING!!!
Thank you :)
Comments
Post a Comment