Controllers
SproutCore comes with build tools to help you generate object from templates, one such example is to create a object controller
SC-gen <ProjectName>.<controllerJSName>Controller
for ex: "SC-gen HelloWorld.appController"
creates a "HelloWorld.appController" object in the file "app.js" inside the "controllers" folder of the application.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment