UEditor1.2.5.0 ¶
...overview of the extension...
Requirements ¶
...requirements of using this extension (e.g. Yii 1.1 or above)...
Usage ¶
...how to use this extension...
...can use code blocks like the following...
完整示例
-----
$this->widget('ext.wdueditor.WDueditor',array(
'model' => $model,
'attribute' => 'content',
));
多语言示例
-----
$this->widget('ext.wdueditor.WDueditor',array(
'model' => $model,
'attribute' => 'content',
'language' =>'en', //多语言 zh-cn or en 目前官方只有这两种语言。
));
自定义宽度、高度示例
-----
$this->widget('ext.wdueditor.WDueditor',array(
'model' => $model,
'attribute' => 'content',
'width' =>'100%',
'height' =>'300px',
));
UEditor简单功能 自定义Toolbar
------------------
$this->widget('ext.wdueditor.WDueditor',array(
'model' => $model,
'attribute' => 'content',
'toolbars' =>array(
'FullScreen','Source','Undo', 'Redo','Bold'
),
));
历史版本 ¶
http://www.yiiframework.com/extension/ueditor-for-yii/
Resources ¶
...external resources for this extension...
- UEditor URL: https://github.com/campaign/ueditor
- Demo http://ueditor.baidu.com
- Yii extension URL: http://www.yiiframework.com/extension/wdueditor/
配置了直接可以用,但是上传图片显示上传失败,请问如何解决
配置了直接可以用,但是上传图片显示上传失败,请问如何解决??
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.