Change event color without opening lightbox ?
Can i directly change the event color in dhx scheduler?
1 Like
You can try one of the next ways:
1
add a custom button into the select menu and configure the function scheduler._click.buttons.[name]
for this button to update the color. Please find more info about customizing the select bat in the documentation here.
2
Using dhtmlxMenu to show menu with colors and update when the user chooses one of them.
dhtmlxMenu documentation
Sample βIntegration with dhtmlxMenuβ
2 Likes
Hi @Polina Can you please send me code snippet , so i can easily understand and implement it on my code.