WYSIWYG HTML Editor – Bootstrap based Rich Text Editor
WYSIWYG HTML Editor Ver. 2.0
WYSIWYG (What You See Is What You Get) HTML Editor is an easy and straightforward to make use of Javascript execCommand() based editor. This is full resolution for getting HTML enter from customers utilizing a kind, whenever you do your web site contact kind or any net based HTML Page one thing just like weblog submit, weblog remark, article feedback, suggestions from and so forth. And this isn’t a template for editor, however it is a actual and dealing WYSIWYG HTML Editor script the place you may actually enter html enter, WYSIWYG Editor or Code Editor and submit information to your server aspect script. Technically that is for execCommand WYSIWYG Editor.
PRO Version
If you need extra options with server aspect PHP help like picture importing, there’s a PRO model of the script right here.
WYSIWYG HTML Editor PRO – PHP based Editor with Image Uploader and more
Features
- 3 Versions of Editors (Full, Simple and Minimal)
- 5 minutes to setup, and even a dummy can apply this to a html web page
- Bootstrap Ready
- Tooltip for Buttons
- Very User Friendly Interface
- Easy to Apply a pores and skin coloration utilizing createditor() operate itself
- Converts any textual content space inside a kind utilizing easy javascription operate on the head of the HTML Page
- Fontowesome based good buttons for editor
- Live Demo Available
- Documentation is offered
- Line by Line Comments can be found for understanding the code
How to Apply ?
Head
<script sort="textual content/javascript">
$(window).on('load', operate(){
createeditor('form1','mytextarea','Full','#F2F2F2');
});
</script>
Body
<kind id="form1" title="form1" methodology="submit" motion="">
<textarea title="textarea" id="textarea" cols="45" rows="5"></textarea>
</kind>