0.1.0 • Published 9 years ago

backbone-bootstrap-widgets v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

Series of widgets implemented as Backbone Views wrapping Bootstrap plugins.

  • ModalView creates a Backbone View wrapping a Bootstrap modal dialog. You can fill in the moal body in the render function.
  • ShiftableCollectionView creates a Backbone View wrapping a Backbone Collection. Allows you to shift models left and right to reorder, and to remove models.
  • FormView creates a Backbone View using Bootstrap form markup and styling. Implements bindings to update the Backbone Model based on DOM changes made by the user. (Deprecated Replaced by Backform)