Constructor
# new RezFormTransformer()
Transformer for live forms (<form rez-live>) in cards.
Adds submit handlers to forms with the rez-live attribute. Form
submissions are prevented and routed through the receiver instead.
Extends
Methods
# static constructor(receiver)
Creates a new RezFormTransformer.
Parameters:
| Name | Type | Description |
|---|---|---|
receiver |
Object
|
Object that handles form submissions |