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

Show

methods

Shows the FloatingActionButton.

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

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

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