Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
EDC:
Download extensions for Elxis CMS
.
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Bots and plugins
»
How to configure wysiwyg editor in 4.2???
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to configure wysiwyg editor in 4.2??? (Read 4992 times)
m0st
Full Member
Posts: 117
How to configure wysiwyg editor in 4.2???
«
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.
Logged
Go Elxis Go!
datahell
Elxis Team
Hero Member
Posts: 10356
Re: How to configure wysiwyg editor in 4.2???
«
Reply #1 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.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Bots and plugins
»
How to configure wysiwyg editor in 4.2???