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
],
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.buttonDefinition.html
