https://github.com/eyolas/backbone.marionette.rivets
add rivets to backbone.marionette
https://github.com/eyolas/backbone.marionette.rivets
Last synced: 12 months ago
JSON representation
add rivets to backbone.marionette
- Host: GitHub
- URL: https://github.com/eyolas/backbone.marionette.rivets
- Owner: eyolas
- License: mit
- Created: 2014-11-13T09:25:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-14T15:44:37.000Z (over 11 years ago)
- Last Synced: 2025-06-20T16:11:30.324Z (12 months ago)
- Language: JavaScript
- Size: 215 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
backbone.marionette.rivets
==========================
add rivets to backbone.marionette
##ItemView:
###override:
- `_renderTemplate` for add rivets binding and call getTemplateData
- `destroy` for unbinding rivets
###new method:
- `getTemplateData` : renderTemplate call this method instead of serialiazeData. By default get Model or Collection of the view.
- `_oldRenderTemplate`: old method
- `oldDestroy`: old method
#Installation:
You can install using the package manager of your choice. We currently maintain releases on npm, jam and bower (recommended).
```sh
bower install backbone.marionette.rivets
```