eluhr/yii2-aceeditor

Yii2 wrapper for ace editor

Installs: 40 379

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/eluhr/yii2-aceeditor

0.0.6 2019-03-29 07:52 UTC

This package is auto-updated.

Last update: 2025-10-08 04:19:23 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