If I make a button, I don't get it to show the text on the button(Like the source button, but without the icon).
My current code to make the button:
editor.ui.addButton('InsertOne',{label:'Add',command: 'addOne'});
I hope someone knows the solution.
My current code to make the button:
editor.ui.addButton('InsertOne',{label:'Add',command: 'addOne'});
I hope someone knows the solution.
Re: Plugin button with text.
ckeditor/_samples/api_dialog.html
you can see how they have used the stylesheets
to control what is shown on the toolbar.
Re: Plugin button with text.