Hi,
I have just installed the latest full featured MOSS editor solution, activated the list feature on my web and editing standard lists is all working fine. However, I do have a number of DataView webparts on my site that use the "Show edit item links" option from the "Editing" tab on the "Data View Properties" window in SharePoint Designer. While clicking the edit button on these sites correctly shows the RadEditor, whenever you click save or cancel, a script error is produced at the following line (taken from debuggin with VS 2008):
(Error Message: Microsoft JScript runtime error: 'null' is null or not an object)
Line:
Sys.Application.add_load(function() {var editor = $find('ctl00_m_g_a7b17821_65b3_4247_857b_aa304dd6fef4_ff2_1_ctl00_ctl00_RadTextField1');editor.add_submit(OnSubmit_ctl00_m_g_a7b17821_65b3_4247_857b_aa304dd6fef4_ff2_1_ctl00_ctl00_RadTextField1);});
I should add that when clicking save, it does actually save the field properly and cancel does nothing as you'd expect. On most client machines script debugging would be disabled so in theory the problem wouldn't be that noticeable, but I'd like to understand and prevent this from happeing if possible...
Dan.
I have just installed the latest full featured MOSS editor solution, activated the list feature on my web and editing standard lists is all working fine. However, I do have a number of DataView webparts on my site that use the "Show edit item links" option from the "Editing" tab on the "Data View Properties" window in SharePoint Designer. While clicking the edit button on these sites correctly shows the RadEditor, whenever you click save or cancel, a script error is produced at the following line (taken from debuggin with VS 2008):
(Error Message: Microsoft JScript runtime error: 'null' is null or not an object)
Line:
Sys.Application.add_load(function() {var editor = $find('ctl00_m_g_a7b17821_65b3_4247_857b_aa304dd6fef4_ff2_1_ctl00_ctl00_RadTextField1');editor.add_submit(OnSubmit_ctl00_m_g_a7b17821_65b3_4247_857b_aa304dd6fef4_ff2_1_ctl00_ctl00_RadTextField1);});
I should add that when clicking save, it does actually save the field properly and cancel does nothing as you'd expect. On most client machines script debugging would be disabled so in theory the problem wouldn't be that noticeable, but I'd like to understand and prevent this from happeing if possible...
Dan.