Text Labeled

This example shows how to turn on the text labels for all buttons on the toolbar.

Code

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

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