Tagged Questions
1
vote
2answers
265 views
Created a custom image uploader for the Rich Text Editor, but how do I insert the image?
Some background: I have created a custom image uploader for my rich text editor. I feel like I have taken the functionality most of the way, currently it can:
Upload the image to another server
...
4
votes
1answer
569 views
How to add rich text content programmatically using Managed Client Object Model?
I am building a Silverlight application that interacts with SharePoint through Managed Client Object Model. One of the functionalities of the app is to update a list item field with rich text content. ...