Expand all

abstract CodeMirrorPanel

Abstract class for a panel that can be used with CodeMirror. This class provides methods to create CSS-only Codex components.

Constructor

new CodeMirrorPanel()abstract #

Source:
See:
To do:
  • Move HTML generation to Mustache templates.

Properties

extension :Extensionabstract #

Get the panel and any associated keymaps as an Extension. For use only during CodeMirror initialization.

Type:

Source:
Get the panel and any associated keymaps as an Extension.

panel :Panelabstract #

Get the Panel object.

Type:

Source:
Get the Panel object.