friendsofvictoire/table-widget
最新稳定版本:2.1.5
Composer 安装命令:
composer require friendsofvictoire/table-widget
包简介
Victoire DCMS Table widget
README 文档
README
What is the purpose of this bundle
This bundle gives you access to the Table Widget. With this widget, you can install table on any page.
You can change the order of any line or column.
Set Up Victoire
If you haven't already, you can follow the steps to set up Victoire here
Install the Bundle
Run the following composer command :
php composer.phar require victoire/table-widget
Reminder
Do not forget to add the bundle in your AppKernel !
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
...
new Victoire\Widget\TableBundle\VictoireWidgetTableBundle(),
);
return $bundles;
}
}
Front dependencies
Redactor and X-Editable
To get the table-widget work, you need redactorjs and x-editable.
You can fetch these vendors with bower:
"dependencies": { "redactor": "https://github.com/lenybernard/bower-redactor/archive/10.2.5.zip", "x-editable": "~1.5.1" }
And load the following stylesheet files:
"@bowerDirectory/redactor/redactor/redactor.less"
"@bowerDirectory/x-editable/dist/js/bootstrap3-editable/css/bootstrap-editable.css"
And load the following javascript files:
"@bowerDirectory/redactor/redactor/redactor.min.js"
"@bowerDirectory/redactor/redactor/langs/fr.js"
"@bowerDirectory/redactor/redactor/plugins/fontcolor/fontcolor.js"
"@bowerDirectory/redactor/redactor/plugins/fontfamily/fontfamily.js"
"@bowerDirectory/redactor/redactor/plugins/fontsize/fontsize.js"
"@bowerDirectory/x-editable/dist/js/bootstrap3-editable/js/bootstrap-editable.min.js"
where @bowerDirectory is the directory set in your .bowerrc file
统计信息
- 总下载量: 5.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-04-21