8894420263
* 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 |
||
---|---|---|
.. | ||
Node.test.js | ||
couchdbeditor.html | ||
jsonUtils.test.js | ||
setup.js | ||
test_bootstrap.html | ||
test_build.html | ||
test_build_min.html | ||
test_code_mode.html | ||
test_color_picker.html | ||
test_destroy.html | ||
test_focus_tracker.html | ||
test_large_array.html | ||
test_materialize.html | ||
test_minimalist_min.html | ||
test_preview_load_save.html | ||
test_schema.html | ||
test_update.html | ||
util.test.js |