eluhr/yii2-aceeditor Yii2 wrapper for ace editor

Yii2 Ace Editor Widget

Installation
composer require eluhr/yii2-aceeditor
Usuage

without a model

<?= AceEditor::widget([
    'name' => 'editor'
]); ?>

with a model

<?= AceEditor::widget([
    'model' => $model,
    'attribute' => 'attribute_name'
]); ?>
Configuration

For informations about configuration please read documents of widget

0 0
1 follower
29 594 downloads
Yii Version: 2.0
License: BSD-3-Clause
Category: User Interface
Tags: Editor, WYSWYG
Developed by: Elias Luhr
Created on: Feb 17, 2022
Last updated: (not set)
Packagist Profile
Github Repository

Related Extensions