kvision / pl.treksoft.kvision.onsenui.grid / Col / <init>

<init>

(js) Col(content: String? = null, rich: Boolean = false, align: Align? = null, colWidth: CssSize? = null, colVerticalAlign: GridVerticalAlign? = null, classes: Set<String> = setOf(), init: (Col.() -> Unit)? = null)

Creates a column component.

Parameters

content - the content of the column.

rich - whether content can contain HTML code

align - text align

colWidth - a column width

colVerticalAlign - vertical align of the column content

classes - a set of CSS class names

init - an initializer extension function

Constructor
Creates a column component.