Ok. Found the solution by myself. It's in the config syntax.
This works:
$(function(){
$.fck.config = {path: 'fckeditor/'};
$('textarea#fck1').fck({config: {EditorAreaCSS: 'css/blogheader.css'},
height: 50});
$('textarea#fck2').fck({config: {EditorAreaCSS: 'css/blogpost.css'},
height:490});
});
}
So...never mind this post.
--
View this message in context:
http://old.nabble.com/fckeditor-%28plugin%29--editorarea-css-tp27186538s27240p27191464.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.