This example shows how to turn on the text labels for all buttons on the Air toolbar. Just select some text.
<!--element -->
<textarea id="content"></textarea>
<!-- call -->
<script>
$R('#content', { air: true, buttonsTextLabeled: true });
</script>