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 customize "t-Badge" class color and more codes?

Sgodavar-OracleSep 27 2017 — edited Sep 28 2017

I'm using APEX 5.1.1. I'm trying to understand P-track sample application milestone report and need a similar technique in my application. I was able to generate a similar report, but, I need more color codes than "complete", "warning", "danger" and "success" and also able to customize the actual colors for those color codes. Also, not sure about the "w100p' after the color code. any ideas are appreciated, thanks for your help.

 

      '<span class="t-Badge t-Badge--basic t-Badge--small is-'

        ||apex_escape.html(color_code)||' w100p">'||apex_escape.html(status)||'</span>' status,

This post has been answered by fac586 on Sep 28 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 26 2017
Added on Sep 27 2017
8 comments
1,208 views