buttonsTemplateString|Function(default: null)

Specifies the template which is used for rendering the action buttons.

The buttons configuration option needs to be enabled.

Example

<div id="flatpicker"></div>
<script>
$("#flatpicker").kendoFlatColorPicker({
    buttons: true,
    buttonsTemplate: "<button type='submit'>Submit</button>"
});
</script>
In this article
buttonsTemplate
Not finding the help you need?
Contact Support