Class ::xowiki::Link::css

::xowiki::Link::css[i] create ... \
           [ -order order ]

Class Relations

  • class: ::xotcl::Class[i]
  • superclass: ::xowiki::Link::file[i]
::xotcl::Class create ::xowiki::Link::css \
     -superclass ::xowiki::Link::file

Methods (to be applied on instances)

  • order (setter)

  • render_found (scripted)

    if {[info exists :order]} {
      ::xo::Page requireCSS -order ${:order} $href
    } else {
      ::xo::Page requireCSS $href
    }
    return ""