icon String

The icon of the button. It can be either one of the built-in icons, or a custom one.

Example

<div id="foo" data-role="view">
  <a data-role="button" data-icon="play">Foo</a>
</div>

<script>
var app = new kendo.mobile.Application();
</script>
In this article