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

Text

methods

Sets / gets the text of the FloatingActionButton.

Parameters:textString

The new text of the FloatingActionButton.

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

<script>
    var fab = $('#fab').kendoFloatingActionButton({
        text: 'Actions'
    }).getKendoFloatingActionButton();

    fab.text('Print');
</script>
Not finding the help you need?
Contact Support