Tag archives for BackboneKit

BackboneJS Declarative Events

Today I merged into my BackboneKIT project a piece of code from backbone.declarative GitHub page to implement declarative events into Views. Continue reading »

Posted in BackboneJS | Leave a comment

BackboneJS Inheritance by BackboneKIT

I often use to create a layered components app where each object may extend an existing one: An Image extends a Panel, a Panel extends a Component.

In BackboneKIT each layer can extend parent’s layer with the Backbone.View::extend() method (as normal) but some thing goes slightly different from the BackboneJS way. Continue reading »

Posted in BackboneJS | Leave a comment

BackboneJS Plugin System with BackboneKIT

When think about big Js projects I often need to pack some behaviors together then add to multiple classes. I often need this with views.

BackboneJS itself offer no solutions to accomplish this stuff but I’m a curious person so I started to surf and read then I found this git. That inspired me.

I think it’s time to add a “plugin” concept to the BackboneJS library. I did it in my BackboneKit project but I hope someone else will code it better! Continue reading »

Posted in BackboneJS | Leave a comment

Swedish Greys - a WordPress theme from Nordic Themepark.