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!

Background Colour of Calander Cells

Vin RNov 7 2023

Hello All,

This is my first post. I am new to oracle apex and have no javascript/css experience.

Please could someone give me the step by step instructions to change the background colour of a calendar cell (day)?

I have a calendar which displays different work activities along with the percentage of the day that activity has occupied. The user is able to enter new data into the calendar through a form.

Currently I have in my sql query the following:

CASE work_type_id
WHEN 1 THEN 'apex-cal-blue'
WHEN 2 THEN 'apex-cal-green'
WHEN 3 THEN 'apex-cal-yellow'
WHEN 4 THEN ‘apex-cal-red’

END AS css_class
This changes the colour of different type of activities which is desired.

In addition to this, I would like to change the background colour of the day to a pale green when the total percentage for the day equals 100.

Thank you in advance,

Vin

I am using apex version 21.1.0

Comments
Post Details
Added on Nov 7 2023
5 comments
1,768 views