Skip to content

Useful Marionette.js behaviors extracted from the apps whose I contribute.

Notifications You must be signed in to change notification settings

samuelsimoes/marionette-behaviors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#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 This behavior will help you to bind events on the form inputs to get your values on your model's attributes.

###Modal View This behavior will help you to create modals with your Marionette Views.

###Model Save Notificable View This behavior will show a message with Notify.js on some UI element of your view when your view's model makes a request. This message status depends on the request's status.

About

Useful Marionette.js behaviors extracted from the apps whose I contribute.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published