RichText

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

Form field rich text component.

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

init

an initializer extension function

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
var inputHeight: <Error class: unknown class>

Rich input control height.

Link copied to clipboard
val wrapper: <Error class: unknown class>

Functions

Link copied to clipboard
open fun styleForHorizontalFormPanel(horizontalRatio: <Error class: unknown class>)