Back Button
open class BackButton(content: String? = null, rich: Boolean = false, align: <Error class: unknown class>? = null, className: String? = null, init: BackButton.() -> Unit? = null)
A back button component designed to be placed inside the toolbar.
Parameters
content
the content of the button.
rich
whether content can contain HTML code
align
text align
class Name
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: BackButton.() -> Unit? = null)
Creates a back button component.