Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
850
Programmatically updating the UltraFormattedTextEditor
posted

Hello,

 I have a large application which needs to update a UltraFormattedTextEditor programmatically. I have a small test application which works correctly but when I try the same thing in the large app. it does not update the editor (I am coloring the text). Is their anything which can interfere with the updating of the editor?

Some more info I can change block elements and the selected text is surrounded by an empty span tag but when ApplyStyle is called the span tag does not get updated. 

Thanks,

Blair