<html> <head> <link rel="stylesheet" href="jquery.cleditor.css" /> <script src="jquery.min.js"></script> <script src="jquery.cleditor.min.js"></script> <script src="jquery.cleditor.table.min.js"></script> <script> $(document).ready(function () { $("#input").cleditor(); }); </script> </head> <body> <textarea id="input" name="input"></textarea> </body> </html>
The 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 the CLEditor project 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.