hypejunction/elgg-codemirror

CodeMirror code editor input

Maintainers

Package info

github.com/hypeJunction/elgg-codemirror

Homepage

Language:JavaScript

Type:elgg-plugin

pkg:composer/hypejunction/elgg-codemirror

Statistics

Installs: 21

Dependents: 0

Suggesters: 0

Stars: 0

1.0.0 2019-02-14 11:13 UTC

This package is auto-updated.

Last update: 2026-02-15 03:14:09 UTC


README

Elgg 2.3

Provides a CodeMirror input type.

Usage

echo elgg_view_field([
    '#type' => 'codemirror',
    'name' => 'code',
]);

$code = get_input('code', '', false);