Skip to content

Instantly share code, notes, and snippets.

@argentinaluiz
Last active August 31, 2016 07:02
Show Gist options
  • Select an option

  • Save argentinaluiz/4340ec74a5faddbc08d5daa4fa429bba to your computer and use it in GitHub Desktop.

Select an option

Save argentinaluiz/4340ec74a5faddbc08d5daa4fa429bba to your computer and use it in GitHub Desktop.
tinymce.init({
selector: 'textarea',
plugins: [
'advlist autolink lists link image charmap print preview hr anchor pagebreak',
'searchreplace wordcount visualblocks visualchars code fullscreen',
'insertdatetime media nonbreaking save table contextmenu directionality',
'emoticons template paste textcolor colorpicker textpattern imagetools'
],
toolbar1: 'bold italic | fontselect | fontsizeselect | print preview media | forecolor backcolor emoticons',
toolbar2: 'insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image',
height: 500,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment