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

FillMode

configuration

Controls how the color is applied to the button. When undefined (the default), the theme controls the default fill mode. Valid values are: "solid".\n\n> The \"none\" value is deprecated. Use custom CSS instead.

fillMode

String

Default: undefined

<div id="fab-solid"></div>
<div id="fab-none"></div>
<script>
$("#fab-solid").kendoFloatingActionButton({
    icon: "plus",
    fillMode: "solid"
});

$("#fab-none").kendoFloatingActionButton({
    icon: "plus",
    fillMode: "none"
});
</script>
Not finding the help you need?
Contact Support