问题描述
嘿......我开始使用Javascript MVC SproutCore Framework(sproutcore.com),我发现它令人印象深刻。但是......
Hey... I started using Javascript MVC SproutCore Framework (sproutcore.com) and I found it impressive. But...
- 我在哪里可以找到好的教程?
- 我在哪里可以找到它的小部件?
- 我如何使用(最佳实践,加载库,实现)其他框架,如Spry框架()。
- Where can I find good tutorials for it?
- Where can I find widgets for it?
- How can I use (best practice, loading librarys, implementation) other frameworks like Spry framework (http://labs.adobe.com/technologies/spry/).
Thx!
推荐答案
-
我所知道的唯一教程是,我认为目前无法通过增量加载指向前一步。
The only tutorial I know of is the Todos tutorial, which I believe is not currently completable from Incremental Loading point onward.
可用的小部件位于 / frameworks / desktop / views
(此处为root)是存储库基础)。如果你想要更复杂的东西(例如日历小部件),你必须使用该目录中的小部件作为示例自己编写。
The widgets available are in /frameworks/desktop/views
(the root here is the repository base). If you want something more complex (e.g. a calendar widget), you'd have to write it yourself using the widgets in that directory as examples.
我不喜欢我不明白这个问题,但你应该能够通过将Spry加载到页面中来使用Spry。 SproutCore不是一个特别好的全球公民,我没有看过Spry,但我不认为你会看到冲突。如果您正在寻找关于最佳实践/加载/实现的Sproutcore文档,那么没有。你必须阅读图书馆/测试套件/演示的源代码来解决这类问题。
I don't understand this question, but you should be able to use Spry simply by loading it into the page. SproutCore isn't a particularly good global citizen and I've not looked at Spry but I don't expect you'll see conflicts. If you're looking for Sproutcore documentation on best practices/loading/implementation, there isn't any. You have to read the source of the libary/test suite/demos to figure that sort of thing out.
这篇关于SproutCore javascript的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!