Does anyone know where I can find material for by toolbar in a TextArea, to use with php in the posting area?

0

I want a toolbar in this style in a text area, to use for styling articles for posts, can someone tell me where to find material, or maybe, teach or send some code for me to analyze and such to redo?

    
asked by anonymous 24.05.2018 / 22:52

1 answer

0

link

To use is simple, just add this script in your code:

<script src="https://cloud.tinymce.com/stable/tinymce.min.js"></script><script>tinymce.init({ selector:'textarea' });</script>

This script will make all of your inputs with the textarea tag already have the editor.

    
25.05.2018 / 13:55