定制 solution/code-mirror-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

solution/code-mirror-bundle

Composer 安装命令:

composer require solution/code-mirror-bundle

包简介

This Bundle integrates CodeMirror editor into a Symfony2 project.

README 文档

README

Bundle not yet ready.

Integration CodeMirror editor in you symfony2 project.

###Install

Just add the following line to your projects composer.json require section, and update vendors:

"solution/code-mirror-bundle": "dev-master"

Enable bundle , add to AppKernel.php:

 new Solution\CodeMirrorBundle\SolutionCodeMirrorBundle()

###Configuration Add default parameters to config.yml:

twig:
    form:
        resources:
            - 'SolutionCodeMirrorBundle:Form:redactor_widget.html.twig'

solution_code_mirror:
    parameters:
      mode: text/html
      lineNumbers: true
      lineWrapping: true
    mode_dirs:
      - @SolutionCodeMirrorBundle/Resources/public/js/mode
    themes_dirs:
      - @SolutionCodeMirrorBundle/Resources/public/css/theme

Install assets:

$ ./app/console assets:install web --symlink

###Usage

 $builder->add('content', 'code_mirror', array(
    'required' => true,
    'parameters' => array(
         'lineNumbers' => 'true'
     )
 ));

统计信息

  • 总下载量: 777
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 2
  • Forks: 19
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-02-06

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固