render
open override fun render( context: RenderContext, styling: BoxParams.() -> Unit, baseClass: StyleClass, id: String?, prefix: String): TextArea
Content copied to clipboard
Central method that should do the actual rendering of a component.
Consider to declare your implementation as `open` in order to allow the customization of a component.
Parameters
context
the receiver to render the component into
styling
a lambda expression for declaring the styling as fritz2's styling DSL
base Class
optional CSS class that should be applied to the element
id
the ID of the element
prefix
the prefix for the generated CSS class resulting in the form `$prefix-$hash`