Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

CKEditor Text box length issue


tim_ver

Recommended Posts

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?

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

  • 2 months later...

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.

 

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...