pceuropa/yii2-ajax-sort
Composer 安装命令:
composer require pceuropa/yii2-ajax-sort
包简介
Sorting items -> Drag Drop -> AJAX -> Save
README 文档
README
Sorting items -> Drag Drop -> AJAX -> Save
Instalation
composer require pceuropa/yii2-ajax-sort dev-master
Configure
use pceuropa\sort\SortWidget;
echo SortWidget::widget([
'image_url' => Url::to('@web/images/'),
'data' => [
['id' => 1, 'image_name' => 'firefox.jpg', 'title' => 'text alternative'],
['id' => 2, 'image_name' => 'opera.jpg'],
['id' => 6, 'title' => 'text element', 'url' => 'https://'],
],
]);
统计信息
- 总下载量: 4.34k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-06