Changeset 4518
- Timestamp:
- 01/26/12 10:08:42 (4 months ago)
- Location:
- plugins/apostropheExtraSlotsPlugin/trunk
- Files:
-
- 7 added
- 2 modified
-
modules/aPhotoGridSlot/templates/_normalView.php (modified) (1 diff)
-
web/css/jquery.lightbox.css (added)
-
web/images/lightbox-blank.gif (added)
-
web/images/lightbox-btn-close.gif (added)
-
web/images/lightbox-btn-next.gif (added)
-
web/images/lightbox-btn-prev.gif (added)
-
web/images/lightbox-ico-loading.gif (added)
-
web/js/aExtraSlots.js (modified) (1 diff)
-
web/js/jquery.lightbox.js (added)
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheExtraSlotsPlugin/trunk/modules/aPhotoGridSlot/templates/_normalView.php
r4468 r4518 59 59 <?php include_partial('aPhotoGridSlot/'. $options['gridTemplate'], array('items' => $items, 'id' => $id, 'options' => $options, 'placeholder' => count($items))) ?> 60 60 61 <?php a_js_call('a Log("PUT YOUR JAVASCRIPTS HURR")') ?>61 <?php a_js_call('aExtraSlots.initLightbox(?)','') ?> -
plugins/apostropheExtraSlotsPlugin/trunk/web/js/aExtraSlots.js
r4382 r4518 60 60 } 61 61 } 62 } 63 64 // Initialize lightbox js for photoGridSlot : 65 66 this.initLightbox = function() 67 { 68 $('.light-box').lightBox(); 62 69 } 63 70 }

