<div class="intro">
    <p>This example show a how the Rich Text Editor UI works.</p>
	<p>The text style in the Rich Text Editor is loaded from an external css file which you can <a href="index.html#configuration">configure</a>.</p>
</div>

<h2>Example EditorUI</h2>
<p>Description</p>

{{>example-html}}

<script>
YUI().use('{{use}}', function(Y) {
	
	Y.on('domready', function() {
		/* create editor */		
		{{>example-js}}
	});
});
</script>


