jsoneditor/examples
dependabot[bot] 4d12b1d000 Bump handlebars from 4.0.11 to 4.1.2 in /examples/react_demo (#725)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.11...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-04 19:37:39 +02:00
..
css Updated darktheme example 2015-12-31 13:35:10 +01:00
react_advanced_demo Update dependencies of react examples 2019-06-12 22:01:56 +02:00
react_demo Bump handlebars from 4.0.11 to 4.1.2 in /examples/react_demo (#725) 2019-07-04 19:37:39 +02:00
requirejs_demo Moved the distribution files from root to the ./dist folder 2015-02-28 20:47:23 +01:00
01_basic_usage.html Implement color picker. Expose `VanillaPicker`, `ace`, and `Ajv`. 2018-08-22 12:10:15 +02:00
02_viewer.html Moved the distribution files from root to the ./dist folder 2015-02-28 20:47:23 +01:00
03_switch_mode.html Renamed options `change`, `editable`, `error` to respectively `onChange`, `onEditable`, and `onError`. Implemented `onModeChange` and `getMode`. 2015-12-25 11:38:41 +01:00
04_load_and_save.html Added save dialog 2016-06-03 19:32:21 +02:00
05_custom_fields_editable.html Renamed options `change`, `editable`, `error` to respectively `onChange`, `onEditable`, and `onError`. Implemented `onModeChange` and `getMode`. 2015-12-25 11:38:41 +01:00
06_custom_styling.html Autocomplete final refactory 2017-05-16 02:20:30 -04:00
07_json_schema_validation.html Use JSON schema title as name for the root object if defined (see #635) 2019-06-12 15:43:16 +02:00
08_custom_ace.html Fixed embedded version of jsoneditor ace theme not being loaded in minimalist version. Added docs and example on loading a custom Ace editor (see #55) 2017-01-03 20:23:03 +01:00
09_readonly_text_mode.html Released v5.6.0 2017-04-15 12:28:46 +02:00
10_templates.html Released v5.7.0 2017-05-26 16:17:34 +02:00
11_autocomplete_basic.html Cleanup some unused code. Minor update in the readme and examples 2017-07-08 11:48:32 +02:00
12_autocomplete_dynamic.html Feat: Added filter and trigger options for autocomplete (#713) 2019-06-08 11:37:52 +02:00
13_autocomplete_advanced.html caseSensitive option added to autocomplete 2017-12-02 13:30:44 -05:00
14_translate.html Simplify example 14 a bit 2018-02-25 19:59:20 +01:00
15_selection_api.html (1) onTextSelectionChange: change params order (2) getSelection: empty selection 2018-04-26 22:19:35 +03:00
16_synchronize_editors.html Implemented advanced react example and some minor improvements 2018-08-07 13:32:41 +02:00
17_on_event_api.html Cleanup comments and update number of example 2018-08-13 20:53:32 +02:00
18_custom_validation.html Implemented support for async custom validation 2018-08-15 12:21:27 +02:00
19_custom_validation_async.html Implemented support for async custom validation 2018-08-15 12:21:27 +02:00
20_custom_css_style_for_nodes.html Define `onClassName` once and use it twice 2019-01-21 21:04:32 +01:00
21_customize_context_menu.html Fix #698 `node.path` sometimes null in `onCreateMenu` 2019-05-29 16:29:29 +02:00