Hello,
I am trying to add icon (picture from my own source) on ejButton control. I was trying to initialize component like this:
$("#searchByItemCodeButton").ejButton({
contentType: "textandimage",
prefixIcon: "e-icon e-handup",
text: "GO",
});
The text on button is visible, but icon is not.
Also I tried to use contentType: "imageonly" and in prefixIcon my own picture, but this is not working too.
What I need to do to make my picture appear on button?