First of all, thanks for a great piece of software…
After hours of trying I have been unable to find a common onClose event or similar for the dialog boxes (edit/view/add). I am trying to implement TinyMCE and so far I have had promising results.
However if I cancel or close the dialog box I have no event to hide TinyMce before the layer is hidden which in turn crashes TinyMce.
I have used the navGrid option events for initialising and hiding TinyMCE if a full edit/add has taken place, it works fine. But TinyMCE crashes if the textarea element is hidden before it is unregistered with the TinyMCE object.
A good article on the issue can be found at: http://blog.mirthlab.com/2008/11/13/dynamically-adding-and-removing-tinymce-instances-to-a-page/
Maybe there could be a call for a new event in the navGrid (onHide() or onClose()?
I have tried:
//
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top