Maybe I'm just being dense, but I'm not getting what your asking here?

The children are defined in the nav.plist, everything looks good.

D

--
David LeBer
Codeferous Software

On 2012-09-18, at 12:55 PM, Theodore Petrosky <[email protected]> wrote:

> I am in the process of restyling my D2W app. basically, my css coder has 
> added new css that changes about everything.
> 
> a couple of things I want to address. in my NavigationMenu.plist, I have:
> 
> {
>               name = "CallReport";
>               displayName = "Call Report";    
>               action = "session.navController.listCallReportsForUser";
>               conditions = ("session.user.canSeeCallReports");
>               children = ("SearchCallReport", "CreateCallReport");
> },
> {
>               name = "SearchCallReport";
>               displayName = "Search"; 
>               action = "session.navController.searchForCallReportAction";
> },
> {
>               name = "CreateCallReport";
>               displayName = "Create"; 
>               action = "session.navController.createCallReport";
> },
> 
> from the .java:
> 
> public WOComponent createCallReport() {
>       //NSLog.out.appendln("       *createCreativeBriefAction     ");         
>       return newObjectForEntityName("CallReport");
> }
> 
> so there are two children to CallReport. Where do they come from? I want to 
> either sub class the component to add divs or find another way to target the 
> markup.
> 
> 
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      ([email protected])
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/dleber_wodev%40codeferous.com
> 
> This email sent to [email protected]


--
David LeBer
Codeferous Software


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to