0
votes
1answer
206 views

SharePoint 2007 List Multi Line field does not “unescape” HTML automatically?

I create a custom aspx file with a textarea field. I used Javascript to collect the data in this field and perform a escape on it so that when the user want to see this data again in the custom aspx ...
2
votes
1answer
880 views

How do use RTE_ConvertTextAreaToRichEdit() function in a customized aspx page in SharePoint 2007

How do use RTE_ConvertTextAreaToRichEdit() function in a customized aspx page in SharePoint 2007? I tried using a Javascript cleditor together with SPServices but could not get my data inside the ...
2
votes
1answer
250 views

Multicolumn textarea area to insert into SharePoint 2007 but display not correctly

I have a form that use SPServices and have a textarea field for user to insert multi rows data. The data from the textarea can be successfully insert into the SharePoint 2007 column of type 'Multiple ...