Re: ERTab
Re: ERTab
- Subject: Re: ERTab
- From: David Holt <email@hidden>
- Date: Tue, 26 Jan 2010 14:49:44 -0800
On 26-Jan-10, at 1:16 PM, James Cicenia wrote:
Hmmm,, that worked great. Don't know where that was documented.
added:
http://wiki.objectstyle.org/confluence/display/WO/D2W+Rules+Reference
+-+Cookbook+-+FAQ
thanks
James
On Jan 26, 2010, at 2:46 PM, David LeBer wrote:
On 2010-01-26, at 3:34 PM, James Cicenia wrote:
I am trying to figure out how to put tabs on my page.
I am using a subclass of ERD2WTabInspectPage
I have a rule that sets "tabs" and the tabComponentName.
What am I missing to get them to appear.
Do you have something like:
100 (entity.name = 'Movie' and (task = 'inspect' or task =
'edit')) => subTask = "tab"
100 (entity.name = 'Movie' and (task = 'inspect' or task =
'edit')) => tabSectionsContents = ( ("Foo", ("FooBar", "title",
"category", "dateReleased"), ("FooBaz", "plotSummary",
"posterName")), ("Bar", "revenue", "studio"))
The second rule will give you:
Tabs: Foo, Bar
Sections under Foo: FooBar, FooBaz
Like:
FooBar
title
category
dateReleased
FooBaz
plotSummary
posterName
;david
--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site: http://codeferous.com
blog: http://davidleber.net
profile: http://www.linkedin.com/in/davidleber
twitter: http://twitter.com/rebeld
--
Toronto Area Cocoa / WebObjects developers group:
http://tacow.org
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
@mac.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >ERTab (From: James Cicenia <email@hidden>) |
| >Re: ERTab (From: David LeBer <email@hidden>) |
| >Re: ERTab (From: James Cicenia <email@hidden>) |