Elxis CMS Forum

Extensions => Bots and plugins => Topic started by: m0st on November 10, 2014, 20:54:55

Title: How to configure wysiwyg editor in 4.2???
Post by: m0st on November 10, 2014, 20:54:55
Hello there.
In Elxis 2009.3 and before you were allowed to configure the tiny mceditor . What i am looking for is to make the "working space" of the editor same size as the size of the article so it is easier to make it right.
Any ideas?
Thank you in advance.
Title: Re: How to configure wysiwyg editor in 4.2???
Post by: datahell on November 10, 2014, 21:22:15
The editor width is configured via CSS and is set to 100% of the width of the container element.

To set something else open file includes/js/ckeditor/config_full.js and uncomment this line:
//config.width = 900; //elxis 4.2

Set the width to whatever you want:
config.width = 740; //elxis 4.2

Note: I strongly recommend you to keep the default option (100%) and not change the editor's width.