Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuelsimoes/marionette-behaviors
Useful Marionette.js behaviors extracted from the apps whose I contribute.
https://github.com/samuelsimoes/marionette-behaviors
Last synced: 5 days ago
JSON representation
Useful Marionette.js behaviors extracted from the apps whose I contribute.
- Host: GitHub
- URL: https://github.com/samuelsimoes/marionette-behaviors
- Owner: samuelsimoes
- Created: 2015-05-10T14:10:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-10T15:24:26.000Z (over 9 years ago)
- Last Synced: 2024-11-07T21:14:24.719Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Marionette Behaviors
Marionette Behaviors are like mixins to your Mariontte.js views, with behaviors
you can extract DOM interactions and reuse on your views.This repo contains some useful Marionette.js Behaviors extracted from the apps
whose I contribute.##Behaviors
###[Model Bind View](model_bind_view/)
This behavior will help you to bind events on the form inputs to get your values
on your model's attributes.###[Modal View](modal_view/)
This behavior will help you to create modals with your Marionette Views.###[Model Save Notificable View](model_save_notificable_view/)
This behavior will show a message with **[Notify.js](https://github.com/jpillora/notifyjs)** on
some [UI element](http://marionettejs.com/docs/v2.4.1/marionette.itemview.html#organizing-ui-elements) of your view when your view's model makes a request. This message status depends on the request's status.