Is it possible to display a picture button that can respond to a click?
Yes. You can
What skin do you use (CSS will depend on it)
SkyBlue, I think, it’s not Terrace anyway.
It’s SkyBlue.
So, if I use the skin ‘SkyBlue’ how do I do it?
This seems to work:
{
type: "label",
name: "query_button",
label: "<img src='/pict/query2_button_32.png' onclick='doActorQuery();'>"
}
How do I add image buttons on Form thru XML like the toolbar or the ribbon?
Please, look at the sample
dhtmlx.com/docs/products/dhtmlxF … image.html
It is simple xml, just add className there as a parameter
I was originally looking for a way to specify the icon for each button in the XML, without adding to CSS, because I am working on a application with many icons. But I guess this will have to suffice.
Thank you, Darya
You are welcome!