Sha256: e1855003e2fa2e002d31612749cc92cb2cc37e4b5e45e6379d35f409f1a4a71f

Contents?: true

Size: 856 Bytes

Versions: 17

Compression:

Stored size: 856 Bytes

Contents

statechart_app - Create a new SproutCore application target using statecharts.

USAGE:

  sc-gen statechart_app AppName [--filename=FILENAME] [--target=TARGET_NAME]

DISCUSSION:

This generator will create a new SproutCore application with statecharts by
default for a particular project.  You should pass as the first parameter your
AppName you want to create.  For example:

  sc-gen statechart_app Todos

This defines a new application called Todos in the file apps/todos/ using
statecharts.  Within the apps/Todos/resources directory you will have a
statechart.js file and a states directory with the ready_state.js file.  The
statechart.js file sets the initial state of your app to ready.

As your app grows.  You will create new states within the statechart.js file.
In your states folder you will describe the states declared in the statechart.js.

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
sproutcore-1.11.0 lib/gen/statechart_app/USAGE
sproutcore-1.11.0.rc3 lib/gen/statechart_app/USAGE
sproutcore-1.11.0.rc2 lib/gen/statechart_app/USAGE
sproutcore-1.11.0.rc1 lib/gen/statechart_app/USAGE
sproutcore-1.10.3.1 lib/gen/statechart_app/USAGE
sproutcore-1.10.2 lib/gen/statechart_app/USAGE
sproutcore-1.10.1 lib/gen/statechart_app/USAGE
sproutcore-1.10.0 lib/gen/statechart_app/USAGE
sproutcore-1.10.0.rc.3 lib/gen/statechart_app/USAGE
sproutcore-1.10.0.rc.2 lib/gen/statechart_app/USAGE
sproutcore-1.10.0.rc.1 lib/gen/statechart_app/USAGE
sproutcore-1.9.2 lib/gen/statechart_app/USAGE
sproutcore-1.9.1 lib/gen/statechart_app/USAGE
sproutcore-1.9.0 lib/gen/statechart_app/USAGE
sproutcore-1.8.2.1 lib/gen/statechart_app/USAGE
sproutcore-1.8.1 lib/gen/statechart_app/USAGE
sproutcore-1.8.0 lib/gen/statechart_app/USAGE