-
Notifications
You must be signed in to change notification settings - Fork 172
Home
Tim Branyen edited this page Aug 1, 2018
·
26 revisions
If you have an existing application that has an issue with LayoutManager, or wish to champion ownership, please contact @tbranyen.
LayoutManager provides a logical foundation for assembling layouts and views within Backbone. Designed to be adaptive and configurable for painless integration. Well tested, with full code coverage, in both the browser and Node.js environments.
Depends on Underscore, Backbone, and jQuery. You can swap out the dependencies with a custom configuration.
Getting started
Usage
- Overview
- Configuration
- Basics
- Example usage
- Nested views
- Template rendering
- LayoutManager in Node.js
API reference
Migration guides
Legacy
How to contribute