Skip to content

Instantly share code, notes, and snippets.

@springcome
Created October 21, 2013 00:45
Show Gist options
  • Save springcome/7077148 to your computer and use it in GitHub Desktop.
Save springcome/7077148 to your computer and use it in GitHub Desktop.
CKEditor Base Style
CKEDITOR.replace('textarea', {
width : '100%',
height : '100px',
toolbar : [
[ 'Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link', 'Unlink' ],
[ 'FontSize', 'TextColor', 'BGColor' ]
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment