Skip to content

namavic/SCEditor

 
 

Repository files navigation

SCEditor v1.4.4

Build Status

A lightweight WYSIWYG BBCode and XHTML editor.

For more information visit sceditor.com

Usage

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'
	});
});

Options

See the documentation options page for a full list of options.

License

SCEditor is licensed under the MIT license.

If you use SCEditor a link back or a donation would be appreciated, but not required.

Contribute

Any contributions and/or pull requests would be welcome.

Themes, translations, bug reports, bug fixes and donations are greatly appreciated.

Donate

If you would like to make a donation you can via PayPal or via Flattr

Credits

Nomicons: The Full Monty Emoticons by:

Oscar Gruno, aka Nominell v. 2.0 -> [email protected] Andy Fedosjeenko, aka Nightwolf -> [email protected]

Icons by:

Mark James (https://www.famfamfam.com/lab/icons/silk/) Licensed under the Creative Commons CC-BY license.

About

A lightweight HTML and BBCode WYSIWYG editor

Resources

Stars

Watchers

Forks

Packages

No packages published