本文介绍了marionette.js布局/区域结构和渲染方法示例的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在为我的主干应用程序尝试marionette.js,但是对于如何组织布局/区域并渲染它们,我有些困惑.
I'm trying marionette.js for my backbone application but I'm a bit baffled as to how I should organize my layouts/regions and render them.
我正在寻找一个具有嵌套布局和区域的示例应用程序,因此我可以更好地理解.有什么建议吗?
I'm looking for an example application with nested layouts and regions so I could understand a bit better. Any advice ?
推荐答案
查看这个小提琴:
http://jsfiddle.net/tegon/0g2aaLxe/1/ http://jsfiddle.net/tegon/64ovLf64/
http://jsfiddle.net/tegon/0g2aaLxe/1/http://jsfiddle.net/tegon/64ovLf64/
对于一般的骨架木偶样本的起点,请检查以下内容:
for general backbone marionette boilerplate starting point check this:
这篇关于marionette.js布局/区域结构和渲染方法示例的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!