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 34bc1d6 commit fa56ff8Copy full SHA for fa56ff8
1 file changed
js/com/component/PopupComponent.js
@@ -168,6 +168,8 @@ define([
168
* - selector : selector to distinguish codemirror tag (textarea)
169
* ex) this.wrapSelector('.cm-tag')
170
* - type : code / readonly / markdown
171
+ * - events : list of event objects
172
+ * ex) [{ key: 'change', callback: function() { ; } }]
173
*/
174
initCodemirror(cmObj) {
175
let {key, selector, type, events} = cmObj;
0 commit comments