-
Notifications
You must be signed in to change notification settings - Fork 413
Custom Editors
amiceli edited this page Jan 22, 2015
·
16 revisions
A list of custom editors contributed by the community. Add your own with links to their repos or gists:
- AutoSelect (jQuery Autocomplete editor): https://github.com/dznz/backbone-forms-autoselect
- Generate bootstrap's group of checkbox style buttons: https://gist.github.com/Integral/5152196
- Bootstrap DatePicker: https://gist.github.com/kdimatteo/5707938
- Filepicker: https://gist.github.com/philfreo/3877309
- Select2 editor that extends Select editor: https://gist.github.com/jbugwadia/9303389
- In browser image toDataUrl editor https://github.com/Novashore/Novashore.ImageEditor
- Sortable List (uses Sortable) https://gist.github.com/tamagokun/95e76ee50f59a97696ce
- Pillbox Editor : https://github.com/amiceli/backbone-forms-pillbox-editor
Based on old versions of Backbone.Form:
- InlineNestedModel (List): https://gist.github.com/3885499 (to be completed..)
- InlineObject (List): https://gist.github.com/4214565 (forked from InlineNestedModel) with example (http://jsfiddle.net/NZpj7/3/).
- KeyValueObject (List): https://gist.github.com/4276591 (and https://gist.github.com/4283558 for primary CSS). Example can be found here : http://jsfiddle.net/getmax0/7cJAp/6/ (now incompatible with either the latest version of Backbone or Backbone.Forms. reconstructed setup similar to that on post date http://jsfiddle.net/6NfjT/2/). The purpose of this editor is to make it possible to edit keys and values of an object. The object would be displayed as a list.