Hi, i have problems to personalize the editor, i put editors:
$('.RenderHtmlEditor').ckeditor();
and i have no ID and no Name to do this:
CKEDITOR.replace( $(.RenderHtmlEditor), { toolbar : 'Basic', skin: 'v2' } );

how i can do it? if i need dynamic editor, no code in config.js, thanks.
Re: dynamic editor = ckeditor + jquery
HTH