Hi,
I have tried the following, but to no avail:
buttons : [ { type : 'button', id : 'saveChanges', label : 'Save Changesdss', style : 'width:40%', onClick : saveChanges }, { type : 'button', id : 'discardChanges', label : 'Discard Changees', style : 'width:55%; background-color:transparent', onClick : discardChanges }, CKEDITOR.dialog.cancelButton ],
I'd like to set the width and color of the dialog buttons. I've tried the above approach, but no luck...Any ideas what i might be doing wrong?
P.S I used the following API link:
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.buttonDefinition.html
thanks in advance,
adico