We are using fckeditor, but it cleans up the html when the text is first brought into it. Therefore, when someone saves the record on the webpage, all the html is changed which is perfect, no problem. BUT, the timestamp changes, we don't want it to unles the user actually made the change. We need to be able to transform the html exactly like fckeditor does when someone imports a record. That way when they open the record up, fckeditor doesn't change the html and subsequently throw off our timestamps.
Which js actually does the transformation and is there any class we can use internally to do the same thing??
Thanks so much
Which js actually does the transformation and is there any class we can use internally to do the same thing??
Thanks so much