The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
462 views

Rich text Editor (ribbon based) in a webpart in SharePoint 2013

My goal is to create a rich text editor for a textarea in my custom webpart in SharePoint 2013. The data is saved outside the SharePoint, so I can't really use a sharepoint list for that. I really ...
1
vote
1answer
503 views

SharePoint Designer workflow replaces special characters from Rich Text Field with garbage

We are trying to build a very simple workflow so blog post users can email their posts to specific users/groups. The workflow should be pretty simple, just grabbing the body from the list item and ...
3
votes
1answer
722 views

SharePoint RTE: How to attach to mousedown events (like bold, italic does)

When clicking on bold text in the RTE (rich text editor), magically the ribbon button for bold: get's activated. The same happens for the other format option buttons you can see on the screenshot. I ...