I have a plugin to save the editor contents via Ajax. Right now the button on the toolbar has an image. I wanted to change that to have bold text spelling out 'SAVE'. Is this possible?
This is button currently in my plugin.
editor.ui.addButton('ajax-save', {
label: I18n.t('js.save'),
command: ajax-save,
className : 'cke_ajax_save'
});