I have it on my site http://jonsupersite.com/help.htm
It is realy simple to set up.
On 6/23/06, Jerod Venema <[EMAIL PROTECTED]> wrote:
Yahoo's UI has a menu item, if you haven't had a look at it yet...
http://developer.yahoo.com/yui/menu/
and although not strictly a "menu", you can feel free to grab this one
I whipped up:
http://clarityccs.com/modernapp/bluedialog/test.html
-Jerod
On 6/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hi Ryan,
>
> I don't think I've done anything that sophisticated, however I did create a
> prototype wrapper for it, so I could call it just as our other components
> are called. So, I now have a menu.js that contains this code:
>
> Event.observe(window, 'load', menu, false);
>
> function menu () {
> _dynarch_menu_url = "../hmenu-2.9/src/";
> DynarchMenu.setup('menu', {electric: true});
> }
>
> In my HTML template I have the UL for the menu items:
>
> <ul id="menu">
> <li>Menu 1
> <ul>
> <li>Menu 1 Child 1</li>
> <li>Menu 1 Child 2</li>
> <li>Menu 1 Child 3
> <ul>
> <li>1.3.1</li>
> <li>1.3.2</li>
> <li>1.3.3</li>
> <li> 1.3.4
> <ul>
> <li>1.3.4.1</li>
> <li> 1.3.4.2</li>
> </ul>
> </li>
> </ul>
> </li>
> </ul>
> </li>
> </ul>
>
> Widgetization...I like that. I might start using it unless you copyright
> it.
>
> Jeff Rankin
> Human Factors
> 544-4333
>
>
> |---------+-------------------------------------------->
> | | "Ryan Gahl" <[EMAIL PROTECTED]>|
> | | Sent by: |
> | | [EMAIL PROTECTED]|
> | | onrails.org |
> | | |
> | | |
> | | 06/21/2006 08:32 AM |
> | | Please respond to rails-spinoffs |
> | | |
> |---------+-------------------------------------------->
> >-------------------------------------------------------------------------------------------------------------------------------|
> | |
> | To: [email protected] |
> | cc: (bcc: William J. Rankin/UPC) |
> | Subject: Re: [Rails-spinoffs] vertical menus |
> >-------------------------------------------------------------------------------------------------------------------------------|
>
>
>
>
> WJ, have you ported the below to a proto class yet? I'd be interested in
> throwing a menu into my toolbox, but I'm making a concerted effort to make
> everything into a clean proto class, thus avoiding nasty namesapce
> collisions down the road, and also enabling widgetization (new word i just
> made up, lol).
>
> On 6/21/06, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I reviewed several different menu systems a few weeks ago. I looked at both
> open source and commercial systems, and this is the best one I could find:
>
> http://www.dynarch.com/products/dhtml-menu/
>
> So far it's been working well our Prototype and Scriptaculous components. I
> hope this helps -
>
> Jeff Rankin
> Human Factors
> 544-4333
>
>
>
> "Andrew Kaspick"
> <[EMAIL PROTECTED] > To:
> [email protected]
> Sent by: cc:
> (bcc: William J. Rankin/UPC)
> [EMAIL PROTECTED] Subject:
> [Rails-spinoffs] vertical menus
> onrails.org
>
>
> 06/20/2006 11:40 PM
> Please respond to rails-spinoffs
>
>
>
>
>
>
> Hello all,
>
> Not a directly related question to scriptaculous or prototype, but I
> am looking for a good, dynamic vertical _javascript_ menu.
>
> I've done some searching and there are a lot of menu implementations
> out there. I'm looking for something more or less free, but will
> pay/donate a small fee towards something worth while.
>
> I figured I'd ask here to help filter down my choices to a select few.
>
> People seemed to do a good job of recommending alpha png fixes the
> other day for IE. :)
>
> Thanks,
> Andrew
> _______________________________________________
> Rails-spinoffs mailing list
> [email protected]
> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
>
>
>
> _______________________________________________
> Rails-spinoffs mailing list
> [email protected]
> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
> _______________________________________________
> Rails-spinoffs mailing list
> [email protected]
> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
>
>
>
> _______________________________________________
> Rails-spinoffs mailing list
> [email protected]
> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
>
_______________________________________________
Rails-spinoffs mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
_______________________________________________ Rails-spinoffs mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
