Re: CF Vertical Expanding Menu

2009-02-11 Thread Joel Polsky

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 for the
subsequent page? Meaning if I have a menu:

membership
   +membership info
  +membership types
-gold
-silver
Products
company History

And the user opens this path: membershipmemership infomembership types,
and clicks on GOLD.  Will the naveigation be open to the GOLD when the page
is loaded? OR does it start at it's default closed state??

Hope that was clear...



On Tue, Feb 10, 2009 at 3:08 PM, Bryan Hogan bho...@edonor.com wrote:


 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 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 1b
   Sub 2a
   +Sub 1c

 MENU 2
  +Sub 1a
   +Sub 1b
   Sub 2a
   +Sub 2c

 Thanks!




 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319194
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CF Vertical Expanding Menu

2009-02-11 Thread Bryan Hogan

Look at the demo code.  There is some cookie code that will save the
state.

Bryan F. Hogan
Product Manager 
eDonor(r) - Recruit, Retain, Repeat
A Global Med Technologies(r) Company

P  602.489.7844
F  602.489.7801
www.edonor.com

The information contained in this electronic mail message, including all
attachments hereto, is confidential information intended only for
distribution to the individual(s) named above. If the reader of this
message is not the intended recipient, you are hereby notified that any
dissemination, distribution, use or copying of this  communication, and
the information contained herein, is strictly prohibited. If you have
received this communication in error, please immediately notify us by
telephone at (602) 489-7800 and delete the original message. Thank you.


-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 method) -- when clicking a link to another
page, does the Jquery remember the state of the navigation for the
subsequent page? Meaning if I have a menu:

membership
   +membership info
  +membership types
-gold
-silver
Products
company History

And the user opens this path: membershipmemership infomembership
types,
and clicks on GOLD.  Will the naveigation be open to the GOLD when the
page
is loaded? OR does it start at it's default closed state??

Hope that was clear...



On Tue, Feb 10, 2009 at 3:08 PM, Bryan Hogan bho...@edonor.com wrote:


 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 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 1b
   Sub 2a
   +Sub 1c

 MENU 2
  +Sub 1a
   +Sub 1b
   Sub 2a
   +Sub 2c

 Thanks!




 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319195
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF Vertical Expanding Menu

2009-02-11 Thread Joel Polsky

Thanks!!

On Wed, Feb 11, 2009 at 2:32 PM, Bryan Hogan bho...@edonor.com wrote:


 Look at the demo code.  There is some cookie code that will save the
 state.

 Bryan F. Hogan
 Product Manager
 eDonor(r) - Recruit, Retain, Repeat
 A Global Med Technologies(r) Company

 P  602.489.7844
 F  602.489.7801
 www.edonor.com

 The information contained in this electronic mail message, including all
 attachments hereto, is confidential information intended only for
 distribution to the individual(s) named above. If the reader of this
 message is not the intended recipient, you are hereby notified that any
 dissemination, distribution, use or copying of this  communication, and
 the information contained herein, is strictly prohibited. If you have
 received this communication in error, please immediately notify us by
 telephone at (602) 489-7800 and delete the original message. Thank you.


 -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 method) -- when clicking a link to another
 page, does the Jquery remember the state of the navigation for the
 subsequent page? Meaning if I have a menu:

 membership
   +membership info
  +membership types
-gold
-silver
 Products
 company History

 And the user opens this path: membershipmemership infomembership
 types,
 and clicks on GOLD.  Will the naveigation be open to the GOLD when the
 page
 is loaded? OR does it start at it's default closed state??

 Hope that was clear...



 On Tue, Feb 10, 2009 at 3:08 PM, Bryan Hogan bho...@edonor.com wrote:

 
  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 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 1b
Sub 2a
+Sub 1c
 
  MENU 2
   +Sub 1a
+Sub 1b
Sub 2a
+Sub 2c
 
  Thanks!
 
 
 
 
 



 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319196
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 1b
   Sub 2a
   +Sub 1c

MENU 2
  +Sub 1a
   +Sub 1b
   Sub 2a
   +Sub 2c

Thanks!


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319127
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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.  (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 1b
   Sub 2a
   +Sub 1c

 MENU 2
  +Sub 1a
   +Sub 1b
   Sub 2a
   +Sub 2c

 Thanks!


 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319128
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 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 1b
   Sub 2a
   +Sub 1c

MENU 2
  +Sub 1a
   +Sub 1b
   Sub 2a
   +Sub 2c

Thanks!




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319129
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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
_
http://blog.cutterscrossing.com

Joel Polsky wrote:
 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 1b
Sub 2a
+Sub 1c
 
 MENU 2
   +Sub 1a
+Sub 1b
Sub 2a
+Sub 2c
 
 Thanks!
 
 
 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319130
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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

 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
 _
 http://blog.cutterscrossing.com

 Joel Polsky wrote:
  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 1b
 Sub 2a
 +Sub 1c
 
  MENU 2
+Sub 1a
 +Sub 1b
 Sub 2a
 +Sub 2c
 
  Thanks!
 
 
 

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319133
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4