Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. helpers : {
  2. title : { type : 'inside' },
  3. buttons : {}// is these takes some button names?
  4. }
  5.  
  6. helpers: {
  7. buttons: { tpl: '<div id="fancybox-buttons"><ul style="width:132px"><li><a class="btnPrev" title="Previous" href="javascript:;"></a></li><li><a class="btnPlay" title="Start slideshow" href="javascript:;"></a></li><li><a class="btnNext" title="Next" href="javascript:;"></a></li><li><a class="btnClose" title="Close" href="javascript:jQuery.fancybox.close();"></a></li></ul></div>' }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement