> There should be a method that you can overwrite(although not so pretty
> but it should work), there were that for the YUI rich editor...


        I don't see any method to overwrite.  These configuration values look 
like
they are in the javascript files.

        Maybe I am missing something?


>
> Karen Schaper wrote:
> > Hi,
> >
> > I've switched to using the YuiMenuBar in wicket stuff from
> directly using
> > the Yui javascript.
> >
> > The YuiMenuBar automatically adds this javascript...
> >
> > var oMenu = new YAHOO.widget.MenuBar("webMenuBar",
> >
> {visible:true,clicktohide:false,autosubmenudisplay: true,
> > hidedelay: 750, lazyload: true});
> >
> > I need it to look like this?
> >
> > var oMenuBar = new YAHOO.widget.MenuBar( "webMenubar",
> >                                              { autosubmenudisplay:false,
> > hidedelay:750, lazyload:true } );
> >
> >
> > I need to set the autosubmenudisplay to false.  This way the user can
> > actually click on the menu... at least I'm pretty sure that is what will
> > happen.
> >
> >
> > Thanks
> >
> >
> >
> > Karen
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> --
> -Wicket for love
>
> Nino Martinez Wael
> Java Specialist @ Jayway DK
> http://www.jayway.dk
> +45 2936 7684
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to