Hi Chuck and all,
It is nice to have a fresh raining morning and I have solved the issue by:
1) Turning off callback to false in tinyMCE.triggerSave(true, false);
removed the error on IE.
2) tinyMCE replaced the textarea with an iframe. After that it installs an
onsubmit hook to detect when the f
On Oct 25, 2010, at 3:21 PM, Kai S. Wong wrote:
> Hi,
>
>
> I am trying to debug on why the ASB failed on IE but not on Firefox and here
> is the sample code:
>
>
> var saveOnSubmit = function() {
> $('bodyText').form.stopObserving('ajax:submit', arguments.callee);
Hi,
I am trying to debug on why the ASB failed on IE but not on Firefox and here
is the sample code:
var saveOnSubmit = function() {
$('bodyText').form.stopObserving('ajax:submit',
arguments.callee);
};
var updateTinyMCEContent = function() {
tinyMCE.triggerS