The textarea tag has no wiki summary.
2
votes
1answer
886 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 ...
1
vote
2answers
2k views
How to insert javascript HTML code into Multi line Sharepoint 2007 text field
I have a Javascript variable that contain HTML code as follows:
<DIV>Hello World<BR>Welcome to SharePoint Stack Exchange</DIV>
So, how do I insert it into the SharePoint 2007 ...
0
votes
1answer
207 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 ...