-
Views Rotator: February 25, 2011 2:09
Commit aa60520 on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Views Rotator: February 25, 2011 2:09
Commit 1d598d0 on 5.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
#333027 by mfer: moved behavior call to anonymous function referencing jQuery object.
-
Updated to add hook_views_api and move to autoloaded objects.
-
- #303272 by mfer: Backported auto height detection for the rotating region (height can still be specified). - Fixed issue where script was timing out browser when back and next buttons where enabled.
-
Backported prev and next images from drupal 6 version.
-
#300948 by mfer: When the height option is left blank (default) the height of the largest subelement is detected and the rotating region is set to that height.
-
- Added README.txt file - Updated to new back and next buttons - Moved the divs/links for the back and next buttons to the views-view-rotator.tpl.php. These buttons can now be repositioned via the template and css. - Switched from custom js to jQuery cycle plugin http://malsup.com/jquery/cycle - Cleaned up CSS - Cleaned up code style (thanks coder.module)
-
Fixed issue from bobchristenson: next.gif and prev.gif lag when loaded. Setup CSS so they are preloaded.
-
- Added README.txt file - Fixed IE/Cleartype bug - Added minified javascript file (minified with YUI) - Cleaned up CSS - Created new back and next buttons - Cleaned up module file after coder review