Can I set the background of the window of the editor?
I would like to be able to dynamically set the background of the editor window (where the user types) to either a picture and\or a color. Can this be done and if so how please?
julianadormon wrote:I would like to be able to dynamically set the background of the editor window (where the user types) to either a picture and\or a color. Can this be done and if so how please?
Re: Can I set the background of the window of the editor?
Try config.contentsCss with a CSS of your own.
Re: Can I set the background of the window of the editor?
Re: Can I set the background of the window of the editor?
onclick="window.demo_editor.setUiColor('#FFC4C4'); .....