Hi,
My problem is that I need to be able to detect and present differences between a table before it was edited and after it was edited. It would help enormously if I could keep track of individual rows, so that I could easily detect deleted and added rows. The problem is that if I use an ID attribute on the <tr> element, or XML comment before or within the <tr> element to identify the row, it simply gets copied to a new row created above or below that row. So, when the table comes back from FCKeditor, it might have three row 5's, and I will not know which was the original one.
I can solve the problem if there is some way to remove the "Insert Row Before" option, because then I know if the first row "5" that is the real one! How is would it be to remove that option?
Can anyone think if there an alternative way to achieve what I need?
Thanks,
Neil
My problem is that I need to be able to detect and present differences between a table before it was edited and after it was edited. It would help enormously if I could keep track of individual rows, so that I could easily detect deleted and added rows. The problem is that if I use an ID attribute on the <tr> element, or XML comment before or within the <tr> element to identify the row, it simply gets copied to a new row created above or below that row. So, when the table comes back from FCKeditor, it might have three row 5's, and I will not know which was the original one.
I can solve the problem if there is some way to remove the "Insert Row Before" option, because then I know if the first row "5" that is the real one! How is would it be to remove that option?
Can anyone think if there an alternative way to achieve what I need?
Thanks,
Neil
