Event Form Template
class EventFormTemplate<T : Any, C : KlerkContext>(eventWithParameters: EventWithParameters<T>, klerk: Klerk<C, *>, postPath: String? = null, init: EventFormTemplate<T, C>.() -> Unit)
Regarding CSRF protection: the 'Double Submit Pattern' with '__Host-' cookie-prefix is used.
Constructors
Link copied to clipboard
constructor(eventWithParameters: EventWithParameters<T>, klerk: Klerk<C, *>, postPath: String? = null, init: EventFormTemplate<T, C>.() -> Unit)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun parse(call: ApplicationCall, populatedAfterSubmit: Map<KProperty1<*, Any?>, DataContainer<*>> = emptyMap()): ParseResult<T>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard