问题
Hey... I started using Javascript MVC SproutCore Framework (sproutcore.com) and I found it impressive. But...
- 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!
回答1:
The only tutorial I know of is the Todos tutorial, which I believe is not currently completable from Incremental Loading point onward.
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.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.
回答2:
http://www.sproutcore.com/static/sample_controls/
回答3:
@1 Did you already check the SproutCore Wiki and the SproutCore10-Introduction?
On the right hand side you have a navigator and sidebar-links for the documentation.
来源:https://stackoverflow.com/questions/1584292/sproutcore-javascript