dev-master
9999999-devDropdown field with image support for SilverStripe CMS
MIT
The Requires
dropdown image silverstripe field
1.0.0
1.0.0.0Dropdown field with image support for SilverStripe CMS
MIT
The Requires
dropdown image silverstripe field
Wallogit.com
2017 © Pedro Peláez
Dropdown field with image support for SilverStripe CMS
Adds a DropdownImageField field which enables you to display images alongside the captions.
Uses a plugin for Chosen.js (which is used by SS), Image-Select. The plugin is modified., (*1)
, (*2)
SilverStripe 4.0+, (*3)
Example:, (*4)
DropdownImageField::create('LanguageID', 'Select language',
LanguageObj::get(), // Source for items.
'ID', // Key field on item.
'Title', // Caption field on item.
'Icon' // Image field on item. Can be a method/relation that returns an image.
)
This plugin uses a setTimeout function with additional parameters. A polyfill is loaded to support IE9 and lower., (*5)
Dropdown field with image support for SilverStripe CMS
MIT
dropdown image silverstripe field
Dropdown field with image support for SilverStripe CMS
MIT
dropdown image silverstripe field