%3 ::xowiki::Link::js ::xowiki::Link::js render_found ::xowiki::Link::file ::xowiki::Link::file align autostart controller controls endtime href loop mastersound name pluginspage pluginurl render_found starttime volume ::xowiki::Link::js->::xowiki::Link::file ::xowiki::Link::swf ::xowiki::Link::swf render_found ::xowiki::Link::swf->::xowiki::Link::file ::xowiki::Link::css ::xowiki::Link::css render_found ::xowiki::Link::css->::xowiki::Link::file ::xowiki::Link::image ::xowiki::Link::image render render_found resolve_href ::xowiki::Link::file->::xowiki::Link::image ::xowiki::Link ::xowiki::Link ::xowiki::Link::image->::xowiki::Link

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 ""