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

ThemeColor

methods

Sets or gets the theme color of the FloatingActionButton.

Parameters:themeColorString
<button id="fab"></button>

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

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