<textarea name='additional_extras'>blah</textarea>
<script type='text/javascript'>
CKEDITOR.replace( 'additional_extras',
{
toolbar : 'Basic'
});
</script>
";
Wed, 12/02/2009 - 13:28
#1

Re: IE8 issue - textarea doesn't scroll to full width
Re: IE8 issue - textarea doesn't scroll to full width
CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6E'; config.width = '1000'; };