Quantcast
Channel: Live News for Yii Framework
Viewing all articles
Browse latest Browse all 3361

[extension] eluhr/yii2-aceeditor

$
0
0

Yii2 Ace Editor Widget

Installation
composer require eluhr/yii2-aceeditor
Usuage

without a model `php <?= AceEditor::widget([

'name' => 'editor'

]); ?> `

with a model

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

For informations about configuration please read documents of widget


Viewing all articles
Browse latest Browse all 3361

Trending Articles