How can you create buttons that are wider than 16 pixels. If you can't, then can someone explain how the Source button is able to be larger than 16 pixels .
I could be wildly off base on this and there may very well be a better, more inline with the API, method of doing this. But here is how I determined that it works:
I was digging around the html in FireBug and came across this html:
ok found the solution, for everyone who's interested:
just copy the line from above and change it to your button name than insert in ckeditor/skins/kama/editor.css or your own css, the label defined in your plugin.js becomes the text beside the icon
Re: buttons wider than 16 pixels ?
I could be wildly off base on this and there may very well be a better, more inline with the API, method of doing this. But here is how I determined that it works:
I was digging around the html in FireBug and came across this html:
Re: buttons wider than 16 pixels ?
wow. Thanks a lot for that.i had a feeling it was in the css. Great job!
Scott
Re: buttons wider than 16 pixels ?
I have a button with an icon but the button should look like: [icon:Text] like the Source button
Re: buttons wider than 16 pixels ?
just copy the line from above and change it to your button name than insert in ckeditor/skins/kama/editor.css or your own css, the label defined in your plugin.js becomes the text beside the icon
greetz