Answer the question
In order to leave comments, you need to log in
Wysiwyg instead of textarea?
tell me how to implement a wysiwyg editor instead of a regular textarea, preferably bootstrap
<textarea onkeyup="textAreaAdjust(this, 70)" name="postText" class="form-control postText" cols="10" rows="3" placeholder="<?php echo $wo['lang']['publisher_box_placeholder']; ?>" dir="auto"><?php echo $hashtag;?></textarea>
Answer the question
In order to leave comments, you need to log in
Connect some ready-made editor to the textarea, for example CKEditor
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question