OnsListTitle

open class OnsListTitle(content: String? = null, rich: Boolean = false, align: <Error class: unknown class>? = null, className: String? = null, init: OnsListTitle.() -> Unit? = null)

An Onsen UI list title component.

Parameters

content

the content of the component.

rich

whether content can contain HTML code

align

text align

className

CSS class names

init

an initializer extension function

Constructors

Link copied to clipboard
constructor(content: String? = null, rich: Boolean = false, align: <Error class: unknown class>? = null, className: String? = null, init: OnsListTitle.() -> Unit? = null)

Creates a list title component.

Properties

Link copied to clipboard

A modifier attribute to specify custom styles.

Functions

Link copied to clipboard
open fun buildAttributeSet(attributeSetBuilder: <Error class: unknown class>)