show

Shows the FloatingActionButton.

Example

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

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

    fab.show();
</script>
In this article