toolbar

Gets a reference to the toolbar.

Returns

kendo.ui.ToolBar The tool bar of the media player.

Example

<div id="mediaplayer"></div>
<script>
$("#mediaplayer").kendoMediaPlayer({
    media: { title: "Kendo UI for jQuery: Welcome and Overview", source: "https://www.youtube.com/watch?v=UbkbVBNYZMc" }
});
// get a reference to the media player widget
var mediaPlayer = $("#mediaplayer").data("kendoMediaPlayer");
// get a reference to the toolbar
mediaPlayer.toolbar();
</script>
In this article
toolbar
Not finding the help you need?
Contact Support