PropertiesJS
PropertiesJS is a javascript property editor, writtern in Coffeescript.
Demo
Features
- multiple object editing
- 12 editors
- live editing mode
- support validation
- change, save, validate event
- call object functions with buttons
- grouping
- ...etc
Dependencies
Installation
NPM
Installation uses the npm package manager. Just type the following command after installing npm.
$ npm install propertiesjs
Bower
$ bower install propertiesjs
Manual
Download zip package and unpack:
https://github.com/icebob/propertiesjs/archive/master.zip
Usage
Include jquery and properties.min.js file from dist folder:
Include properties.css style file from dist folder:
Test & contributing
We use Gulp to build and run tests.
Dependencies
Clone this repository
$ git clone https://github.com/icebob/propertiesjs.git
Install npm dependencies:
$ npm install
To run tests
$ gulp test
To run build
$ gulp build
License
PropertiesJS is available under the MIT license.
Contact
Copyright (C) 2015 Icebob