Hello,
I'm trying to migrate from FCKEditor Version 2.6.4 to CKEditor 4.
So far I could get a reference to the format drop down by: FCKeditorAPI.GetInstance('txtedit').ToolbarSet.ToolbarItems.GetItem("OwnFormats")
How can I get a reference to the drop down in CKEditor 4 ?

load stylesset after initialization
Hi,
I want to fill the styles-combobox with options, depending on what the user selects in another drop-down.
How can I change the stylesset options after initialization (without re-initializing the whole CKEditor ?