Loading template/app/view/comments/Form.js +4 −0 Original line number Diff line number Diff line Loading @@ -150,6 +150,10 @@ Ext.define('Docs.view.comments.Form', { mode: 'markdown', lineWrapping: true, indentUnit: 4, extraKeys: { "Tab": "indentMore", "Shift-Tab": "indentLess" }, onFocus: Ext.Function.bind(function() { if (firstTime && this.codeMirror.getValue() === "") { this.toggleGuide(true); Loading template/app/view/examples/InlineEditor.js +4 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,10 @@ Ext.define('Docs.view.examples.InlineEditor', { mode: "javascript", indentUnit: 4, value: this.value, extraKeys: { "Tab": "indentMore", "Shift-Tab": "indentLess" }, onChange: Ext.Function.bind(function(e) { this.fireEvent("change"); }, this) Loading Loading
template/app/view/comments/Form.js +4 −0 Original line number Diff line number Diff line Loading @@ -150,6 +150,10 @@ Ext.define('Docs.view.comments.Form', { mode: 'markdown', lineWrapping: true, indentUnit: 4, extraKeys: { "Tab": "indentMore", "Shift-Tab": "indentLess" }, onFocus: Ext.Function.bind(function() { if (firstTime && this.codeMirror.getValue() === "") { this.toggleGuide(true); Loading
template/app/view/examples/InlineEditor.js +4 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,10 @@ Ext.define('Docs.view.examples.InlineEditor', { mode: "javascript", indentUnit: 4, value: this.value, extraKeys: { "Tab": "indentMore", "Shift-Tab": "indentLess" }, onChange: Ext.Function.bind(function(e) { this.fireEvent("change"); }, this) Loading