<html> <head> <link rel="stylesheet" href="jquery.cleditor.css" /> <script src="jquery.min.js"></script> <script src="jquery.cleditor.min.js"></script> <script> $("textarea").cleditor({ controls: "bold italic underline strikethrough" })[0].focus(); </script> </head> <body> <textarea id="input1" name="input1"></textarea> <textarea id="input2" name="input2"></textarea> <textarea id="input3" name="input3"></textarea> </body> </html>
Help support CLEditor with your PayPal donation:
To request new features or just get some help with CLEditor, please visit our discussion group.
You can also visit our open source project hosted on Google Code to report bugs.