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>