i would to create a toolbar button with image and text like source area button..
i just create a button with image but i can't create a source area button like..
who can help me? where i can configure to show the image and near the text in a my toolbar button?
tnx in advance
Riko87
i just create a button with image but i can't create a source area button like..
who can help me? where i can configure to show the image and near the text in a my toolbar button?
tnx in advance
Riko87

Re: Toolbar button with text and image
Re: Toolbar button with text and image
Re: Toolbar button with text and image
John
Re: Toolbar button with text and image
editor.ui.addButton('pluging_name',{ label : 'your label', icon : 'path to your icon', command : 'pluging_name' });You also need to edit your CSS file in your skin to display the label
ex : skins/kama/editor.css
.cke_button_pluging_name .cke_label{display:inline;}