rovak/codemirror 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

rovak/codemirror

Composer 安装命令:

composer require rovak/codemirror

包简介

CodeMirror Module for Zend Framework 2

关键字:

README 文档

README

CodeMirror intergration module for Zend Framework 2

By Roy van Kaathoven

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2012-11-08