Hi! In this example:
dhtmlx.com/docs/products/docsExp … &type=smpl
At “Checkbox Select” section, the Inputs objects appears without border, but i can’t do that in the “dhtmlxcombo.css”, can you please help me with this?
Regards,
Hello,
You can modify the dhtmlxcombo_extra.js.
if(this.checked) //set checkbox state
html += ‘’;
else html += ‘’;
insead of
if(this.checked) //set checkbox state
html += ‘’;
else html += ‘’;
One remark - checkbox border isn’t displayed in FireFox and Safari