Ok, thanks Joe!
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Joe Kelly
Sent: Thursday, November 17, 2005 4:46 PM
To: Dallas/Fort Worth ColdFusion User Group Mailing List
Subject: Re: [DFW CFUG] cf_msmenu question
Ron,
If you mean a "linkless item" as opposed to an "itemless link", you
may just be able to use empty quotes in the DHTML.
dhtmlMenu.addItem(new NavBarMenuItem("Webmaster", ""));
instead of
dhtmlMenu.addItem(new NavBarMenuItem("Webmaster",
"http://www.gothere.com"));
if you do mean "itemless link", I've never tried this, but it may work
:
dhtmlMenu.addItem(new NavBarMenuItem(" ", "index.cfm"));
or maybe
dhtmlMenu.addItem(new NavBarMenuItem(" ", "index.cfm"));
To be honest, I've never used this tag, but have built plenty of DHTML
menus. They are lots of fun.
HTH
Joe Kelly
On 11/17/05, Ron Mast <[EMAIL PROTECTED]> wrote:
> Is anyone using this menu system? For those that are, can you please show
> me how I can have a Home link without an item? I want to create an
itemless
> link. Any idea how I can do this with this custom tag, or is not
possible?
>
>
>
> Thanks,
>
> Ron Mast
>
_______________________________________________
List mailing list
Reply to DFWCFUG:
[email protected]
Subscribe/Unsubscribe:
http://lists1.safesecureweb.com/mailman/listinfo/list
List Archive:
http://lists1.safesecureweb.com/mailman/private/list
_______________________________________________
List mailing list
Reply to DFWCFUG:
[email protected]
Subscribe/Unsubscribe:
http://lists1.safesecureweb.com/mailman/listinfo/list
List Archive:
http://lists1.safesecureweb.com/mailman/private/list