Open hafees500 opened 8 years ago
I am using the yii Redactor widget its good. but after configuration some tools is missing example table,image etc.
<?= $form->field($model, 'product_description')->widget(Redactor::className(), [ 'settings' =>[ 'lang' => 'en', 'minHeight' => 200, 'plugins' => [ 'clips', 'fullscreen' ] , 'buttons' =>['format', 'bold', 'italic', 'deleted','lists', 'image', 'file', 'link', 'horizontalrule','table'], ] ]); ?>
I am using the yii Redactor widget its good. but after configuration some tools is missing example table,image etc.
code
<?= $form->field($model, 'product_description')->widget(Redactor::className(), [ 'settings' =>[ 'lang' => 'en', 'minHeight' => 200, 'plugins' => [ 'clips', 'fullscreen' ] , 'buttons' =>['format', 'bold', 'italic', 'deleted','lists', 'image', 'file', 'link', 'horizontalrule','table'], ] ]); ?>
output