You are here

Functions in jCarousel 6

Primary tabs

Namesort descending Location Description Direct uses Strings
jcarousel_add ./jcarousel.module Adds the jCarousel plugin to the page. 2 1
jcarousel_countItems jcarousel/examples/bestpractice/jcarousel_functions.php This function returns the number items. Typically, this would fetch it from a database (SELECT COUNT(*) FROM items) or from a directory. 1
jcarousel_getItems jcarousel/examples/bestpractice/jcarousel_functions.php This function returns the items. Typically, this would fetch it from a database (SELECT * FROM items LIMIT $limit OFFSET $offset) or from a directory. 2
jcarousel_help ./jcarousel.module Implementation of hook_help().
jcarousel_jq ./jcarousel.jq.inc @file Adds support for the jQ module.
jcarousel_theme ./jcarousel.module Implementation of hook_theme().
theme_jcarousel ./jcarousel.module Creates a jCarousel element on the page.

Other projects