icon String

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

    <div id="foo" data-role="view">
      Foo
    </div>


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