[ class tree: plugins ] [ index: plugins ] [ all elements ]

Procedural File: jcarousel_thumb_nav.php

Source Location: /zp-extensions/jcarousel_thumb_nav.php

Page Details

JavaScript thumb nav plugin with dynamic loading of thumbs on request via JavaScript.

Place printjCarousel() on your theme's image.php where you want it to appear.

Supports theme based custom css files (place jcarousel.css and needed images in your theme's folder).

Author:  Malte Müller (acrylian)
Classes
Class Description
jcarouselOptions Plugin option handling class
Functions
jcaroselThemeJS  [line 78]

void jcaroselThemeJS( )

[ Top ]
printjCarouselThumbNav  [line 108]

Prints the jQuery jCarousel HTML setup to be replaced by JS

Parameters:
int   $thumbscroll:  The number of thumbs to scroll by. Note that the CSS might need to be adjusted. Set to NULL if you want to use the backend plugin options.
int   $width:  Width Set to NULL if you want to use the backend plugin options.
int   $height:  Height Set to NULL if you want to use the backend plugin options.
int   $cropw:  Crop width Set to NULL if you want to use the backend plugin options.
int   $croph:  Crop heigth Set to NULL if you want to use the backend plugin options.
bool   $crop:  TRUE for cropped thumbs, FALSE for un-cropped thumbs. $width and $height then will be used as maxspace. Set to NULL if you want to use the backend plugin options.
bool   $fullimagelink:  Set to TRUE if you want the thumb link to link to the full image instead of the image page. Set to NULL if you want to use the backend plugin options.
bool   $vertical:  Set to TRUE if you want the thumbs vertical orientated instead of horizontal (false). Set to NULL if you want to use the backend plugin options.


void printjCarouselThumbNav( [int $thumbscroll = NULL], [int $width = NULL], [int $height = NULL], [int $cropw = NULL], [int $croph = NULL], [bool $fullimagelink = NULL], [bool $vertical = NULL], bool $crop  )

[ Top ]


Documentation generated on Tue, 20 Dec 2011 16:07:31 +0100 by phpDocumentor 1.4.3