rovak/codemirror
Composer 安装命令:
composer require rovak/codemirror
包简介
CodeMirror Module for Zend Framework 2
关键字:
README 文档
README
CodeMirror intergration module for Zend Framework 2
Introduction
This module adds a view helper that enables you to easily add a codemirror editor to your website. It will add the required javascript files including any dependent mode files and adds a init function which will load the editor.
Requirements
Installation
Configure the lib_path inside module.config.php
to point to the root of the CodeMirror library
Usage
The headScript, headLink and inlineScript view helpers are required to be outputted in your view
<?php $this->codemirror($code, 'php'); ?>
Supported modes
- PHP
- HTML
- CSS
- XML
- Javascript
You can add more modes by adding them to the module.config.php file. Please submit a PR if you do so!
TODO
统计信息
- 总下载量: 29
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-11-08