CKEDITOR.plugins.add('button_name', {
init : function(editor){
editor.ui.addButton( 'button_name', {
label: 'Button label',
command: 'Button function',
icon: this.path + 'path/to/icon.png'
});
}
});function

Re: Combobox UI item
CKEditor APIhttp://docs.cksource.com/ckeditor_api/s ... dRichCombo
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: Combobox UI item
http://alfonsoml.blogspot.com.es/2010/0 ... ditor.html