title.textString
default: ""
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
String
default: ""The text in the title bar of the Window.
<div id="dialog"></div>
<script>
$("#dialog").kendoWindow({
title: {
text: "Customer details"
}
});
</script>