Skip to content

Instantly share code, notes, and snippets.

@tayfunerbilen
Created April 7, 2016 14:45
Show Gist options
  • Save tayfunerbilen/f72ba58fd9821b8b769f9c8f0894bcb5 to your computer and use it in GitHub Desktop.
Save tayfunerbilen/f72ba58fd9821b8b769f9c8f0894bcb5 to your computer and use it in GitHub Desktop.
ckeditor'da içeriklerin olduğu gibi kalması için ilgili kod parçacığı
CKEDITOR.replace('editor', {
enterMode: CKEDITOR.ENTER_DIV,
allowedContent: true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment