not in the rules. It's in the templates. d
On 2012-09-18, at 5:04 PM, Theodore Petrosky <tedp...@yahoo.com> wrote: > So I am looking at every rule I can find. Where is ERXNavigationMenu defined? > I assumed if I found that, I could create a new rule to override that to > ERXModernNavigationMenu. > > Ted > > --- On Tue, 9/18/12, David LeBer <dleber_wo...@codeferous.com> wrote: > >> From: David LeBer <dleber_wo...@codeferous.com> >> Subject: Re: D2W menu choices >> To: "Theodore Petrosky" <tedp...@yahoo.com> >> Cc: "WebObjects Development" <webobjects-dev@lists.apple.com> >> Date: Tuesday, September 18, 2012, 4:28 PM >> Try swapping out the >> ERXNavigationMenu with a ERXModernNavigationMenu it should >> give you nested ULs for your menu. >> >> -- >> David LeBer >> Codeferous Software >> >> On 2012-09-18, at 4:21 PM, Theodore Petrosky <tedp...@yahoo.com> >> wrote: >> >>> David, >>> >>> go to this URL: >>> >>> http://198.101.209.238/cgi-bin/WebObjects/briefs.woa >>> i set it up to auto populate the login credentials. >>> >>> click on any level1 menu item on the left. (Agenda) >>> >>> notice the level2 menu items are displayed at the end >> of the list of level1 items. >>> >>> The person doing the css has asked what I can do to >> help him target the level2 item so they will display with >> the level1 item. >>> >>> Does this make sense? >>> >>> Ted >>> >>> --- On Tue, 9/18/12, David LeBer <dle...@codeferous.com> >> wrote: >>> >>>> From: David LeBer <dle...@codeferous.com> >>>> Subject: Re: D2W menu choices >>>> To: "Theodore Petrosky" <tedp...@yahoo.com> >>>> Cc: "WebObjects" <webobjects-dev@lists.apple.com> >>>> Date: Tuesday, September 18, 2012, 2:20 PM >>>> 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 >> <tedp...@yahoo.com> >>>> 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 >> (Webobjects-dev@lists.apple.com) >>>>> Help/Unsubscribe/Update your Subscription: >>>>> https://lists.apple.com/mailman/options/webobjects-dev/dleber_wodev%40codeferous.com >>>>> >>>>> This email sent to dleber_wo...@codeferous.com >>>> >>>> >> >> > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com > > This email sent to programming...@mac.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com