Extremely light weight text editor
The search for a light weight text editor ended here.
Cool!!!
widgEditor
only 33.4kb, simple to use and efficient.
Step 1 - Download from the following link
http://www.themaninblue.com/experiment/widgEditor/
Step 2 - Unzip and keep all files in a folder named 'widgEditor'
Step 3 - Add the following at the header of the html page
Step 1 - Download from the following link
http://www.themaninblue.com/experiment/widgEditor/
Step 2 - Unzip and keep all files in a folder named 'widgEditor'
Step 3 - Add the following at the header of the html page
<style type="text/css" media="all"> @import "widgEditor/css/info.css";
@import "widgEditor/css/main.css";
@import "widgEditor/css/widgEditor.css";
</style> <script type="text/javascript" src=”widgEditor/scripts/widgEditor.js”></script>
Step 4 - Use the class attribute 'widgEditor' to 'textarea' tag in your form code as in the following example.
<textarea class=”widgEditor”>Some Sample Text</textarea>
Save the html file with form outside the folder 'widgEditor'
Cool!!!
Comments