diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2016-03-06 19:07:51 -0800 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2016-03-06 19:07:51 -0800 |
| commit | 26b397735a2a61254d5aca0d70a4332ff73f13f4 (patch) | |
| tree | 28945d7d2402c82456e7b6245db6ba03a43e87de /share/frontend/imconcat/deps/README.md | |
| parent | c4df44415c48289a5bbeba8f68a3a0c1514a07ac (diff) | |
added basic js
Diffstat (limited to 'share/frontend/imconcat/deps/README.md')
| -rw-r--r-- | share/frontend/imconcat/deps/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/share/frontend/imconcat/deps/README.md b/share/frontend/imconcat/deps/README.md new file mode 100644 index 0000000..197c0b0 --- /dev/null +++ b/share/frontend/imconcat/deps/README.md @@ -0,0 +1,18 @@ +JSON Form dependencies +====================== + +This folder contains required and optional dependencies for JSON Form. + +Required +-------- +- [jQuery](http://jquery.com/) v1.7.2 or above +- [Underscore.js](http://documentcloud.github.com/underscore/) v1.3.3 or above + + +Optional +-------- +The libraries in the ```opt``` subfolder are optional as long as you do not use the feature they enable: +- [JSON Schema Validator](https://github.com/garycourt/JSV) is required to validate sumbitted values against the JSON schema that gave birth to the form. This folder includes a "build" of the validator (basically a merge of its different components scoped to avoid leaking variables to the global context. +- [Bootstrap](http://twitter.github.com/bootstrap/) v2.0.3 or above for styling purpose (JSON Form only uses the ```bootstrap.css``` file) +- [wysihtml5](http://jhollingworth.github.com/bootstrap-wysihtml5/) if the form uses ```wysihtml5``` textarea fields +- [jQuery UI Sortable](http://jqueryui.com/demos/sortable/) v1.8.20 or above for drag-and-drop support within arrays and tabarrays. Note the plugin itself depends on jQuery IU Core, jQuery UI Mouse, and jQuery UI Widget.
\ No newline at end of file |
