Based on your sample: dhtmlx.com/docs/products/dhtmlxF … image.html
Is there a class for a disabled button so a “grayed out” image can used?
Not unlike the image disable option for a toolbar button.
Thanks!
Based on your sample: dhtmlx.com/docs/products/dhtmlxF … image.html
Is there a class for a disabled button so a “grayed out” image can used?
Not unlike the image disable option for a toolbar button.
Thanks!
Beautiful, thank you.
You are welcome!
if you use awesome font to draw icon in your button, you might redefine the css code in your index.html file just like this:
.dhxform_obj_material div.dhxform_btn{
color:#404040;
}
.dhxform_obj_material div.disabled div.dhxform_btn {
color:#a6a6a6;
}