With current setup tinymce selector is set to all textarea fields on my page. How can I change this to only one field using css id property?
This is my current setup
<script>
tinymce.init({ selector: 'textarea' });
</script>
<script>
tinymce.init({ selector: "#myid" });
</script>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With