Hello
I placed a button in the section header but i’m not able to put an image to the label. I did it like the documentation writes but nothing … i just see the text …
section object:
{name:"custom", height:23, map_to:"type", type:"select", options:section_techniker, button: "block"},
scheduler.locale.labels.button_block = "Techniker blockieren";
in dhtmlxscheduler.css (the image exists):
.dhx_custom_button_block{background-image:url(imgs/but_block.gif);}
Thank you
Still don’t work …