Re: CF Vertical Expanding Menu

2009-02-11 Thread Joel Polsky
, 2009 12:56 PM To: cf-talk Subject: CF Vertical Expanding Menu Hi.. Need a easy solution to create a vertical menu system that expands when clicked. (much like the book mark menu in Firefox) I'm sure this has been asked before, but the reference I've found on the list are dead links. Can

RE: CF Vertical Expanding Menu

2009-02-11 Thread Bryan Hogan
, February 11, 2009 12:20 PM To: cf-talk Subject: Re: CF Vertical Expanding Menu Bryan (or anyone) Have an implimentation question regarding the Jquery plug mentions. If I use a cfinclue (or other method) -- when clicking a link to another page, does the Jquery remember the state of the navigation

Re: CF Vertical Expanding Menu

2009-02-11 Thread Joel Polsky
. -Original Message- From: Joel Polsky [mailto:polskystud...@gmail.com] Sent: Wednesday, February 11, 2009 12:20 PM To: cf-talk Subject: Re: CF Vertical Expanding Menu Bryan (or anyone) Have an implimentation question regarding the Jquery plug mentions. If I use a cfinclue (or other

CF Vertical Expanding Menu

2009-02-10 Thread Joel Polsky
Hi.. Need a easy solution to create a vertical menu system that expands when clicked. (much like the book mark menu in Firefox) I'm sure this has been asked before, but the reference I've found on the list are dead links. Can it be done in CF? Menu would be like this, MENU 1 +Sub 1a +Sub

Re: CF Vertical Expanding Menu

2009-02-10 Thread John M Bliss
I like Spry: http://labs.adobe.com/technologies/spry/samples/menubar/MenuBarSample.html http://labs.adobe.com/technologies/spry/ On Tue, Feb 10, 2009 at 1:55 PM, Joel Polsky polskystud...@gmail.comwrote: Hi.. Need a easy solution to create a vertical menu system that expands when clicked.

RE: CF Vertical Expanding Menu

2009-02-10 Thread Bryan Hogan
Joel, It can not be done in in CF alone. See http://jquery.bassistance.de/treeview/demo/ -Original Message- From: Joel Polsky [mailto:polskystud...@gmail.com] Sent: Tuesday, February 10, 2009 12:56 PM To: cf-talk Subject: CF Vertical Expanding Menu Hi.. Need a easy solution

Re: CF Vertical Expanding Menu

2009-02-10 Thread Cutter (CFRelated)
If you're using ColdFusion 8 then you could just use the cfmenu tag Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _

Re: CF Vertical Expanding Menu

2009-02-10 Thread Joel Polsky
Hi All.. Thanks for the help.. I think Bryan's link is what I need. The CFMENU seems only to be a fly-out or drop down style. Joel On Tue, Feb 10, 2009 at 3:04 PM, Cutter (CFRelated) cold.fus...@cutterscrossing.com wrote: If you're using ColdFusion 8 then you could just use the cfmenu tag