Jos de Jong
2a861a2868
Defined charset="utf-8" and lang="en" in all examples
2020-09-23 10:23:38 +02:00
josdejong
400b1eea37
Small styling fix
2020-07-01 10:58:29 +02:00
josdejong
87bc7b2561
Fix #1029 : XSS vulnerabilities
2020-07-01 10:45:09 +02:00
josdejong
62025c490d
Implemented option `limitDragging`, see #962
2020-05-24 16:02:04 +02:00
josdejong
d3231570ab
Fix #978 : in some special cases the caret was jumping to the beginning of the line whilst typing
2020-05-10 12:06:50 +02:00
jos
a33aa14cc2
Update test_build.html
2020-03-18 10:47:34 +01:00
Survesh Jones
8894420263
Fix #727 ( #809 )
...
* Fix #727 : exposing Focus and Blur events through JSONEditor options
* Comments for onFocus and onBlur exposed events
* Fixing lint issues
* Fix for #727 : Updated code for emitting onFocus and onBlur events
* Seperating FocusTarget out as a seperate class
* Fixing an issue that kept on setting the focus to the last element in the editor instead of passing it out
* Moving the add() method of FocusTracker into its constructor and renaming its remove() to destroy()
* removing a flag not needed anymore and making FocusTracker.target a required input
* updating focus tracker's focus checking condition
* Emitting onBlur callback when FocusTracker is being destroyed
* fixing lint issues
2019-11-24 19:41:08 +01:00
jos
df386b6f1b
Add `'preview'` to the list with allowed modes in all examples
2019-07-08 20:00:34 +02:00
jos
9ac82e24d2
Publish v5.26.2
2018-11-13 20:39:02 +01:00
jos
00f2ab0b76
Revert small test editors
2018-08-25 15:31:58 +02:00
jos
fe4144f5f2
Absolutely positioned color picker
2018-08-25 15:22:37 +02:00
jos
f913d4e08a
Implemented `timestampTag`
2018-08-22 18:00:56 +02:00
jos
b853ec3f64
Implement color picker. Expose `VanillaPicker`, `ace`, and `Ajv`.
2018-08-22 12:10:15 +02:00
jos
4f72c5e113
Display a colored square left from values containing a color
2018-08-22 09:20:19 +02:00
jos
983fafdf9c
Implemented options `onChangeJSON(json)` and `onChangeText(jsonString)`
2018-08-07 11:03:27 +02:00
jos
ec2511793a
Fixed #259 : when having a JSONEditor inside an HTML form, clicking an entry in the context menu did submit the form
2016-01-19 21:52:52 +01:00
jos
c0077250ef
Fixed #222 : editor throwing `onChange` events when switching mode
2016-01-12 17:25:33 +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
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
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