Description
A view that can display and edit multiline, styled text.
Parameters
key
: A binding to a string value that provides the text to display and edit.value
: The initial text to display.Example
<body>
<form>
<texteditor key="myText" value="This is some editable text."/>
</form>
</body>