Class ::xowiki::YUIMenuItemList

::xowiki::YUIMenuItemList[i] create ... \
           [ -header header ]

Class Relations

  • class: ::xo::tdom::Class[i]
  • superclass: ::xowiki::Menu[i]
::xo::tdom::Class create ::xowiki::YUIMenuItemList \
     -superclass ::xowiki::Menu

Methods (to be applied on instances)

  • header (setter)

  • render (scripted)

    if {[info exists :header]} {
      html::h6 {
        html::t [:header]
      }
    }
    next