Class ::xowiki::includelet::jquery-spacegallery (public)

 ::xowiki::IncludeletClass ::xowiki::includelet::jquery-spacegallery[i]

Defined in /var/www/openacs.org/packages/xowiki/tcl/includelet-procs.tcl

Display a sequence of pages via jquery-spacegalleryl, based on book includelet.

Testcases:
No testcase defined.
Source code:
namespace eval ::xowiki::includelet {}
::nsf::object::alloc ::xowiki::IncludeletClass ::xowiki::includelet::jquery-spacegallery {set :__default_metaclass ::xotcl::Class
   set :__default_superclass ::xotcl::Object
   set :aggregating false
   set :cacheable false
   set :localized true
   set :personalized true}
::xowiki::includelet::jquery-spacegallery instproc render_items {-pages:required {-cnames ""} {-allow_reorder ""} -menu_buttons {-with_footer "false"}} {
    if {$cnames ne "" || $allow_reorder ne "" || $with_footer != "false"} {
      error "ignoring cnames, allow_reorder, and with_footer for the time being"
    }

    set id [:js_name]
    append output  "<div id='[ns_quotehtml $id]' class='spacegallery'>\n"  [join [:render_images $pages"\n"]  "</div>\n"

    ::xo::Page requireStyle "div.spacegallery {width:600px; height:450px;}"
    ::xo::Page requireCSS "/resources/xowiki/spacegallery/spacegallery.css"
    ::xo::Page requireJS urn:ad:js:jquery
    ::xo::Page requireJS "/resources/xowiki/spacegallery/js/eye.js"
    ::xo::Page requireJS "/resources/xowiki/spacegallery/js/utils.js"
    ::xo::Page requireJS "/resources/xowiki/spacegallery/js/spacegallery.js"
    ::xo::Page requireJS [subst -novariables {
      $(function(){
        $("#[set id]").spacegallery({loadingClass: 'loading'});
      });
    }]
    return $output
  }
::nsf::relation::set ::xowiki::includelet::jquery-spacegallery superclass ::xowiki::includelet::book

::nx::slotObj -container slot ::xowiki::includelet::jquery-spacegallery
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: