https://github.com/jsoverson/marionette.augment.inlineregions
https://github.com/jsoverson/marionette.augment.inlineregions
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsoverson/marionette.augment.inlineregions
- Owner: jsoverson
- Created: 2012-09-18T22:01:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-21T06:11:19.000Z (over 12 years ago)
- Last Synced: 2024-12-26T12:23:57.602Z (4 months ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
marionette.augment.inlineregions
============================[](http://travis-ci.org/jsoverson/marionette.augment.inlineregions)
This is a simple augment for Marionette that allows you to specify regions inline inside your templates. This
depends on your usage of [Backbone.Augment](https://github.com/jsoverson/Backbone.Augment).## Usage Example
```
var MyView = Marionette.ItemView.augment(
Marionette.augment.InlineRegions
).extend({
// extend as normal
})
```## Leveraging RegionManager inside Marionette.Layout
```
var MyView = Marionette.Layout.augment(
Marionette.augment.InlineRegions
).extend({
// extend as normal
})
```### License
The example licensed under the MIT license.
### Author
Jarrod Overson