/FormDialog

FormDialog is a JavaScript project that assists in creating forms inside a bootstrap modal dialog.

Primary LanguageJavaScript

FormDialog

A JavaScript project that assists in creating forms inside a bootstrap modal dialog.

Demo Site

Visit our demo site to see this project in action.

Requirements and Dependencies

This project requires jQuery, Bootstrap to work out of the box. In order to use the color component you must have Very simple jQuery color picker.

For development Grunt and Bower will make things much easier.

Using the project

To use this project simply download the Raw version of FormDialog from the dist folder. There is both a minified version and the full version available to download.

For Development

  1. Clone the Repository
  2. From the command line run: npm install && bower install
  3. Start editing code

Building

From the command line run: grunt

Testing

From the command line run: grunt jasmine