An awesome jQuery WYSIWYG HTML text editor.
Easy to integrate and with a simple flat design. Also, with a cute koala as a mascot.
Easy to integrate and with a simple flat design. Also, with a cute koala as a mascot.
<textarea>
$("#editable").koala();
<div>
Some dummy content in this div
.
$("#editable2").koala();
Some dummy content in this div
.
$("#editable3").koala({ uploadURL: "upload.php" });
Some dummy content in this div
.
$("#editable4").koala({ toolbar: false });
Some dummy content in this div
.
$("#editable5").koala({ buttons: ['bold', 'italic', 'underline', 'sep', 'code'] });
Some dummy content in this div
.
$("#editable6").koala({ theme: "dark-koala" });
Algum conteúdo aleatório nesta div
.
$("#editable7").koala({ language: "pt_pt" });