We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2bda8 commit fd4743aCopy full SHA for fd4743a
doc/manual.html
@@ -379,7 +379,9 @@ <h2 id="events">Events</h2>
379
client code to react to various situations. Handlers for such
380
events can be registed with the <a href="#on"><code>on</code></a>
381
and <a href="#off"><code>off</code></a> methods on the objects
382
- that the event fires on.</p>
+ that the event fires on. To fire your own events,
383
+ use <code>CodeMirror.signal(target, name, args...)</code>,
384
+ where <code>target</code> is a non-DOM-node object.</p>
385
386
<p>An editor instance fires the following events.
387
The <code>instance</code> argument always refers to the editor
0 commit comments