-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
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
does not work with extjs #2
Comments
Hi - Thanks for the feedback. extjs is one of the main libraries that I don't currently have a parser for - I'll look at what options extjs provides to get the events that have been assigned through it and see if I can add a suitable parser :-) |
Here's a parser for ExtJS 4.0.7: (function(window, document, $, VisualEvent){ VisualEvent.parsers.push( function () {
} |
Superb! Thanks very much for sharing that with us davermont. I've just committed your parser in, and it works well on the ExtJS 4.0 demos. I've made one small alteration which is to allow it to work with all 4.0.x versions rather than just 4.0.7 - 4.0.0 seems to work great, so I doubt there would be much of a problem with the minor versions in the middle. Regards, |
Glad to help, Allan. I have to say your architecture made the job really easy; the parsers don't need to be elaborate or complicated.Thanks for creating VisualEvent! - Dave On May 28, 2012, 4:26 am, Allan Jardine wrote: Sent using KiteDesk |
example "http://dev.sencha.com/deploy/ext-4.0.0/examples/desktop/desktop.html"
Just thought you should know.
thank you for building it it works great of other sites.
The text was updated successfully, but these errors were encountered: