promptTextArea.fillModeString

Specifies the fill mode of the textarea. Available options: "solid", "outline", "flat", "none".

Example

<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
    promptTextArea: {
        fillMode: "outline"
    }
});
</script>
In this article
promptTextArea.fillMode
Not finding the help you need?
Contact Support