PHPackages                             runopencode/dm-jcarousellite-behavior-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. runopencode/dm-jcarousellite-behavior-plugin

AbandonedSymfony1-plugin[Utility &amp; Helpers](/categories/utility)

runopencode/dm-jcarousellite-behavior-plugin
============================================

dmJCarouselLiteBehaviorPlugin - Accordion Front Behavior for Diem Extended

16JavaScript

Since Dec 15Pushed 13y ago2 watchersCompare

[ Source](https://github.com/RunOpenCode/dmJCarouselLiteBehaviorPlugin)[ Packagist](https://packagist.org/packages/runopencode/dm-jcarousellite-behavior-plugin)[ RSS](/packages/runopencode-dm-jcarousellite-behavior-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

dmJCarouselLiteBehaviorPlugin for Diem Extended
===============================================

[](#dmjcarousellitebehaviorplugin-for-diem-extended)

Author: [TheCelavi](http://www.runopencode.com/about/thecelavi)
Version: 1.0.0
Stability: Stable
Date: December 15th, 2012
Courtesy of [Run Open Code](http://www.runopencode.com)
License: [Free for all](http://www.runopencode.com/terms-and-conditions/free-for-all)

dmJCarouselLiteBehaviorPlugin for Diem Extended is adaptation of [jCarouselLite](http://www.gmarwaha.com/jquery/jcarousellite) jQuery plugin.

Note that site is marked as recently marked as mallware. Also note that this can not be upgraded without modifications and adjustments in order for jQuery plugin to work as behavior.

Usage
-----

[](#usage)

The simplest and most easiest way to use this carousel is to add widgets into zone, and attach dmJCarouselLiteBehaviorPlugin to the zone. The behavior will make every widget into carousel element.

However, it can work with any HTML element with following structure:

```

	.....

```

In order to achieve that, you have to specify the `Inner target` selector for `` tag so carousel can identify its elements.

Note that in this example tags such as `container` and `carousel-element`are just examples, of course, any HTML structure will work, like using `DIV` or perhaps `UL` and `LI`.

HTML output
-----------

[](#html-output)

The behavior will not change structure whatsoever. It will add navigation and pager if it is set to do so.

Configuration and theming
-------------------------

[](#configuration-and-theming)

In `dmJCarouselLiteBehaviorPlugin/config/dm/config.yml` are configuration parameters for this behavior.

```
default:
  dmJCarouselLiteBehavior:
    defaults: # Default settings for behavior
      inner_target: ''
      theme: default
      item_width: 100
      item_height: 100
      mouse_wheel: true
      auto_scroll: false
      auto_scroll_period: 500
      hover_pause: true
      speed: 500
      easing: jswing
      is_vertical: false
      is_circular: true
      visible: 1
      scroll: 1
      pager: bottom
      navigation: bottom
    labels:
      auto_scroll_period: Auto scroll interval
      speed: Scroll speed
      hover_pause: Pause on hover
    helps:
      auto_scroll: Auto scroll items
      auto_scroll_period: Interval in ms between two auto scrolling
      mouse_wheel: Enable/disable mouse wheel for scrolling
      speed: Speed of scrolling animation in ms
      scroll: Number of items to scroll at once
      hover_pause: Mouse hover pause scrolling when auto scroll is set to true
      visible: Number of visible items
    themes:
      default: 'dmJCarouselLiteBehaviorPlugin.default' # From assets.yml - U can use a path instead

```

If you have download the behavior via Github, you can modify this file. If you have installed it via Composer, then you have to use Symfony config cascade to override this settings.

Section `defaults` contains default settings for behavior, which behavior form initially displays. If you want some other settings to be shown as default, this is the place for change.

Section `labels` contains labels for form settings field for behavior, section `helps` contains helps for form fields.

Section `themes` is for theme, and it gets configured as `theme_key: path_to_css_file`. If user in behavior form selects a `default` theme, the accordiong view HTML structure will be:

```

	.... other HTML content

```

Note that a `default` class is added, that is, the theme key. Of course, the theme CSS file will be loaded as well. So, for you is just to theme it.

Default theme
-------------

[](#default-theme)

With this behavior, the LESS file is provided with default theme. LESS file provides the insight of structure and it ought to help you with theming.

Important note
--------------

[](#important-note)

The jCarouselLite can be circular or non-circular. The various settings regarding `visible`and `scroll` parameters can lead to various behaviors with pager.

For non-circular, it is important to know that fail-safe strategy is implemented, in situations when there are less items to scroll then visible. Per example, visible is 6, scroll is 6 and you have 9 items - the behavior will add 3 more `` tags.

For circular, this kind of strategy is not implemented which produce glitch in pager when transitioning from first to last and vice versa. The pager will show as it is first page. There is no logic fix for this - what to show, first or last? So, the first is set.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/410738?v=4)[Nikola Svitlica](/maintainers/TheCelavi)[@TheCelavi](https://github.com/TheCelavi)

---

Top Contributors

[![TheCelavi](https://avatars.githubusercontent.com/u/410738?v=4)](https://github.com/TheCelavi "TheCelavi (4 commits)")

### Embed Badge

![Health badge](/badges/runopencode-dm-jcarousellite-behavior-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/runopencode-dm-jcarousellite-behavior-plugin/health.svg)](https://phpackages.com/packages/runopencode-dm-jcarousellite-behavior-plugin)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
