promptTextArea.sizeString
Specifies the size of the component. Available options: "small"
, "medium"
, "large"
, "none"
.
Example
<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
promptTextArea: {
size: "large"
}
});
</script>
In this article