- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xowiki::YUIMenuBarItem
::xowiki::YUIMenuBarItem create ...
Class Relations
::xo::tdom::Class create ::xowiki::YUIMenuBarItem \ -superclass ::xowiki::YUIMenuItemMethods (to be applied on instances)
init (scripted)
#goto YUIMenuItem and set all those nice defaults next append :CSSclass " first-of-type" if {![info exists :href]} { # If not set to #, the title of the menu bar items won't expand the submenu (only the arrow) set :href "#" }render (scripted)
set :extrajs "" set result [next] if {[info exists :__parent]} { # # propagate extrajs from rendering # #ns_log notice "### propagate extrajs <${:extrajs}> from [:info class] to [${:__parent} info class]" ${:__parent} append extrajs ${:extrajs} }
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables