Skip to content

Instantly share code, notes, and snippets.

@jerry-maheswara-github
Created September 26, 2016 23:21
Show Gist options
  • Save jerry-maheswara-github/c8281590174e21d766b7f585d1efeb31 to your computer and use it in GitHub Desktop.
Save jerry-maheswara-github/c8281590174e21d766b7f585d1efeb31 to your computer and use it in GitHub Desktop.
<textarea class="vertical form-control" id="news_content" name="news_content"></textarea>
<script type="text/javascript">
tinymce.init({
selector: 'textarea#news_content',
height: 500,
menubar:false,
plugins: [
'advlist autolink lists link image charmap print preview anchor',
'searchreplace visualblocks code fullscreen',
'insertdatetime media table contextmenu paste '
],
toolbar: 'formatselect inlineselect | bold italic | bullist numlist | code | visualblocks | table | link image',
content_css: '{base}/files/bower_components/bootstrap/dist/css/bootstrap.min.css',
visualblocks_default_state: false,
block_formats: 'Paragraph=p;H1=h1;H2=h2;H3=h3;H4=h4;H5=h5;H6=h6;Div=div;Blockquote=blockquote;Pre=pre;Code=code',
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment