Air toolbar

This example shows how to call Redactor with the Air toolbar.

Code

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

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