RichText

constructor(value: String? = null, name: String? = null, label: String? = null, rich: Boolean = false, allowFileUploads: Boolean = false, init: RichText.() -> Unit? = null)

Parameters

value

text input value

name

the name attribute of the generated HTML input element

label

label text bound to the input element

rich

determines if label can contain HTML code

allowFileUploads

determines if file uploads are allowed (default false)

init

an initializer extension function