Jeremy Dorn
|
aca1abae57
Added native implementation of $.each and moved utilities to their own file.
|
10 年之前 |
Jeremy Dorn
|
49ee4e30ba
Add native implementation of $extend (http://andrewdupont.net/2009/08/28/deep-extending-objects-in-javascript/)
|
10 年之前 |
Jeremy Dorn
|
24d8b5b407
Started converting to native javascript.
|
10 年之前 |
Jeremy Dorn
|
007e6b2e55
Add support for Zepto (requires event and data modules only). First step to fully convert to native.
|
10 年之前 |
jdorn
|
3f54ab50da
Performance improvements with showing/hiding input validation errors with the bootstrap2 theme.
|
10 年之前 |
jdorn
|
0b3f7cd85d
Major performance improvements for large schemas (500% faster initialization in some cases).
|
10 年之前 |
Jeremy Dorn
|
7da25424d2
Performance improvements when deleting array elements from long arrays.
|
10 年之前 |
Jeremy Dorn
|
891d01f84d
Fix bug with the multiple editor that wasn't choosing good display names for the drop down.
|
10 年之前 |
Jeremy Dorn
|
4a3265db15
Add support for dynamic headers. Fixes #67
|
10 年之前 |
jdorn
|
6974400219
Fix typo with string format=textarea.
|
10 年之前 |
jdorn
|
bd8bfbf274
Add support back for `collapsed` option. It was broken a while ago.
|
10 年之前 |
jdorn
|
04e73c6789
Fixed bug with Validator.expandSchema not recursively expanding.
|
10 年之前 |
Jeremy Dorn
|
353564b676
Add validator support for required_by_default and no_additional_properties.
|
10 年之前 |
jdorn
|
8bdf637b9b
Adding new `tabs` format for arrays.
|
10 年之前 |
Jeremy Dorn
|
1519d2439a
Moved example.html to demo.html and added examples directory.
|
10 年之前 |
Jeremy Dorn
|
44ead588d0
Clean up README overview and options
|
10 年之前 |
Jeremy Dorn
|
066662bbbf
Fix bug with string editor not always returning a string value when dynamic enums are used.
|
10 年之前 |
Jeremy Dorn
|
b0e30c3ac1
Update README.md
|
10 年之前 |
Jeremy Dorn
|
6a868dc068
Improve styling of table and array editors. Fixes #64
|
10 年之前 |
Jeremy Dorn
|
34b9e2a971
Add support for icon buttons. Fixes #65
|
10 年之前 |
jdorn
|
35745a7d0d
Fix bug with string editor and enumSource.
|
10 年之前 |
Jeremy Dorn
|
651df33c36
Add support for the Select2 library.
|
10 年之前 |
jdorn
|
f4f354d791
Add support for readOnly (version 4 hyper schema) and readonly (version 2 json schema) for string and select editors.
|
10 年之前 |
jdorn
|
d18b1a32db
Remove trailing comma.
|
10 年之前 |
jdorn
|
273008eef9
Fix padding around arrays in the Bootstrap2 theme.
|
10 年之前 |
Jeremy Dorn
|
ee75ba36d1
Fix bug with setting the value of an enumSource element before the select options have been set.
|
10 年之前 |
Jeremy Dorn
|
d62abf42ff
Fix bug with watched fields not updating correctly within array rows.
|
10 年之前 |
jdorn
|
8866f2a357
Add `no_additional_items` option for JSON Editor.
|
11 年之前 |
jdorn
|
ea8821c0f3
Fix bug with `self` not being defined.
|
11 年之前 |
Jeremy Dorn
|
5d39662912
Add support for dynamic enum. Fixes #61
|
11 年之前 |