Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

CKEditor Text box length issue


tim_ver

Recommended Posts

Posted

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?

Posted

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%;

Posted

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?

Posted

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?

Posted

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".

  • 2 months later...
Posted

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.

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...