panix / wgt-codemirror
Widget codemirror
Installs: 135
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:pixelion-component
Requires
- bower-asset/codemirror: ^5.57
This package is auto-updated.
Last update: 2024-10-29 06:00:07 UTC
README
Widget for Yii Framework 2.0 to use CodeMirror
Installation
The preferred way to install this extension is through composer.
Either run
php composer require --prefer-dist panix/wgt-codemirror "*"
or add
"panix/wgt-codemirror": "*"
to the require section of your composer.json
file.
Configuration
Examaple
<?php echo $form->field($model, 'code')->widget(CodeMirrorTextArea::class, [ // options ]); ?>