5.1.0 • Published 6 years ago

veams-component-form v5.1.0

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

Form

The form component is a complete solution for your forms. It provides

  • ajax functionality
  • a datepicker (pikaday.js)
  • custom styles for checkboxes and radio buttons
  • jQuery-free.

Requirements

  • Veams >= v5.0.0 - Veams Framework.

Installation

Installation with Veams

veams install vc form


Usage

JavaScript Options:

submitOnLoad

Type: boolean | Default: false

Submit form on page load.

submitOnChange

Type: boolean | Default: true

Submit form on change.

loadingClass

Type: string | Default: null

Optional class to be set while fetching data from server.

successClass

Type: string | Default: 'is-success'

Class to be set after data was fetched successfully.

errorClass

Type: string | Default: 'is-error'

Class to be set after fetching data failed for some reason.

5.1.0

6 years ago

5.0.1

7 years ago

5.0.0

7 years ago

4.0.3

7 years ago

4.0.2

7 years ago

4.0.1

7 years ago

4.0.0

7 years ago