ccdushi 2012-03-08 14:09:26 3121次浏览 2条回复 0 0 0

解压放到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',
    ),
));
?>
您需要登录后才可以回复。登录 | 立即注册