RE: Context Sensitive, dynamic navigation include? How to accomplish?

2003-06-04 Thread Tim Laureska
Are you using cascading style sheets? -Original Message- From: Jeff [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 10:31 AM To: CF-Talk Subject: Context Sensitive, dynamic navigation include? How to accomplish? I'd like to do the navigation on this particular site as an include.

Re: Context Sensitive, dynamic navigation include? How to accomplish?

2003-06-04 Thread Jeff
on 6/3/03 10:52 AM, Tim Laureska at [EMAIL PROTECTED] wrote: Are you using cascading style sheets? Sure, why? ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: Context Sensitive, dynamic navigation include? How to accomplish?

2003-06-04 Thread Tim Laureska
Subject: Re: Context Sensitive, dynamic navigation include? How to accomplish? on 6/3/03 10:52 AM, Tim Laureska at [EMAIL PROTECTED] wrote: Are you using cascading style sheets? Sure, why? ~| Archives: http

Re: Context Sensitive, dynamic navigation include? How to accomplish?

2003-06-04 Thread Howard Fore
On Tuesday, Jun 3, 2003, at 10:31 US/Eastern, Jeff wrote: Any ideas? In the past I've done this with a single page with all the navigation. It cfswitches to display the appropriate parts based on a variable set in the page that included it. As for the application.cfm execution, I think it

Re: Context Sensitive, dynamic navigation include? How to accomplish?

2003-06-04 Thread Jeff
on 6/3/03 11:03 AM, Tim Laureska at [EMAIL PROTECTED] wrote: Well I was just wondering if somehow you could reference different style sheets that had the properties you wanted on the sub-pages as part of your navigation scheme.. just a thought Well, it gets even better...The menu is using so

RE: Context Sensitive, dynamic navigation include? How to accomplish?

2003-06-04 Thread Douglas.Knudsen
sure, we do this using coolmenus from dhtmlcentral.com. We store all menu items in a DB. Tables store the actual menuitem and security information on each item granting different roles access to different items. The menu is then generated via a customtag/include. Works well. the

Re: Context Sensitive, dynamic navigation include? How to accomplish?

2003-06-04 Thread Jeff
on 6/3/03 11:20 AM, Howard Fore at [EMAIL PROTECTED] wrote: On Tuesday, Jun 3, 2003, at 10:31 US/Eastern, Jeff wrote: Any ideas? In the past I've done this with a single page with all the navigation. It cfswitches to display the appropriate parts based on a variable set in the page that

Re: Context Sensitive, dynamic navigation include? How to accomplish?

2003-06-04 Thread Jeff
on 6/3/03 11:25 AM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: sure, we do this using coolmenus from dhtmlcentral.com. We store all menu items in a DB. Tables store the actual menuitem and security information on each item granting different roles access to different items. The menu is

RE: Context Sensitive, dynamic navigation include? How to accomplish?

2003-06-04 Thread Douglas.Knudsen
: Context Sensitive, dynamic navigation include? How to accomplish? on 6/3/03 11:25 AM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: sure, we do this using coolmenus from dhtmlcentral.com. We store all menu items in a DB. Tables store the actual menuitem and security information on each item

Re: Context Sensitive, dynamic navigation include? How to accomplish?

2003-06-04 Thread Dave Lyons
PROTECTED] Sent: Tuesday, June 03, 2003 11:29 AM Subject: Re: Context Sensitive, dynamic navigation include? How to accomplish? on 6/3/03 11:20 AM, Howard Fore at [EMAIL PROTECTED] wrote: On Tuesday, Jun 3, 2003, at 10:31 US/Eastern, Jeff wrote: Any ideas? In the past I've done

Re: Context Sensitive, dynamic navigation include? How to accomplish?

2003-06-04 Thread Jeff
on 6/3/03 1:47 PM, Ian Skinner at [EMAIL PROTECTED] wrote: You could do that with a very simple flag. cfset ImThisSection=About cfinclude template=navigation.cfm Then in the navigtion, you would do something based on the value of ImThisSection. And if you put a cfparam into the

Re: Context Sensitive, dynamic navigation include? How to accomplish?

2003-06-04 Thread Howard Fore
On Tuesday, Jun 3, 2003, at 11:29 US/Eastern, Jeff wrote: But like I said, I'm in the early stages of just figuring out if I can even DO it, and it's mainly for an estimate for time. I figure with the amount of pages this site will contain, if I could do a dynamic navigation, that would