titleString(default: "")

Sets the title attribute of the input or textarea element.

Example

<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
    title: "Type your prompt here",
    placeholder: "Hover to see tooltip..."
});
</script>
In this article
title
Not finding the help you need?
Contact Support