I can I disable some functionality/dialog fields from my config file?
I, for example, want to disable inline styles and width button in the table dialog (should be handled by css styles defined in an external file).
I understand there is the "hide" method but I haven't found any reasonable way on how to assign it to the specific dialog. How are dialogs and plugins in general referenced "from outside". I tried using the CKEDITOR.on ('dialgDefinition', ev) function but I don't seem to be able to figure out how to assign some behavior to a single dialog.
Rewriting the table dialog script might be a solution but I would be much happier if I could do it "the right way" from the config.js file.
I, for example, want to disable inline styles and width button in the table dialog (should be handled by css styles defined in an external file).
I understand there is the "hide" method but I haven't found any reasonable way on how to assign it to the specific dialog. How are dialogs and plugins in general referenced "from outside". I tried using the CKEDITOR.on ('dialgDefinition', ev) function but I don't seem to be able to figure out how to assign some behavior to a single dialog.
Rewriting the table dialog script might be a solution but I would be much happier if I could do it "the right way" from the config.js file.

Re: How to hide/disable dialog fields
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!