Event Form
class EventForm<T : Any, C : KlerkContext>(csrfToken: String, inputs: List<Pair<String, InputType>>, referenceSelects: Set<ReferencePropertyWithOptions>, propsPopulatedAfterSubmit: List<String>, params: T?, postPath: String?, queryParams: Map<String, String>, htmlDetailsSummary: String?, htmlDetailsContents: Set<String>, template: EventFormTemplate<T, C>, translator: Translator)
Constructors
Link copied to clipboard
constructor(csrfToken: String, inputs: List<Pair<String, InputType>>, referenceSelects: Set<ReferencePropertyWithOptions>, propsPopulatedAfterSubmit: List<String>, params: T?, postPath: String?, queryParams: Map<String, String>, htmlDetailsSummary: String?, htmlDetailsContents: Set<String>, template: EventFormTemplate<T, C>, translator: Translator)