Skip to content

Commit

Permalink
update read me for kitchen sink
Browse files Browse the repository at this point in the history
  • Loading branch information
clayallsopp committed Jun 25, 2012
1 parent da8d808 commit 0ee3b43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ Formotion current supports static and editable text, switches, and checkboxes.

`Formotion::Form`, `Formotion::Section`, and `Formotion::Row` all respond to a `::PROPERTIES` attribute. These are settable as an attribute (ie `section.title = 'title'`) or in the initialization hash (ie `{sections: [{title: 'title', ...}]}`). Check the comments in the 3 main files (`form.rb`, `section.rb`, and `row.rb` for details on what these do).

See the [KitchenSink example](http://clayallsopp.com/github/tree/master/examples/KitchenSink) for a bunch of options in action.

## Forking

Feel free to fork and submit pull requests! And if you end up using Formotion in your app, I'd love to hear about your experience.
Expand Down

0 comments on commit 0ee3b43

Please sign in to comment.