$('.bbcode textarea').ckeditor({
extraPlugins : 'bbcode',
extraPlugins : 'autogrow'
});
If autogrow on, bbcode doesn't work, it return
<p><i>some test</i></p>
when must to return
[i]some test[/i]
Some one know, how to fix it?
$('.bbcode textarea').ckeditor({
extraPlugins : 'bbcode',
extraPlugins : 'autogrow'
});
<p><i>some test</i></p>
[i]some test[/i]