yii2cmf/yii2-codemirror-asset
Composer 安装命令:
composer require yii2cmf/yii2-codemirror-asset
包简介
CodeMirror is a versatile text editor implemented in JavaScript for the browser. It is specialized for editing code, and comes with a number of language modes and addons that implement more advanced editing functionality.
README 文档
README
CodeMirror is a versatile text editor implemented in JavaScript for the browser. It is specialized for editing code, and comes with a number of language modes and addons that implement more advanced editing functionality.
Installation
The preferred way to install this extension is through composer.
Either run
composer require yii2cmf/yii2-codemirror-asset "1.0"
"yii2cmf/yii2-codemirror-asset": "1.0"
to the require section of your composer.json file.
Usage
Register asset bundle in view:
\yii2cmf\codemirror\CodeMirrorAsset::register($this);
Set a different theme and mode if necessary:
$this->params['codemirror_theme'] = 'darcula'; $this->params['codemirror_mode'] = 'clike'; \yii2cmf\codemirror\CodeMirrorAsset::register($this);
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-15