rosgear/rg-wd-codemirror

Widget "CodeMirror" for the RosGear web application

Maintainers

Package info

github.com/rosgear/rg-wd-codemirror

Homepage

Type:component

pkg:composer/rosgear/rg-wd-codemirror

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0 2026-06-13 12:42 UTC

This package is auto-updated.

Last update: 2026-06-18 13:30:52 UTC


README

Русский | English

Latest Stable Version Total Downloads Author Source Code Software License Component type: widget Component ID: rg-wd-codemirror php 8.2+

Виджет «Редактор CodeMirror»

Виджет обеспечивает отображение редактора CodeMirror как на страницах веб‑сайта, так и в интерфейсе Панели управления GePanel.

Настройка

Настройка виджета выполняется через Панель управления GePanel с помощью Менеджера виджетов.

Установка

Для добавления виджета в ваш проект, вы можете просто выполнить команду ниже:

$ composer require rosgear/rg-wd-codemirror

или добавить в файл composer.json вашего проекта:

"require": {
    "rosgear/rg-wd-codemirror": "*"
}

или скачать архив на странице виджета в каталоге приложений RosGear.

После добавления виджета в проект выполните его установку в редакцию веб‑приложения с помощью Панели управления GePanel.

Ресурсы

Widget «CodeMirror»

The widget enables the display of the CodeMirror editor both on website pages and in the GePanel Control Panel interface.

Settings

The widget is configured through the GePanel Control Panel using the Widget Manager.

Installation

To add the widget to your project, you can simply run the command below:

$ composer require rosgear/rg-wd-codemirror

or add to your project's composer.json file:

"require": {
    "rosgear/rg-wd-codemirror": "*"
}

or download the archive from the widget page in the RosGear application catalog.

After adding the widget to the project, install it into the web application edition using the GePanel Control Panel.