mindmup / bootstrap-wysiwyg

Tiny bootstrap-compatible WISWYG rich text editor
MIT License
5.56k stars 844 forks source link

how do you make this work with existing textareas #212

Open stormhillmedia opened 7 years ago

stormhillmedia commented 7 years ago

I followed the example in the index.html file but cannot get it to bind to an existing text area in my project

AlexanderPilhar commented 7 years ago

See this one for inspiration #69.

Basically, it's all about using a div for the editor and updating a hidden input or hidden textarea via JavaScript and JQuery.