Tim de Koning
|
14f4249b05
More "CSS skinnability" added class to "row", relates to issue #156
|
10 年之前 |
jdorn
|
919fe98560
New complete.html example (still a work in progress).
|
10 年之前 |
jdorn
|
30c03f6e1c
More recursive schema work. Still needs work.
|
10 年之前 |
Jeremy
|
635e7dd1f4
Editor API restructure to enable easier recursive schema support.
|
10 年之前 |
Jeremy
|
a352b9f590
Partial support for recursive schemas. A lot of stuff is still broken.
|
10 年之前 |
Jeremy
|
9589a8dc56
Initial setup of recursive schema support. DOESN'T WORK YET!
|
10 年之前 |
Jeremy
|
5287b68453
Change validation error message for minLength: 1 to be "Value required". #158
|
10 年之前 |
Jeremy
|
40d1674c99
Merge branch 'bmcbride-patch-1'
|
10 年之前 |
Jeremy
|
9427a6388c
Merge branch 'patch-1' of https://github.com/bmcbride/json-editor into bmcbride-path-1
|
10 年之前 |
Jeremy
|
9d438ba5f3
Clean up string translation code. Rename `formatter` to `translate` to reduce naming confusion with the JSON Schema `format` keyword. Fixes #74
|
10 年之前 |
Jeremy
|
8bebe4dcf1
Merge branch 'SebT-master'
|
10 年之前 |
Jeremy
|
ae32d7b615
Merge branch 'master' of https://github.com/SebT/json-editor into SebT-master
|
10 年之前 |
Bryan McBride
|
0dd1b23d96
Fix checkbox alignment for Bootstrap 3.2.0
|
10 年之前 |
jdorn
|
5c8c99b794
Add ability to set string format via options. #150
|
10 年之前 |
jdorn
|
fb180e6f15
Merge branch 'jhiswin-master'
|
10 年之前 |
Jonathan Hsu
|
d491db4f95
update jsoneditor.js/jsoneditor.min.js
|
10 年之前 |
Jonathan Hsu
|
2f53f0dac2
put Array.isArray polyfill in ie9.js
|
10 年之前 |
SebT
|
6cff780e37
Extracted the customization logic to a class that is instantiated in core.js. The instance is passed to the validator and the editors
|
10 年之前 |
SebT
|
a597e28df5
String customization OK for errors
|
10 年之前 |
SebT
|
895fa50861
Extracted all messages from validator.js and added it to default.js associated with keys
|
10 年之前 |
Jonathan Hsu
|
c98c172d83
use Array.isArray() instead of instanceof Array
|
10 年之前 |
Jeremy
|
5ff167af89
Version bump.
|
10 年之前 |
Jeremy
|
14e8540baf
Allow for nested definitions. Fixes #127
|
10 年之前 |
Jeremy
|
aa41bfa64a
Fix collapsed option with array editor. Fixes #148
|
10 年之前 |
jdorn
|
d58a264bf9
Version bump.
|
10 年之前 |
jdorn
|
ff33cbe576
Merge branch 'pangon-minor-patch'
|
10 年之前 |
jdorn
|
a4e99d9a6e
Merge branch 'minor-patch' of https://github.com/pangon/json-editor into pangon-minor-patch
|
10 年之前 |
jdorn
|
47dc6e5992
Fix bug with multiselect and edit json button. Fixes #145
|
10 年之前 |
jdorn
|
e8a93340ed
Fix typo that was breaking arrays. Fixes #146
|
10 年之前 |
Felicioli Claudio
|
cf57cfb2ec
skip afterInputReady for temporary string editor
|
10 年之前 |