I have created my custom plugin and added to the toolbar with image.
I have a wider icon for the plugin.
How can I change the size of my toolbar icon (e.g - width - 50, height - 16) ?
anyone can help!
Thanks in advance.
I have a wider icon for the plugin.
How can I change the size of my toolbar icon (e.g - width - 50, height - 16) ?
anyone can help!
Thanks in advance.

Re: Change size of toolbar icon for custom plugin
Re: Change size of toolbar icon for custom plugin
Re: Change size of toolbar icon for custom plugin
var oInsertItem = new FCKToolbarButton('Insert DIV','Insert DIV',null,FCK_TOOLBARITEM_ONLYTEXT);
note FCK_TOOLBARITEM_ONLYTEXT is the important bit, theres also FCKTOOLBARITEM_ICONTEXT and FCKTOOLBARITEM_ONLYICON
hope this helps