SCEditor v1.4.4
A lightweight WYSIWYG BBCode and XHTML editor.
For more information visit sceditor.com
Include the JQuery and SCEditor JavaScript
<link rel="stylesheet" href="minified/jquery.sceditor.min.css" type="text/css" media="all" />
<script type="text/javascript" src="minified/jquery.sceditor.bbcode.min.js"></script>
Then to change all textareas to WYSIWYG editors, simply do:
$(function() {
$("textarea").sceditor({
plugins: 'xhtml',
style: 'minified/jquery.sceditor.default.min.css'
});
});
or for a BBCode WYSIWYG editor do:
$(function() {
$("textarea").sceditor({
plugins: 'bbcode',
style: 'minified/jquery.sceditor.default.min.css'
});
});
See the documentation options page for a full list of options.
SCEditor is licensed under the MIT license.
If you use SCEditor a link back or a donation would be appreciated, but not required.
Any contributions and/or pull requests would be welcome.
Themes, translations, bug reports, bug fixes and donations are greatly appreciated.
If you would like to make a donation you can via PayPal or via Flattr
Nomicons: The Full Monty Emoticons by:
Oscar Gruno, aka Nominell v. 2.0 -> oscargruno@mac.com Andy Fedosjeenko, aka Nightwolf -> bobo@animevanguard.com
Icons by:
Mark James (http://www.famfamfam.com/lab/icons/silk/) Licensed under the Creative Commons CC-BY license.