标签: html wysihtml5
我使用普通的textarea并且它是必需的:
<textarea class="form-control textarea text-area-wysihtml5" id="information" placeholder="Informação" name="information" required></textarea>
但现在我想使用文本编辑器(WYSIHTML5)。
任何人都知道如何使它成为必需品?
$(".textarea").wysihtml5();