Skip to main content

CotomyForm

Abstract base class for Cotomy forms.

Properties

PropertyTypeDescription
actionUrlstringForm action URL (defaults to current path + query).
autoReloadbooleanWhether the form reloads on page restoration.
initializedbooleantrue after event handlers are wired.

Methods

MethodDescription
generateId(prefix?)Ensures the form has an id.
reloadAsync()Reloads the page (uses CotomyWindow).
initialize()Wires submit handler and marks the form as initialized.
submitAsync()Abstract submit handler implemented by subclasses.