UNMAINTAINED. vue-form-generator is the successor.
PropertiesJS is a javascript property editor, written in Coffeescript.
- multiple object editing
- 12 editors
- live editing mode
- support validation
- change, save, validate event
- call object functions with buttons
- grouping
- ...etc
Installation uses the npm package manager. Just type the following command after installing npm.
$ npm install propertiesjs
$ bower install propertiesjs
Download zip package and unpack:
https://github.com/icebob/propertiesjs/archive/master.zip
Include jquery and properties.min.js file from dist folder:
<script src="https://code.jquery.com/jquery-2.1.3.min.js" type="text/javascript"></script>
<script src="dist/propertiesJS.min.js type="text/javascript""></script>
Include properties.css style file from dist folder:
<link rel="stylesheet" href="dist/propertiesJS.css">
We use Gulp to build and run tests.
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
PropertiesJS is available under the MIT license.
Copyright (C) 2015 Icebob