This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I am using RichTextEditor to display HTML in our Silverlight 4 application from a database. The data was originally saved from another RichTextEditor in a different application. How can I implement an "IsReadOnly"-like property so that the HTML is displayed but can't be edited, yet allow the user to select text and copy it to the clipboard? I tried "IsEnabled" but that obviously disables text selection as well. |
|
|
Hello This is a feature that we will need to implement into the RichTextEditor. When do you need it by? - Jason |
|
|
At your convenience. For this application, I am currently using the RichTextEditor without a toolbar, with "IsEnabled" set to false, and a separate button that retrieves the entire HTML from the RichTextEditor, strips the HTML tags with a regular expression, and copies the result to the clipboard as a short term solution. |
|