<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>
The following demos are a great source for code samples and examples of how to use plug-ins.
Simple Demo Multiple Editor Demo Table Plug-in Demo Icon Plug-in Demo XHTML Plug-in Demo BBCode Plug-in Demo
Donations

Help support CLEditor with your PayPal donation:

Support

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.