cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

How to set a boarder color in schedule widget.

Yoshihiko.N
13-Aquamarine

How to set a boarder color in schedule widget.

Dear all developers,

 

I'm trying to set up schedule widget with reffering to the following page.

YoshihikoN_0-1644913821672.png

as shown the below image, it seems that "color" parameter in the entry means the color for both background and boarder.

 

Could you let me know on how to separately set border color ( if we can, selected color as well ) in code basis ?

 

 

let newEntry = {
reason: item.PRDORD, // STRING [Primary Key]
info: item.ITMCOD, // STRING
start: item.ACTDAT, // DATETIME
end: item.ENDDAT,// DATETIME
color: "pink", // STRING
};

YoshihikoN_1-1644914131502.png

 

Thanks and Regards,

Yoshihiko

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Hello @Yoshihiko.N ,

 

Yes, Unfortunately this is the limitation.

 

Regards

Bhawna

View solution in original post

3 REPLIES 3

Hi Bhawna,

Thanks.

according to the link, we cannot customize schedule widgets except of options in the following items.
"color" in the following parameter means the color of both boarder color and background color.
is my understanding correct ?

YoshihikoN_0-1645515416085.png

 

Hello @Yoshihiko.N ,

 

Yes, Unfortunately this is the limitation.

 

Regards

Bhawna

Top Tags