You could always try saving the original value to another variable and then comparing the two when you submit the form. As far as I know the editor itself doesn't save the initial value like that.
Hoping for a better solution than that. That's the one feature that HTMLArea had that doesn't seem to be present here. (in HTMLArea, it hooked the onchange even that you set for the TEXTAREA; I've tried that and now I'm wandering in the js looking for somewhere that I could hook an onchange() ).
RE: isChanged() or isModified() functionality
RE: isChanged() or isModified() functionality
RE: isChanged() or isModified() functionality
Maybe you should log this onto the feature request board?
http://sourceforge.net/tracker/?group_i ... tid=543656
RE: isChanged() or isModified() functionality
this feature request has what I'm looking for as one of its two gripes:
http://sourceforge.net/tracker/?group_i ... id=1144166
RE: isChanged() or isModified() functionality
(in fck_1_ie.js and fck_1_gecko.js)
seems like the best candidate.
RE: isChanged() or isModified() functionality