Class

RezFormTransformer

RezFormTransformer()

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.

View Source rez_view.js, line 985

Extends

Methods

# static constructor(receiver)

Creates a new RezFormTransformer.

Parameters:
Name Type Description
receiver Object

Object that handles form submissions

View Source rez_view.js, line 995