Index: openacs-4/packages/xowiki/tcl/menu-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/menu-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/xowiki/tcl/menu-procs.tcl 11 Oct 2011 11:50:20 -0000 1.3 +++ openacs-4/packages/xowiki/tcl/menu-procs.tcl 13 Oct 2011 12:19:49 -0000 1.4 @@ -116,6 +116,7 @@ header footer shadow + {autorender false} {configuration {{}}} } @@ -206,6 +207,7 @@ ::xo::tdom::Class create YUIMenuItem \ -superclass MenuItem \ -parameter { + {href "#"} helptext } @@ -460,7 +462,7 @@ ::xowiki::MenuBar instproc render-yui {} { set M [my content] - set mb [::xowiki::YUIMenuBar -id [my get_prop $M id] -autorender false -configuration { + set mb [::xowiki::YUIMenuBar -id [my get_prop $M id] -configuration { {autosubmenudisplay: false, keepopen: true, lazyload: false} } { foreach {menu_att menu} $M {