2.0.0 • Published 10 years ago

gaffa-form v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

gaffa-form

form view for gaffa

Install:

npm i gaffa-form

Add to gaffa:

gaffa.views.constructors.form = require('gaffa-form');

API

Properties (instanceof Gaffa.Property)

valid (set)

The rendered elements validity state.

method (set)

The rendered elements method.

action (set)

The rendered elements action.

Note: If a Forms action is not set, the its submit event will be preventDefault()'d
2.0.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago