open class FieldLabel : Tag
Helper class for HTML label element.
FieldLabel(forId: String, text: String? = null, rich: Boolean = false, classes: Set<String> = setOf("control-label")) |
var align: ALIGN?
Text align. |
|
var rich: Boolean
Determines if text can contain HTML code. |
|
var text: String?
Text content of the tag. |
|
var type: TAG
Tag type. |
open fun getSnAttrs(): List<StringPair>
Returns list of element attributes in the form of a List. |
open fun getSnClass(): List<StringBoolPair>
Returns list of CSS class names for current widget in the form of a List. |
|
open fun render(): VNode
Renders current component as a Snabbdom vnode. |