CKEditor allow content html in source and full page

CKEDITOR.replace( 'textarea_id', {
 fullPage: true,
 allowedContent: true
});

Popular posts from this blog

Map asp.net webform to OWIN path