Place for some configs

Li Europan lingues es membres del sam familie. Lor separat existentie es un myth. Por scientie, musica, sport etc, litot Europa usa li sam vocabular. Li lingues differe solmen in li grammatica, li pronunciation e li plu commun vocabules. Omnicos directe al desirabilite de un nov lingua franca: On refusa continuar payar custosi traductores.

Gallery v 1.3

Makes a sortable gallery. Uses the fancyboy plugin

Options read more about inline data attributes

optiondefaultpossible valuesdescriptionsinceinfo
group'wl_gallery'String the name of the group for the Fancybox1.0
editBtntruetrue | false display edit button1.1
deleteBtntruetrue | false display delete button1.1
fancybox{}Object The settings for the Fancybox1.0Overwrites all previous settings. Check fancyboy for more details
onEditfunction (element, href, title){}function callback on edit1.0
onDeletefunction (element, href, title){}function callback on delete1.0
onMovefunction (element, href, title, newOrder){}function callback on moving elements. neworder is an jQuery array of all li elements1.3

Methods

method namedefaultargumentsdescriptionsinceinfo
setkey, value sets the the option 'key' with the value 'value'1.0

Usage

$(selector).wl_Gallery([options]);

Calling Methods

$(selector).wl_Gallery('method', [,arg [,arg]]);

Markup

<ul class="gallery">
	<li><a href="{pic_url}" title="{optional title}"><img src="{thumbnail_url}" width="116" height="116" alt=""></a></li>
	<li><a href="{pic_url}" title="{optional title}"><img src="{thumbnail_url}" width="116" height="116" alt=""></a></li>
	<li><a href="{pic_url}" title="{optional title}"><img src="{thumbnail_url}" width="116" height="116" alt=""></a></li>
	...
</ul>

Example