PHPackages                             runopencode/dm-chosen-select-jquery-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-chosen-select-jquery-plugin

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

runopencode/dm-chosen-select-jquery-plugin
==========================================

dmChosenSelectJQueryPlugin - jQuery chosen select widget for Diem Extended

16JavaScript

Since Jun 25Pushed 13y ago2 watchersCompare

[ Source](https://github.com/RunOpenCode/dmChosenSelectJQueryPlugin)[ Packagist](https://packagist.org/packages/runopencode/dm-chosen-select-jquery-plugin)[ RSS](/packages/runopencode-dm-chosen-select-jquery-plugin/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

dmChosenSelectJQueryPlugin for Diem Extended
============================================

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

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

dmChosenSelectJQueryPlugin for Diem Extended adds support for [jQuery Chosen](https://github.com/harvesthq/chosen)select plugin for Choice and Doctrine Choice form widget. Can be added to front and to admin, as well as for public pages.

Settings and customization:
---------------------------

[](#settings-and-customization)

Two widgets are available:

- sfWidgetFormDmChoiceChosen
- sfWidgetFormDmDoctrineChoiceChosen

Use them as regular sfWidgetForm\* widgets in your forms. They extend basic widgets, and the add several more options:

- `no_results_text`: No result text in search
- `theme`: CSS file to use for styling the chosen select
- `max_selected_options`: Maximum available options to select, if select is multiple
- `placeholder_text_multiple`: Placeholder text for multiple choices
- `placeholder_text_single`: Placeholder text for single choice

Regaring theme, see 'config/dm/config.yml':

```
default:
    dmChosenSelectJQueryPlugin:
        themes:
            admin: dmChosenSelectJQueryPlugin.admin

```

Under `themes` key, you can define your theme and provide path to CSS file. In this example, the path to the CSS file is acquired via `assets.yml` setting, but you can provide a real path to CSS file (not recommended).

In `web` dir you can find LESS file to help you start with styling.

Usage in admin/form generator:
------------------------------

[](#usage-in-adminform-generator)

To have these fields in admin, for your fields, add in schema.yml: `extra: choice_chosen` or `extra: doctrine_choice_chosen`.

Example:

```
    Testobj:
      actAs:
        DmSortable:
      columns:
        title:              { type: string(255), notnull: true }
        is_active:          { type: boolean, notnull: true, default: false }
        keywords:           { type: enum, values: ['val 1', 'val 2'] notnull: true, extra: choice_chosen }
        related_obj_id:     { type: int, notnull: true, extra: doctrine_choice_chosen }

```

###  Health Score

20

—

LowBetter than 13% 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 (1 commits)")

### Embed Badge

![Health badge](/badges/runopencode-dm-chosen-select-jquery-plugin/health.svg)

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

###  Alternatives

[lara-zeus/popover

Zeus Popover is filamentphp component to show a Popover with custom content in tables and infolist

3178.9k4](/packages/lara-zeus-popover)

PHPackages © 2026

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