Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Dear all developers,
I'm trying to set up schedule widget with reffering to the following page.
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
};
Thanks and Regards,
Yoshihiko
Solved! Go to Solution.
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 ?