tim_ver Posted February 6, 2014 Posted February 6, 2014 I installed CKeditor, and it is working fine but have an issue. The text boxes are way to long "around 600 length", where do I set the value of the length of the text boxes?
♥Tsimi Posted February 6, 2014 Posted February 6, 2014 inside the ext/ckeditor/config.js add the following code config.width = 500; config.height = 200; you can use also % e.g. config.width = 75%;
tim_ver Posted February 7, 2014 Author Posted February 7, 2014 Thanks. I tried this and it works great for the width, but no matter what I use for the height it is not getting less long. I even tried 10 and stays the same somewhere around 500. I also tried the % option of 1%, and still stays same length. Ideas?
♥Tsimi Posted February 7, 2014 Posted February 7, 2014 does your code look like this? CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6E'; config.width = 600; config.height = 200; }; what ckeditor version do you use? which add-on?
tim_ver Posted February 7, 2014 Author Posted February 7, 2014 Yes the code looks like that. I have version 4.3.2 full. I got it working now but now not all the images for icons are showing up "Screen shot attached".
♥Tsimi Posted February 8, 2014 Posted February 8, 2014 which add-on did you use to install the ckeditor? don't see any image....
oscMarket Posted May 3, 2014 Posted May 3, 2014 it is most likely that your placeholder is set to a lower height , so ckeditor try to squeeze itself into that placeholder. But it could also be you have overwritten a setting: http://docs.ckeditor.com/#!/guide/dev_howtos_interface-section-how-do-i-change-the-size-of-the-editor%3F
♥joli1811 Posted May 3, 2014 Posted May 3, 2014 I installed CKeditor, and it is working fine but have an issue. The text boxes are way to long "around 600 length", where do I set the value of the length of the text boxes? Are your text boxes too long on the admin or frontside = catalog if on the front side you will need to adapt the stylesheet.css to suit your modified store Regards Joli To improve is to change; to be perfect is to change often.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.