title.textStringdefault: ""
The text in the title bar of the Window.
Example
<div id="dialog"></div>
<script>
$("#dialog").kendoWindow({
title: {
text: "Customer details"
}
});
</script>
In this article
Stringdefault: ""The text in the title bar of the Window.
<div id="dialog"></div>
<script>
$("#dialog").kendoWindow({
title: {
text: "Customer details"
}
});
</script>