dev-master
9999999-devBasecamp Trix editor for yii2
MIT
The Requires
extension yii2 widget editor wysiwyg redactor trix
Basecamp Trix editor for yii2
Basecamp Trix Widget for yii2
is a wrapper for trix text editor., (*1)
Once the extension is installed, simply use it in your code:, (*2)
echo \kotchuprik\trix\Widget::widget();
echo \kotchuprik\trix\Widget::widget([ 'model' => $model, 'attribute' => 'attributeModel', ]);
use \kotchuprik\trix\Widget; echo $form->field($model, 'attributeModel')->widget(Widget::className());
Basecamp Trix editor for yii2
MIT
extension yii2 widget editor wysiwyg redactor trix