Remove button from toolbar

This example shows how to remove the button from the toolbar.

Code

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

<!-- call -->
<script>
$R('#content', { buttonsHide: ['deleted', 'link'] });
</script>