Snip
|
Small, standards compliant, Javascript WYSIWYG HTML control
|
---|
Categories |
|
---|
For Snip |
loading snip actions ... |
---|---|
For Page |
loading url actions ... |
The name says it all. This Javascript file can be added to any HTML page to turn textarea elements into a WYSIWYG editor.
HTML |
<h2>Small, standards compliant, Javascript WYSIWYG HTML control</h2> <p>The name says it all. This Javascript file can be added to any HTML page to turn textarea elements into a WYSIWYG editor.</p> <h3>Key features</h3> <dl> <dt>Small</dt> <dd>The Javascript file is only 13kb, with the addition of styles and images that whole control is only 20kb.</dd> <dt>Standards compliant</dt> <dd>The HTML generated is valid (X)HTML, the script uses easily re-configured regular expressions to massage the code generated by the browsers designMode into valid (X)HTML.</dd> <dt>Configurable</dt> <dd>The WYSIWYG toolbars and functions available are easily configurable through an array at the top of the script.</dd> <dt>Easy installation</dt> <dd>Just drop in the Javascript file and assign a class name to turn a textarea into a WYSIWYG control.</dd></dl> |
---|