New to Kendo UI for jQueryStart a free 30-day trial

Text

configuration

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

text

String

Default: ''

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

<script>
    $('#fab-text').kendoFloatingActionButton({
        text: 'Actions'
    });
</script>
Not finding the help you need?
Contact Support