Does anybody know how to disable the default CKEditor behavior that changes the RichCombo label on click? I want the label to remain untouched regardless of the user selection.
Does anybody know how to disable the default CKEditor behavior that changes the RichCombo
Share
In the richcombo plugin you can alter it at the setValue function (line 292) deleting all the code after the first line
After you verify that this is what you want you can try to put it in a plugin if you don’t like to alter the source files. (I didn’t try this)