I created a custom combo box in my application. I want to change the width and height of the Combo box. By default its taking styles for cke_rcombo.I am using following code
still I am not able to get the proper style for combo. Please help me
editor.ui.addRichCombo( 'mytoolbar',
{
multiSelect : false,
className: cke_format,
voiceLabel : "Data variable",
title : "Insert dynamic data variable for Composite reporting",
panel :
{
css : [ CKEDITOR.getUrl( editor.skinPath + 'editor.css' ) ].concat(config.contentsCss)
},
still I am not able to get the proper style for combo. Please help me

Re: Style for Custom Combo Box
Re: Style for Custom Combo Box
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: Style for Custom Combo Box
RE: Style for Custom Combo Box
I know this is an old post, but I am using CKEditor 4 and have the same question... how can the rich combo be made wider? Curious if you ever solved it and how!! I read the proposed solution and I am either doing it wrong, or it does not work in CKEditor 4.x. Which version did you get it to work in?
Thanks for any help!
You can have richcombo
You can have richcombo toolbar buttons and the panels they pop up to have automatic width by adding this in your CSS:
.cke_combo_text, .cke_combopanel { width: auto !important; }