Re: ERTab
Re: ERTab
- Subject: Re: ERTab
- From: James Cicenia <email@hidden>
- Date: Tue, 26 Jan 2010 15:16:29 -0600
Hmmm,, that worked great. Don't know where that was documented.
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:
This email sent to email@hidden
References: | |
| >ERTab (From: James Cicenia <email@hidden>) |
| >Re: ERTab (From: David LeBer <email@hidden>) |