loading String
(default: "<h1>Loading...</h1>")
The text displayed in the loading popup. Setting this value to false will disable the loading popup.
Note: The text should be wrapped inside <h1>
tag.
<div data-role="view">Bar</div>
<script>
new kendo.mobile.Application($(document.body), {
loading: "<h1>Please wait...</h1>"
});
</script>