Custom Icons for actions.

Hi,
I want to place custom icons, ie i want to execute some functions on clicking that icon. How can i implement this? Please reply asap

Thanks in advance
Shiju

Just add you custom label to the list of icons
docs.dhtmlx.com/doku.php?id=dhtm … tion_menus

for example if you have added “icon_action1”

You can catch its click by

scheduler._click.buttons.action1 = function(id){
any logic here
}

button will have “icon_action1” css class, which must define bg-image ( to look as icon )