Class ::xowiki::Menu

::xowiki::Menu[i] create ... \
           [ -CSSclass CSSclass ] \
           [ -id (default "[:html_id]") ]

Defined in

Class Relations

  • class: ::xo::tdom::Class[i]
  • superclass: ::xowiki::MenuComponent[i]
  • subclass: ::xowiki::BootstrapNavbar[i], ::xowiki::YUIMenuItemList[i], ::xowiki::BootstrapNavbarDropdownMenu[i], ::xowiki::YUIMenu[i]
::xo::tdom::Class create ::xowiki::Menu \
     -superclass ::xowiki::MenuComponent

Methods (to be applied on instances)

  • render (scripted, public)

     <instance of xowiki::Menu[i]> render

    doku

    Testcases:
    No testcase defined.
    html::ul [:get_attributes id {CSSclass class}] {
      foreach menuitem [:children] {$menuitem render}
    }