text String (default: '')

Specifies the text of the FloatingActionButton. Default is empty string.

Example

<button id="fab-text"></button>

<script>
    $('#fab-text').kendoFloatingActionButton({
        text: 'Actions'
    });
</script>
In this article