-
Notifications
You must be signed in to change notification settings - Fork 172
Home
tbranyen edited this page Jan 3, 2013
·
26 revisions
LayoutManager provides a logical structure for assembling layouts with Backbone Views. Designed to be adaptive and configurable for painless integration. Well tested, with over 150 assertions and 100% code coverage!
Tested with Underscore & Lo-Dash, Backbone and jQuery. You can swap out jQuery with a custom configuration or substitute Underscore with Lo-Dash.
Getting started
Usage
- Overview
- Configuration
- Basics
- Example usage
- Nested views
- Template rendering
- LayoutManager in Node.js
API reference
Migration guides
Legacy
How to contribute