yii2-extension yii2-ueditor
Yii2 extension widget of ueditor
ailiangkuai/yii2-ueditor
Yii2 extension widget of ueditor
- Tuesday, August 15, 2017
- by ailiangkuai
- Repository
- 1 Watchers
- 0 Stars
- 1 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
介绍
该扩展基于Yii2.0, (*1)
安装
配置config文件路径
首先配置UEditor的配置文件, (*2)
return [
'components' => [
'assetManager' => [
'assetMap' => [
'ueditor.config.js' => '@web/js/ueditor.config.js', // 具体的存放路径参照项目定义
],
],
],
];
使用
$form = ActiveForm::begin();
echo $form->field($model, 'content')->widget(['class' => UEditor::className(), 'ueditorAction' => '后端请求,包括上传等']);
$form->end();
dev-master
9999999-dev
Yii2 extension widget of ueditor
Sources
Download
GPL2.0
The Requires
by
Rico yao
1.0.1
1.0.1.0
Yii2 extension widget of ueditor
Sources
Download
GPL2.0
The Requires
by
Rico yao
1.0.0
1.0.0.0
Yii2 extension widget of ueditor
Sources
Download
GPL2.0
The Requires
by
Rico yao