I'm using a modified version of the CKEditor, and I have defined a custom combo element called 'elements', which is filled dynamically if conditions are met.
There is the default state, where the element is empty (no options). In this situation, I want the element disabled, not removed. It should be visible, but greyed out, so the user knows it exists, but at this time there is no selection.
I tried a couple of jQuery commands, but with no success.
This is the element (basically a copy of one of the combo plugins):
So, my question is how to get the element name and disable the whole combo box? Thanks in advance.
