eluhr/yii2-aceeditor

Yii2 wrapper for ace editor

Maintainers

Package info

github.com/eluhr/yii2-aceeditor

pkg:composer/eluhr/yii2-aceeditor

Statistics

Installs: 43 935

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

0.0.6 2019-03-29 07:52 UTC

This package is auto-updated.

Last update: 2026-03-08 05:10:38 UTC


README

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