Load with plugins

This example shows how to load Redactor with plugins. Just use the plugins options and set an array of plugins by name.

Code

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

<!-- call -->
<script>
$R('#content', { plugins: ['table', 'alignment'] });
</script>