Skip to content

Commit

Permalink
Fixed an error in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Terhechte committed Sep 28, 2010
1 parent 1d8a49a commit e377d94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@ using a command line tool:
[View the Demo Video]: http://www.vimeo.com/15064851


### Class Documentation
## Class Documentation
If you want to bind ListViews or TableViews to objects, you need to set a
couple of different runtime parameters, as these bindings are currently not
realized using the IB bindings tab. Here's a documentation of specific
attributes for these objects:

## NSCollectionView / SC.ListView:
### NSCollectionView / SC.ListView:
- exampleView: Can either be set as a runtime parameter, or subclassing an
NSCollectionViewItem to the SproutCore item name.

## NSTableView / SC.TableView:
### NSTableView / SC.TableView:
- Support for NSTableView is preliminary. Many of the IB Flags aren't supported
yet.
- exampleView: Mandatory. Set it as a runtime parameter. You have to set this, even if you
Expand Down

0 comments on commit e377d94

Please sign in to comment.