Using TinyMce Editor When we cilck on any event after using this edior its comes with Error("Permission Denied")
Comments
2011-08-30 00:26:30
spocke
This likely an integration bug with Ajax Tab Container. I would guess that it loads page contents using Ajax and TinyMCE is part of that loaded contents. It's 100% impossible to dynamically get/set the HTML with an including iframe and retain it's state. So the only way to solve this is to remove and re-initialize TinyMCE before/after the HTML state is changed this needs to be done in the Ajax container thing.
Comments
spocke
This likely an integration bug with Ajax Tab Container. I would guess that it loads page contents using Ajax and TinyMCE is part of that loaded contents. It's 100% impossible to dynamically get/set the HTML with an including iframe and retain it's state. So the only way to solve this is to remove and re-initialize TinyMCE before/after the HTML state is changed this needs to be done in the Ajax container thing.