We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I created editor using CodeMirrorUI lab (downloaded latest version of CodeMirrorUI - jagthedrummer-codemirror-ui-0.0.14-36-g4ec880c)
//then create the editor var cmeditor = new CodeMirrorUI(document.getElementById("code_1"), { path:'js/codemirror-ui/js', imagePath: 'js/codemirror-ui/images/silk' } , { lineNumbers: true, matchBrackets: true, mode:'text/x-java', });
TypeError: element is undefined [Break On This Error]
var m = element.className.match(this.classNameRegex(className))
codemirror-ui.js (line 329)
Please help me ASAP.
Thanks in advanced
The text was updated successfully, but these errors were encountered:
This is happning with index.html page of CodeMirrorUI lib too.
Sorry, something went wrong.
I am getting issue when try to integrate CodeMirrorUI in my app.
Hmm... the index.html page is working for me. What browser and OS are you using?
I am using Window Vista Home Basic(32 bit) and browser Internet Explorer 9 and FireFox 15.0.1
On Fri, Oct 5, 2012 at 11:53 PM, Jeremy Green notifications@git.luolix.topwrote:
Hmm... the index.html page is working for me. What browser and OS are you using? — Reply to this email directly or view it on GitHubhttps://github.com//issues/18#issuecomment-9184994.
— Reply to this email directly or view it on GitHubhttps://github.com//issues/18#issuecomment-9184994.
No branches or pull requests
Hi,
I created editor using CodeMirrorUI lab (downloaded latest version of CodeMirrorUI - jagthedrummer-codemirror-ui-0.0.14-36-g4ec880c)
and when try to edit someting in editor was getting below error
TypeError: element is undefined
[Break On This Error]
var m = element.className.match(this.classNameRegex(className))
codemirror-ui.js (line 329)
Please help me ASAP.
Thanks in advanced
The text was updated successfully, but these errors were encountered: