This question is locked. New answers and comments are not allowed.
Hello,
I have an unusual request... I'm trying to create a TinyMCE plugin that contains an MVC TreeView, but I believe there is a conflict with the TinyMCE javascript. I can usually spot javascript errors with FireBug, but this error is not showing up. What happens is none of the TreeView's client side events are firing and all AJAX calls aren't posting.
Can I trouble someone on the Telerik team to take a quick look at this sample project and see if there is indeed a conflict? If I can get this plugin working, I can guarantee there will be increased interest in the MVC extensions by many TinyMCE users.
Here are some things that I suspect are causing the issue, but I'm not 100% certian:
Any help would be much appreciated!
I have an unusual request... I'm trying to create a TinyMCE plugin that contains an MVC TreeView, but I believe there is a conflict with the TinyMCE javascript. I can usually spot javascript errors with FireBug, but this error is not showing up. What happens is none of the TreeView's client side events are firing and all AJAX calls aren't posting.
Can I trouble someone on the Telerik team to take a quick look at this sample project and see if there is indeed a conflict? If I can get this plugin working, I can guarantee there will be increased interest in the MVC extensions by many TinyMCE users.
Here are some things that I suspect are causing the issue, but I'm not 100% certian:
- TinyMCE only likes one form element on the page and the treeview may be rendering form tags?
- TinyMCE and Telerik javascripts are declaring the same variable names
- TinyMCE javascript is somehow hijacking client-side events
Any help would be much appreciated!