Topic: WYSIWYG Editor Plugin in form textarea
mravandoust free asked 3 years ago
How can I use WYSIWYG Editor Plugin in form textarea ?
Michał Duszak staff answered 3 years ago
Hello, WYSIWYG editor is not a part of Forms, but you can build a custom form. To distinguish one editor from another, wrap one into a parent, e.g.:
<div class="first-area">
<div class="wysiwyg" data-mdb-wysiwyg="wysiwyg">
</div>
</div>
Then you can use '.first-area .wysiwyg-content' selector to build a custom form. https://mdbootstrap.com/snippets/standard/m-duszak/3256156#js-tab-view
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
- Premium support: No
- Technology: MDB Standard
- MDB Version: MDB5 3.9.0
- Device: Desktop
- Browser: chrome
- OS: 10
- Provided sample code: No
- Provided link: No