• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
D2W menu choices
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

D2W menu choices


  • Subject: D2W menu choices
  • From: Theodore Petrosky <email@hidden>
  • Date: Tue, 18 Sep 2012 09:55:31 -0700 (PDT)

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@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: D2W menu choices
      • From: David LeBer <email@hidden>
  • Prev by Date: Project doesn't launch
  • Next by Date: Re: D2W menu choices
  • Previous by thread: Re: Project doesn't launch
  • Next by thread: Re: D2W menu choices
  • Index(es):
    • Date
    • Thread