fullscreeninteractive/silverstripe-dropdownimagefield

支持图像的SilverStripe CMS下拉字段

安装数: 1,529

依赖关系: 0

建议者: 0

安全: 0

星标: 4

关注者: 2

分支: 6

语言:JavaScript

类型:silverstripe-vendormodule

1.0.0 2016-10-15 22:32 UTC

This package is auto-updated.

Last update: 2024-08-30 03:55:40 UTC


README

添加一个DropdownImageField字段,允许您在标题旁边显示图像。使用Chosen.js插件(由SS使用),Image-Select。该插件已修改。

Working screenshot

需求

SilverStripe 4.0+

用法

示例

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.
)

说明

此插件使用带额外参数的setTimeout函数。加载polyfill以支持IE9及以下版本。