File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66---
77In order to include the CodeMirror editor use:
88
9- ` {include file='codemirror ' codemirrorMode='language' codemirrorSelector='id of your textarea'} `
9+ ` {include file='mcodemirror ' codemirrorMode='language' codemirrorSelector='id of your textarea'} `
1010
1111** Example:**
1212```
@@ -17,7 +17,7 @@ In order to include the CodeMirror editor use:
1717 <dt>Your message in here:</dt>
1818 <dd>
1919 <textarea id="scss" name="scss">/* some SCSS seclarations */</textarea>
20- {include file='codemirror ' codemirrorMode='text/x-less' codemirrorSelector='scss'}
20+ {include file='mcodemirror ' codemirrorMode='text/x-less' codemirrorSelector='scss'}
2121 </dd>
2222 </dl>
2323</section>
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments