switchValidationMessages

fun <CV : HTMLElement> RenderContext.switchValidationMessages(classes: String? = null, scope: ScopeContext.() -> Unit = {}, tag: TagFactory<Tag<CV>>, initialize: ValidationMessages<CV>.() -> Unit)

Factory function to create a switchValidationMessages.

For more information refer to the official documentation


fun RenderContext.switchValidationMessages(classes: String? = null, scope: ScopeContext.() -> Unit = {}, initialize: ValidationMessages<HTMLDivElement>.() -> Unit)

Factory function to create a switchValidationMessages with a HTMLDivElement as default Tag.

For more information refer to the official documentation