Toolbar off

This example shows how to turn off the toolbar.

Code

<!--element -->
<textarea id="content"></textarea>

<!-- call -->
<script>
$R('#content', { toolbar: false });
</script>