Text Labeled and Air toolbar

This example shows how to turn on the text labels for all buttons on the Air toolbar. Just select some text.

Code

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

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