Displaying 2 results from an estimated 2 matches for "detailcontrol".
2008 Dec 03
0
help with rails+sproutcore
...e. I am
following the tutorial:
http://blog.lawrencepit.com/2008/07/19/sproutcore-rails/#comment-4
I have followed all the steps in the tutorial. When I try to run the
http://localhost:4020/contacts, its gives me the following console
errors:
Contacts is not defined
[Break on this error] Contacts.detailController =
SC.ObjectController.create(
detail-1...228318788 (line 18)
Contacts is not defined
[Break on this error] Contacts.ListItemView = SC.View.extend(
list_ite...228318788 (line 17)
Contacts is not defined
[Break on this error] Contacts.masterController =
SC.CollectionController.create(
master-1...2...
2005 Jul 15
5
Nested Controllers
Hi there,
I wondered if anybody had any experience with having nested
controllers?For example, I''d like a hierarchy something like this:
/product
/product/list
/product/detail
/product/detail/category
I can''t find any documentation on this, so any advice/experience
anybody might have would prove useful.
N.B. This is for a generator which builds Views and Controllers