jos
|
be40705cde
|
Neatly resize the ace editor when validation errors are added/removed
|
2016-01-12 15:41:22 +01:00 |
jos
|
0690202f3a
|
Implemented #183: display a checkbox left from boolean values, so you can easily switch between true/false.
|
2016-01-12 15:18:11 +01:00 |
jos
|
1d9d9c2594
|
Implemented method `setSchema`
|
2016-01-12 13:16:13 +01:00 |
jos
|
a2b84b2dd8
|
Updated readme, docs, added example
|
2016-01-12 12:40:23 +01:00 |
jos
|
30eea90614
|
Added build script for minimalist version
|
2016-01-12 11:38:38 +01:00 |
jos
|
4b5ac7434f
|
Parent nodes now display an error when a child node is invalid
|
2016-01-11 17:06:12 +01:00 |
jos
|
e21aad3e69
|
Basic JSON schema validation working
|
2016-01-11 15:44:03 +01:00 |
jos
|
5f99f09c0f
|
Fixed dragging multiple nodes horizontally
|
2015-12-30 17:26:39 +01:00 |
jos
|
db0345c668
|
Styling of values in tree mode now customizable. Added a custom styling example
|
2015-12-27 17:36:59 +01:00 |
jos
|
de314b897e
|
Renamed options `change`, `editable`, `error` to respectively `onChange`, `onEditable`, and `onError`. Implemented `onModeChange` and `getMode`.
|
2015-12-25 11:38:41 +01:00 |
jos
|
cafd4daba3
|
Implemented a new option `escapeUnicode`, which will show the hexadecimal unicode instead of the character itself. (See #93 and #230).
|
2015-12-24 20:20:50 +01:00 |
jos
|
0b234f6375
|
Some more fixes related to unicode and escape chars
|
2015-12-24 17:22:01 +01:00 |
jos
|
9cdff41afa
|
Fixed #230: unicode characters are not escaped
|
2015-12-22 15:31:24 +01:00 |
jos
|
dc40abf143
|
Fixed #230, Fixed #227, and Fixed #93: html and unicode characters not escaped
|
2015-12-21 14:39:15 +01:00 |
jos
|
d9939177dd
|
Moved images also to /dist
|
2015-02-28 21:02:39 +01:00 |
jos
|
75372fa3d7
|
More unit tests and a refinement of the regexp to remove JSONP encapsulation
|
2015-02-28 17:03:40 +01:00 |
jos
|
b94b87c66b
|
Fixed bugs in the JSON sanitizer, no longer manipulating comments or JSON-like structures inside strings.
|
2015-02-28 16:54:34 +01:00 |
jos
|
86e15f74e2
|
Added some unit tests
|
2015-02-28 15:04:46 +01:00 |
jos
|
0db2c35c2b
|
Using brace to load Ace. Ace and jsonlint are now packed by default with JSONEditor. Removed all redundant build stuff for the assets.
|
2015-02-27 21:54:04 +01:00 |
jos
|
b947e868eb
|
Improved the `editable` callback: now also provides the path to a node and the nodes value
|
2014-07-27 21:08:59 +02:00 |
jos
|
1133024ae7
|
Implemented setting editable/readonly nodes individually via config function `editable`
|
2014-07-27 15:46:42 +02:00 |
jos
|
5f9d4a54a2
|
Added css concat and minify to gulpfile
|
2014-05-29 22:35:47 +02:00 |
jos
|
d6da7f548e
|
Refactored JSONEditor sourcecode to AMD modules
|
2014-05-29 22:13:37 +02:00 |
jos
|
6eea2b6335
|
Renamed files to match the contained prototype
|
2014-05-29 18:51:17 +02:00 |
jos
|
282dc4f7ac
|
Moved sourcecode from `/jsoneditor` to `/src`
|
2014-05-29 18:42:14 +02:00 |
jos
|
4eae0cff1f
|
Loading assets Ace Editor and JSONLint via npm. Auto build assets.
|
2014-05-29 18:35:39 +02:00 |
jos
|
85100e9fb4
|
Removed web application from the project
|
2014-05-29 14:22:50 +02:00 |
josdejong
|
e302507c7a
|
Fixed #80 and #70 (again)
|
2013-12-07 15:30:11 +01:00 |
josdejong
|
8ddc6f3946
|
Disabled saving files using HTML5 on Firefox to prevent a Firefox bug
|
2013-11-15 16:03:52 +01:00 |
josdejong
|
430a2ce5a4
|
Improved splitter: can now completely hide the panels. Added highlighting of the splitter.
|
2013-03-07 22:35:06 +01:00 |
josdejong
|
df367e62a7
|
Reorganized the namespacing, moved to jsoneditor.*. More consistent, and will make it easier to pack the library as a module.
|
2013-01-05 14:32:40 +01:00 |
josdejong
|
22c8037036
|
Added test file
|
2013-01-01 21:04:16 +01:00 |
josdejong
|
2a64d5315e
|
Splitted jsoneditor.js and jsoneditor.css into multiple source files. Rearranged the folders a little, and updated the build script.
|
2013-01-01 20:54:07 +01:00 |
Jos de Jong
|
18d56db063
|
- Implemented load/save functionality.
- Rearranged the code.
- Updated the build file accordingly
|
2012-10-31 22:16:07 +01:00 |
Jos de Jong
|
e290ff15da
|
Restructured the files
|
2012-08-16 21:18:37 +02:00 |
Jos de Jong
|
321a5e91a0
|
Cleaned up old files
|
2012-08-16 21:04:36 +02:00 |
Jos de Jong
|
eeda3673cd
|
Moved the search functionality to a separate prototype SearchBox
|
2012-07-29 21:42:26 +02:00 |
Jos de Jong
|
bd45e9bf60
|
Added a test file to test methods for extracting innerText including return characters from an editable div (see Issue #5)
|
2012-07-24 22:36:25 +02:00 |
=
|
3ed3e0e48e
|
test file added for testing breaking a long url
|
2012-05-30 10:03:22 +02:00 |
=
|
28ba72f576
|
first commit
|
2012-04-21 13:28:28 +02:00 |