yii 框架 dxheditor 用法 [ 新手入门 ]
解压放到extensions目录下
<?php
$this->widget('ext.dxheditor.DxhEditor', array(
'model' => $model,
'attribute' => 'content',//属性
'htmlOptions' => array('style' => 'width: 95%; height: 300px;'),
'language' => 'zh-cn', //默认'zh-cn'
'options' => array(
'upMultiple' => 5,
'upLinkUrl' => '{editorRoot}upload.php', //请修改upload.php中相应保存目录或使用自己的upload服务端。
'upLinkExt' => 'zip,rar,7z,txt,doc,xls,ppt,docx,xlsx,pptx',
'upImgUrl' => '{editorRoot}upload.php',
),
));
?>
共 2 条回复
-
ybt7755221 回复于 2012-03-25 12:13 举报
和fck比哪个更好用呢
ccdushi ta
注册时间:2011-11-26
最后登录:2014-11-08
在线时长:0小时2分
最后登录:2014-11-08
在线时长:0小时2分
- 粉丝3
- 金钱665
- 威望0
- 积分665