I am trying to set the width of my CKEditor, but I can't get it working. What am I doing wrong?
CKEDITOR.replace('metadata_field_text_56212_value',
{
toolbar: ckeditor_toolbar,
skin: 'v2',
width: 400,
resize_enabled:false
});
Re: CKEditor Width