JavaScript is currently disabled in your web browser.
For full functionality of this site, it may be necessary to enable JavaScript. Here are instructions how to enable JavaScript.

You are using an outdated browser.
For full functionality of this site, you may need to upgrade your browser.

Rich Text Editor

The rich text editor used is CKEditor. Documentation can be found here.

Show Javascript Source
<script  type="text/javascript">
	require(['jquery', 'cui', 'domReady!', 'richtext'], function($, cui) {
		$('#editor1').ckeditor();
		//Uses the jquery adapter, same as CKEDITOR.replace('editor1');
	});
</script>