zyx/yii2-imperavi-redactor
Composer 安装命令:
composer require zyx/yii2-imperavi-redactor
包简介
A Yii2 port of original Imperavi Redactor Widget for Yii (yiiext/imperavi-redactor-widget)
README 文档
README
This is a Yii2 port of original Imperavi Redactor Widget for Yii (yiiext/imperavi-redactor-widget).
ImperaviRedactorWidget is a wrapper for Imperavi Redactor,
a high quality WYSIWYG editor.
Note that Imperavi Redactor itself is a proprietary commercial copyrighted software but since Yii community bought OEM license you can use it for free with Yii.
Installation
composer.phar require --prefer-dist zyx/yii2-imperavi-redactor "*"
TBD
Usage
TBD
For more options see Imperavi Redactor documentation
echo $form->field($model, 'content')->widget(
Redactor::className(), [
'options' => [
'style' => 'height: 300px;'
],
'clientOptions' => [
'lang' => 'ru',
'observeLinks' => true,
'convertVideoLinks' => true,
'autoresize' => true,
'placeholder' => Yii::t('app', 'Redactor placeholder text'),
'plugins' => ['table', 'video', 'fontcolor', 'fontfamily', 'fontsize'],
'buttons' => ['html', 'formatting', 'bold', 'italic', 'deleted', 'underline', 'horizontalrule',
'alignment', 'unorderedlist', 'orderedlist', 'outdent', 'indent',
, 'link', 'image', 'file'],
'imageUpload' => Yii::$app->urlManager->createUrl(['news/upload']),
],
]
);
统计信息
- 总下载量: 1.77k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2014-07-20