Sha256: 6f349e2830d86aea1da1e4578a4180302c32cc43ba912bbdf5e9ff4773897873

Contents?: true

Size: 496 Bytes

Versions: 9

Compression:

Stored size: 496 Bytes

Contents

Create the bare-bones definition of a screen

Screens are a special type of view that have a few extra attributes.
Namely, they have a "title" attribute and can be hidden and shown.  

They are dynamically loaded.  Initially only the definition for the view
is available, and the css and javascript for the view is only loaded
when the view is first displayed.

If the "model-class" option is provided, the screen will only be
available to users who have read or write access to the given model.

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
lanes-0.1.9 lib/lanes/command/generate_screen.usage
lanes-0.1.8 lib/lanes/command/generate_screen.usage
lanes-0.1.7 lib/lanes/command/generate_screen.usage
lanes-0.1.6 lib/lanes/command/generate_screen.usage
lanes-0.1.5 lib/lanes/command/generate_screen.usage
lanes-0.1.2 lib/lanes/command/generate_screen.usage
lanes-0.1.0 lib/lanes/command/generate_screen.usage
lanes-0.0.8 lib/lanes/command/generate_screen.usage
lanes-0.0.5 lib/lanes/command/generate_screen.usage