yiidoc / yii2-redactor

Extension Redactor WYSIWYG for Yii2 framework
BSD 3-Clause "New" or "Revised" License
187 stars 87 forks source link

Cannot use initial value if it is used with model #49

Open ghost opened 8 years ago

ghost commented 8 years ago
    <?= \yii\redactor\widgets\Redactor::widget([
        'name' => 'comment',
        'value' => $comment,
        'clientOptions' => [
            'imageUpload' => \yii\helpers\Url::to(['/redactor/upload/image']),
        ],
    ]) ?>