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>