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
option | default | possible values | description | since | info |
group | 'wl_gallery' | String |
the name of the group for the Fancybox | 1.0 |
editBtn | true | true | false |
display edit button | 1.1 |
deleteBtn | true | true | false |
display delete button | 1.1 |
fancybox | {} | Object |
The settings for the Fancybox | 1.0 | Overwrites all previous settings. Check fancyboy for more details |
onEdit | function (element, href, title){} | function |
callback on edit | 1.0 |
onDelete | function (element, href, title){} | function |
callback on delete | 1.0 |
onMove | function (element, href, title, newOrder){} | function |
callback on moving elements. neworder is an jQuery array of all li elements | 1.3 |
Methods
method name | default | arguments | description | since | info |
set | | key, 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