Sha256: cbc31083e271203e74379bdbb31a6829cc265855813feab4af063dd1043d9508

Contents?: true

Size: 481 Bytes

Versions: 12

Compression:

Stored size: 481 Bytes

Contents

state - Create a new State class to use in your statecharts.

USAGE:

  sc-gen state AppName.StateName [--filename=FILENAME] [--target=TARGET_NAME]

DISCUSSION:

This generator will create a new SproutCore State template file in your
app.  You should pass as the first parameter your AppName.StateName combination you want to create.  For example:

sc-gen responder Todos.LoadingState

defines a new class called Todos.LoadingState in the file apps/todos/states/loading_state.js.

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
sproutcore-1.11.0 lib/gen/state/USAGE
sproutcore-1.11.0.rc3 lib/gen/state/USAGE
sproutcore-1.11.0.rc2 lib/gen/state/USAGE
sproutcore-1.11.0.rc1 lib/gen/state/USAGE
sproutcore-1.10.3.1 lib/gen/state/USAGE
sproutcore-1.10.2 lib/gen/state/USAGE
sproutcore-1.10.1 lib/gen/state/USAGE
sproutcore-1.10.0 lib/gen/state/USAGE
sproutcore-1.10.0.rc.3 lib/gen/state/USAGE
sproutcore-1.10.0.rc.2 lib/gen/state/USAGE
sproutcore-1.10.0.rc.1 lib/gen/state/USAGE
sproutcore-1.9.2 lib/gen/state/USAGE